
/*
Theme Name: Matériaux Blanchet
Author: Agence Salto
Author URI: http://agence-salto.com/
Version: 1.0

[GRAISSE DES TYPO]
Light = 300;
Regular = 400;
Medium = 500;
Bold = 700;
Extra-Bold = 800;
Black = 900;


font-family: 'Heebo', sans-serif;

COULEURS
vert = #00A551
gris = #E7E2DD



*/
@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon.eot?rloipm');
  src: url('fonts/icomoon.eot?rloipm#iefix') format('embedded-opentype'), url('fonts/icomoon.ttf?rloipm') format('truetype'), url('fonts/icomoon.woff?rloipm') format('woff'), url('fonts/icomoon.svg?rloipm#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-casque:before {
  content: "\e903";
}
.icon-marker:before {
  content: "\e904";
}
.icon-tel:before {
  content: "\e905";
}
.icon-arrow-slider-left:before {
  content: "\e900";
}
.icon-arrow-slider-right:before {
  content: "\e901";
}
.icon-play:before {
  content: "\e902";
}
/*  ---- CORE ----  */
body {
  position: relative;
  font-size: 16px;
  font-family: 'Heebo', sans-serif;
  overflow-x: hidden;
}
input {
  -webkit-appearance: none;
  border-radius: 0;
}
img:focus, button:focus {
  outline: none;
}
a, a:focus, a:hover {
  outline: none;
  text-decoration: none;
}
a {
  color: #FFF;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  color: #00A551;
}
button::-moz-focus-inner {
  border: 0;
}
p {
  color: #000;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: .025em;
}
img {
  max-width: 100%;
  height: auto;
}
b, strong {
  font-weight: 700;
}
#page {
  overflow: hidden;
}
h1 {
  font-weight: 800;
  color: #00a551;
  font-size: 56px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 1;
}
h2 {
  font-size: 48px;
  font-weight: 300;
  letter-spacing: 0.04em;
  line-height: 1.2;
}
h3 {
  letter-spacing: 0.04em;
}
h2.titre-cercle {
  position: relative;
  margin: 0 0 50px 0;
  text-align: center;
}
h2.titre-cercle::after {
  content: '';
  width: 88px;
  height: 88px;
  background: url(img/titre-cerle.svg) no-repeat center center;
  background-size: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -46px 0 0 -44px;
}
h2.titre-cercle span {
  position: relative;
  display: inline-block;
  color: #00a551;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 88px;
}
h2.titre-cercle.blanc::after {
  background: url(img/titre-cerle-blanc.svg) no-repeat center center;
}
h2.titre-cercle.blanc span {
  color: #FFF;
}
.clear {
  clear: both;
  display: block;
}
.btn {
  white-space: normal;
}
.cover {
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body .container {
  width: 100%;
  max-width: 1530px;
}
.container-full {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.container-full > .row {
  margin-left: 0;
  margin-right: 0;
}
.container-full > .row > [class^="col"] {
  padding-left: 0;
  padding-right: 0;
}
.padding130 {
  padding: 130px 0;
}
.breadcrumbs {
  position: absolute;
  left: 15px;
  top: 150px;
  z-index: 100;
  font-size: 11px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.5);
}
.breadcrumbs a {
  color: rgba(255, 255, 255, 0.5);
}
.breadcrumbs a:hover {
  color: #00A551;
}
.breadcrumbs .breadcrumb_last {
  color: #FFF;
}
.bandeau .container {
  position: relative;
}
/**** CTA ****/
.cta {
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  color: #FFF;
  letter-spacing: 0.28em;
  background: #00a551;
  text-align: center;
  padding: 20px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cta:hover {
  color: #00a551;
  background: #FFF;
}
.cta.over-noir:hover {
  color: #FFF;
  background: #000;
}
.cta-outline {
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  color: #00a551;
  letter-spacing: 0.28em;
  text-align: center;
  z-index: 1;
  padding: 20px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: none;
  border: none;
}
.cta-outline::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #00a551;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.cta-outline:hover {
  color: #FFF;
}
.cta-outline:hover::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.cta-outline .lines::before, .cta-outline .lines::after {
  content: "";
  position: absolute;
  background-color: #00a551;
}
.cta-outline .lines::before {
  width: 1px;
  top: 0;
  bottom: 0;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  transition: -webkit-transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.15s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.cta-outline .lines::after {
  height: 1px;
  right: 0;
  left: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  transition: -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}
.cta-outline .lines:first-of-type::before {
  left: 0;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}
.cta-outline .lines:first-of-type::after {
  top: 0;
  -webkit-transform-origin: center left;
  -ms-transform-origin: center left;
  transform-origin: center left;
}
.cta-outline .lines:last-of-type::before {
  right: 0;
  -webkit-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top;
}
.cta-outline .lines:last-of-type::after {
  bottom: 0;
  -webkit-transform-origin: center right;
  -ms-transform-origin: center right;
  transform-origin: center right;
}
.cta-outline.inview .lines::before {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}
.cta-outline.inview .lines::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.cta-outline.inview .lines:first-of-type::before {
  transition-delay: 1.15s;
}
.cta-outline.inview .lines:first-of-type::after {
  transition-delay: 0.1s;
}
.cta-outline.inview .lines:last-of-type::before {
  transition-delay: 0.55s;
}
.cta-outline.inview .lines:last-of-type::after {
  transition-delay: 0.7s;
}
.cta-outline.c-blanc-b-blanc {
  color: #FFF;
}
.cta-outline.c-blanc-b-blanc::before {
  background: #FFF;
}
.cta-outline.c-blanc-b-blanc .lines::before, .cta-outline.c-blanc-b-blanc .lines::after {
  background-color: #FFF;
}
.cta-outline.c-blanc-b-blanc:hover {
  color: #000;
}
.cta-outline.c-blanc-b-noir {
  color: #FFF;
}
.cta-outline.c-blanc-b-noir::before {
  background: #000;
}
.cta-outline.c-blanc-b-noir .lines::before, .cta-outline.c-blanc-b-noir .lines::after {
  background-color: #000;
}
.cta-outline.c-blanc-b-noir:hover {
  color: #FFF;
}
.cta-outline.c-blanc-b-vert {
  color: #FFF;
}
.cta-outline.c-blanc-b-vert::before {
  background: #00a551;
}
.cta-outline.c-blanc-b-vert .lines::before, .cta-outline.c-blanc-b-vert .lines::after {
  background-color: #00a551;
}
.cta-outline.c-blanc-b-vert:hover {
  color: #FFF;
}
.cta-outline.c-noir-b-vert {
  color: #000;
}
.cta-outline.c-noir-b-vert::before {
  background: #00a551;
}
.cta-outline.c-noir-b-vert .lines::before, .cta-outline.c-blanc-b-vert .lines::after {
  background-color: #00a551;
}
.cta-outline.c-noir-b-vert:hover {
  color: #FFF;
}
/***** HEADER *****/
.header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  padding: 30px 0 0 0;
  -webkit-transition: all 1.5s ease 0.5s;
  transition: all 1.5s ease 0.5s;
}
.home .header {
  opacity: 0;
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
}
.open-menu .header {
  position: fixed;
}
.header .logo {
  margin: 0;
}
.header .logo a {
  display: block;
  width: 256px;
}
.header .logo a img {
  width: 100%;
}
.header .nav-contact {
  display: inline-block;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.26em;
}
.nav-menu {
  display: inline-block;
}
.nav-menu:hover {
  color: #00A551;
}
.nav-menu span {
  display: inline-block;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
  margin-left: 5px;
  letter-spacing: 0.26em;
}
.nav-menu span.fermer {
  display: none;
}
.hamburger {
  padding: 0;
  display: inline-block;
}
.hamburger-box {
  width: 26px;
  height: 12px;
  display: inline-block;
  position: relative;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 26px;
  height: 2px;
  background-color: #FFF;
  border-radius: 0;
  position: absolute;
  -webkit-transition: transform 0.3s ease, background 0.3s ease;
  transition: transform 0.3s ease, background 0.3s ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -5px;
}
.hamburger-inner::after {
  bottom: -5px;
}
.hamburger--squeeze .hamburger-inner {
  -webkit-transition: transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19), background 0.3s ease;
  transition: transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19), background 0.3s ease;
}
.hamburger--squeeze .hamburger-inner::before {
  -webkit-transition: top 0.075s 0.12s ease, opacity 0.075s ease, background 0.3s ease;
  transition: top 0.075s 0.12s ease, opacity 0.075s ease, background 0.3s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  -webkit-transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19), background 0.3s ease;
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19), background 0.3s ease;
}
.nav-menu.actif .hamburger--squeeze .hamburger-inner {
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
  -webkit-transition: transform 0.075s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s, background 0.3s ease;
  transition: transform 0.075s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s, background 0.3s ease;
}
.nav-menu.actif .hamburger--squeeze .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.075s ease, opacity 0.075s 0.12s ease, background 0.3s ease;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease, background 0.3s ease;
}
.nav-menu.actif .hamburger--squeeze .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-72deg);
  transform: rotate(-72deg);
  -webkit-transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), background 0.3s ease;
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), background 0.3s ease;
}
.nav-menu:hover .hamburger-inner, .nav-menu:hover .hamburger-inner::before, .nav-menu:hover .hamburger-inner::after {
  background: #00A551;
}
.nav-menu.actif span.fermer {
  display: inline-block;
}
.nav-menu.actif span.ouvert {
  display: none;
}
.nav-menu.actif .hamburger .hamburger-inner {
  left: 2px;
}
.nav-menu.actif .hamburger .hamburger-inner, .nav-menu.actif .hamburger .hamburger-inner::before, .nav-menu.actif .hamburger .hamburger-inner::after {
  background-color: #FFF;
  width: 20px;
}
.nav-menu.actif:hover .hamburger .hamburger-inner, .nav-menu.actif:hover .hamburger .hamburger-inner::before, .nav-menu.actif:hover .hamburger .hamburger-inner::after {
  background: #00A551;
}
/**** FULL MENU ****/
.full-menu {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  padding: 200px 0 0 0;
  visibility: hidden;
}
.full-menu .back {
  background: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transition: all 0.5s ease 0.3s;
  transition: all 0.5s ease 0.3s;
}
.full-menu .container {
  opacity: 0;
  height: 100%;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.open-menu .full-menu {
  visibility: visible;
}
.open-menu .full-menu .container {
  opacity: 1;
  -webkit-transition: all 0.3s ease 0.3s;
  transition: all 0.3s ease 0.3s;
}
.open-menu .full-menu .back {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.full-menu .nav-langue {
  font-size: 15px;
  text-transform: uppercase;
  color: #00a351;
  display: inline-block;
  letter-spacing: 0.06em;
  margin-bottom: 80px;
}
.full-menu .nav-langue:hover {
  color: #FFF;
}
.menu-principal {}
.menu-principal > ul > li {
  padding: 30px 0 0 0;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 0;
}
.menu-principal > ul > li.menu-item-has-children {
  margin: 0 0 -20px 0;
}
.menu-principal > ul > li:first-of-type {
  padding: 0;
}
.menu-principal > ul > li > a {
  font-size: 38px;
  font-weight: 300;
  line-height: 1;
  border-bottom: 1px #00a551 solid;
  display: block;
  letter-spacing: 0.08em;
  padding: 0 0 5px 0;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.menu-principal > ul > li > a::after {
  content: '';
  position: absolute;
  right: 0;
  top: 10px;
  width: 13px;
  height: 17px;
  background: url(img/ico_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.menu-principal > ul > li.menu-item-has-children > a::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.menu-principal > ul > li.menu-item-has-children:hover > a::after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.menu-principal .sub-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.menu-principal .sub-menu > li {}
.menu-principal .sub-menu > li > a {
  font-size: 20px;
  font-weight: 300;
  line-height: 1;
  display: block;
  white-space: nowrap;
  letter-spacing: 0.08em;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.menu-principal li:hover > a, .menu-principal li.current-menu-ancestor > a {
  color: #00a551;
}
.menu-principal li.divider > a {
  cursor: none;
  color: #00a551;
}
.menu-principal > ul > li:hover {
  z-index: 1;
}
.menu-principal > ul > li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  padding: 20px 0 20px 0;
}
.menu-principal .menu-item-92 .sub-menu > li, .menu-principal .menu-item-932 .sub-menu > li {
  width: 49.5%;
  text-align: center;
}
.menu-principal .menu-item-92 .sub-menu > li.divider, .menu-principal .menu-item-932 .sub-menu > li.divider {
  width: 1%;
}
.menu-secondaire {
  display: block;
  margin-top: 50px
}
.menu-secondaire ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.menu-secondaire ul > li {}
.menu-secondaire ul > li > a {
  font-size: 20px;
  font-weight: 300;
  line-height: 1;
  display: block;
  white-space: nowrap;
  letter-spacing: 0.08em;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.menu-secondaire ul > li.current-menu-item > a {
  color: #00a551;
}
.menu-secondaire ul > li.divider > a {
  cursor: none;
  color: #00a551;
}
.menu-secondaire ul > li.nav-carrieres > a {
  font-weight: 700;
  color: #00a551;
}
.menu-secondaire ul > li.nav-carrieres > a:hover, .menu-secondaire ul > li.nav-carrieres.current-menu-item > a {
  color: #FFF;
}
.recherche {
  display: block;
  margin: 0 0 60px 0;
}
.recherche .field {
  border-radius: 0;
  color: #FFF;
  background: transparent;
  border: 0;
  border-bottom: 1px #FFF solid;
  box-shadow: none;
  font-size: 26px;
  padding: 0 40px 0 0;
  font-weight: 300;
  height: 44px;
}
.recherche .submit {
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
  position: absolute;
  top: 5px;
  right: 0;
  width: 30px;
  text-align: right;
}
.recherche .submit img {
  width: 25px;
}
.side-menu h2 {
  font-size: 36px;
  color: #FFF;
  margin: 0 0 30px 0;
  font-weight: 300;
  letter-spacing: 0.05em;
}
.side-menu h2 strong {
  color: #00a551;
  font-weight: 500;
}
.side-menu .cta {
  display: block;
  padding: 25px 20px;
}
.full-menu .close-menu {
  position: absolute;
  width: calc(100% - 30px);
  cursor: pointer;
  bottom: 0;
  padding: 30px 0;
  border-top: 1px rgba(255, 255, 255, 0.5) solid;
  text-align: center;
}
.full-menu .close-menu span {
  color: #FFF;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.26em;
  display: inline-block;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.full-menu .close-menu span::after {
  content: "";
  width: 17px;
  vertical-align: middle;
  display: inline-block;
  height: 15px;
  margin: 0 0 0 10px;
  background: url(img/ico_x.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.full-menu .close-menu:hover span {
  opacity: 1;
}


/**** ACCUEIL ****/

.accueil .bandeau {
  width: 100%;
  height: 100vh;
  position: relative;
  background: #000;
}
.accueil .bandeau .content-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 15;
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
  -webkit-transition: all 1s ease 1.2s;
  transition: all 1s ease 1.2s;
}
.accueil .bandeau .container {
  position: relative;
  color: #FFF;
  font-size: 48px;
  height: 100%;
}
.accueil .bandeau .container .row {
  height: 100%;
}
.accueil .bandeau .container .row .col {
  padding-bottom: 12%;
}
.accueil .bandeau .back-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.accueil .bandeau .back {
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transform: scale(1);
  transform: scale(1);
  background-image: url("img/materiaux-blanchet_accueil_slider.jpg");
  -webkit-transition: all 1.5s ease;
  transition: all 1.5s ease;
}
.accueil .bandeau .logo-icone {
  width: 484px;
  height: 484px;
  position: absolute;
  z-index: 10;
  right: -146px;
  bottom: -242px;
  opacity: 0;
  background-image: url("img/materiaux-blanchet_icone.svg");
  -webkit-transform: translateX(60px);
  transform: translateX(60px);
  -webkit-transition: all 1s ease 1.2s;
  transition: all 1s ease 1.2s;
}
.accueil .bandeau .phrase {
  display: block;
  font-size: 40px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin: 0 0 10px 0;
}
.accueil .bandeau .home-slider .slide {
  display: inline-block;
  word-wrap: break-word;
  font-size: 110px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.accueil .bandeau .home-slider .slide span {
  display: block;
}
.accueil .bandeau .cta-outline {
  border: 1px #FFF solid;
  color: #FFF;
  margin: 30px 0 0 0;
}
.accueil .bandeau .cta-outline::before {
  background: #FFF;
}
.accueil .bandeau .cta-outline:hover {
  color: #000;
}
.accueil .partenaire {
  text-align: center;
  padding: 160px 0 130px 0;
}
.accueil .partenaire h2 {
  font-size: 57px;
  color: #000;
  font-weight: 300;
  margin: 0 0 40px 0;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.04em;
}
.accueil .partenaire h2 strong {
  font-weight: 900;
  color: #00a551;
}
.accueil .partenaire p {
  margin: 0 auto 40px auto;
  max-width: 535px;
}
.accueil .blocs {}
.accueil .blocs .col-lg-4 {
  height: 480px;
  overflow: hidden;
  position: relative;
}
.accueil .blocs .col-lg-4 .bloc-back {
  width: 102%;
  height: 120%;
  left: -1%;
  top: -10%;
  position: absolute;
}

.guide a {color:#00a551 !important;}
.guide .section-guide {padding:60px 0;}
.guide h2, .guide.apropos h3 {font-size:34px; margin-top:50px;margin-bottom:10px;}
.guide.apropos .apropos-nav ul{display:block;}
.guide.apropos .apropos-nav ul li ul {padding-left:20px;}
.guide.apropos .apropos-nav ul li ul li p{font-size:16px;}

@media (max-width: 768px) {
	
	.accueil .blocs .col-lg-4:nth-child(1) {order:1;}
	.accueil .blocs .col-lg-4:nth-child(2) {order:2;}
	.accueil .blocs .col-lg-4:nth-child(3) {order:5;}
	.accueil .blocs .col-lg-4:nth-child(4) {order:4;}
	.accueil .blocs .col-lg-4:nth-child(5) {order:3;}
	.accueil .blocs .col-lg-4:nth-child(6) {order:6;}
	
}

.accueil .blocs .bloc-texte a {
  width: 100%;
  height: 100%;
  padding: 40px 60px;
}
.accueil .blocs .bloc-texte .text-wrapper {
  text-align: center;
  width: 100%;
}
.accueil .blocs .bloc-texte .text-wrapper h2 {
  color: #FFF;
  font-size: 57px;
  font-weight: 500;
  margin: 0 0 30px 0;
  line-height: 1;
}
.accueil .blocs .bloc-texte .text-wrapper p {
  color: #FFF;
  margin: 0;
}
.accueil .blocs .bloc-texte span {
  display: block;
  padding: 10px 10px 0 10px;
  border-top: 1px #00a551 solid;
  font-size: 12px;
  font-weight: 700;
  position: absolute;
  text-align: center;
  width: calc(100% - 120px);
  letter-spacing: 0.28em;
  color: #00a551;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.accueil .blocs .bloc-texte a:hover span {
  color: #FFF;
  border-top: 1px #FFF solid;
}
.accueil .blocs .bloc-texte a.noir {
  background: #000;
}
.accueil .blocs .bloc-texte a.gris {
  background: #e7e2dd;
}
.accueil .blocs .bloc-texte a.gris .text-wrapper h2 {
  color: #000;
}
.accueil .blocs .bloc-texte a.gris .text-wrapper p {
  color: #000;
}
.accueil .blocs .bloc-texte a.gris:hover span {
  color: #000;
  border-top: 1px #000 solid;
}
.accueil .blocs .bloc-texte a.vert {
  background: #00a551;
}
.accueil .blocs .bloc-texte a.vert .text-wrapper h2 {
  color: #FFF;
}
.accueil .blocs .bloc-texte a.vert .text-wrapper p {
  color: #FFF;
}
.accueil .blocs .bloc-texte a.vert span {
  color: #FFF;
  border-top: 1px #FFF solid;
}
.accueil .blocs .bloc-texte a.vert:hover span {
  color: #000;
  border-top: 1px #000 solid;
}
.accueil .usine {
  padding: 200px 0;
}
.accueil .usine .row {
  position: relative;
}
.accueil .usine .box-absolute {
  position: absolute;
  z-index: 1;
  width: 100%;
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-flex-item-align: center;
  align-self: center
}
.accueil .usine .box-vert {
  background: #00a551;
  padding: 100px;
  z-index: 0;
  position: relative;
}
.accueil .usine .box-vert h2 {
  color: #FFF;
  font-size: 48px;
  font-weight: 300;
  margin: 0 0 40px 0;
}
.accueil .usine .box-vert h2 b {
  font-weight: 800;
  color: #000;
}
.accueil .usine .box-vert .cta {}
.accueil .usine .image-wrap {
  margin-left: auto;
}
.accueil .usine .box-image {
  height: 860px;
}
.accueil .materiau {
  overflow: hidden;
  text-align: center;
  position: relative;
}
.accueil .materiau .container {
  position: relative;
  z-index: 1;
  padding-top: 250px;
  padding-bottom: 400px;
}
.accueil .materiau h2 {
  color: #FFF;
  font-size: 68px;
  font-weight: 300;
  margin: 0 0 40px 0;
  letter-spacing: 0.025em;
}
.accueil .materiau h2 b {
  font-weight: 800;
  color: #FFF;
}
.accueil .materiau .back {
  width: 100%;
  height: 110%;
  left: 0;
  top: -5%;
  position: absolute;
  background-image: url(img/materiaux-blanchet_accueil_materiau.jpg);
}
.accueil .fierement {
  padding: 200px 0;
}
.accueil .fierement .row {
  position: relative;
}
.accueil .fierement .box-absolute {
  position: absolute;
  z-index: 1;
  width: 100%;
  right: 0;
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-flex-item-align: center;
  align-self: center
}
.accueil .fierement .box-noir {
  background: #000;
  padding: 100px;
  z-index: 0;
  position: relative;
}
.accueil .fierement .box-noir h2 {
  color: #FFF;
  font-size: 48px;
  font-weight: 300;
  margin: 0 0 40px 0;
  max-width: 410px;
}
.accueil .fierement .box-noir h2 b {
  font-weight: 800;
  color: #00a551;
}
.accueil .fierement .logo-icone {
  background-image: url(img/materiaux-blanchet_icone.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 110px;
  height: 110px;
  position: absolute;
  right: 100px;
  top: -55px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.accueil .fierement .image-wrap {}
.accueil .fierement .box-image {
  height: 860px;
}
.page .fsc {
  overflow: hidden;
  text-align: center;
  position: relative;
}
.page .fsc .container {
  position: relative;
  z-index: 1;
  padding-top: 160px;
  padding-bottom: 160px;
}
.page .fsc h2 {
  color: #FFF;
  font-size: 48px;
  font-weight: 300;
  margin: 2px 0 0 60px;
  letter-spacing: 0.025em;
  display: inline-block;
  text-align: left;
  vertical-align: top;
}
.page .fsc img {
  display: inline-block;
}
.page .fsc .back {
  width: 100%;
  height: 120%;
  left: 0;
  top: -5%;
  position: absolute;
  background-image: url(img/materiaux-blanchet_accueil_fsc_back.jpg);
}


/** LOADED **/

.home.loaded .header {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.loaded .accueil .bandeau .back {
  opacity: 1;
  -webkit-trandform: scale(1.04);
  transform: scale(1.04);
}
.loaded .accueil .bandeau .logo-icone {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.loaded .accueil .bandeau .content-wrap {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}


/**** GÉNÉRAL ****/

.general .bandeau {
  width: 100%;
  height: 730px;
  position: relative;
  background-image: url("img/materiaux-blanchet_achat-bois-rond_header.jpg");
}
.general .bandeau h1 {
  margin: 0;
  font-weight: 300;
  font-size: 70px;
  color: #FFF;
  max-width: 700px;
}
.general .bandeau h1 b, .general .bandeau h1 span {
  font-weight: 900;
  display: block;
}
.general .bandeau .content-wrap, .general .bandeau .container, .general .bandeau .row {
  height: 100%;
}
.general .bandeau .row {
  padding-top: 160px;
}
.general .contenu {
  padding: 100px 0;
  color: #000;
}
.general .contenu a {
  color: #000;
  font-weight: 700;
}
.general .contenu a:hover {
  color: #00a551;
}
.general .contenu article {
  padding-bottom: 30px;
  border-bottom: 1px #000 solid;
  margin-bottom: 30px;
}
.general .contenu article:last-of-type {
  padding-bottom: 0;
  border-bottom: 0;
  margin-bottom: 0;
}
.general .contenu article .entry-header {
  max-width: 1200px;
}
.general .contenu article .entry-header h2 {
  line-height: 1.1;
}
.general .recherche {
  max-width: 400px;
}
.general .recherche .field {
  border-bottom: 1px #00a551 solid;
  color: #00a551;
}


/**** ACTUALITÉS ****/

.actualites .bandeau {
  width: 100%;
  height: 730px;
  position: relative;
  background-image: url("img/materiaux-blanchet_actualites_header.jpg");
  text-align: center;
}
.actualites .bandeau h1 {
  margin-top: 280px;
}
.news {
  margin-bottom: 100px;
}
.news .thumb {
  display: block;
  margin-bottom: 30px;
}
.news h3 {
  font-size: 22px;
  font-weight: 500;
  margin: 0 0 30px 0;
  letter-spacing: 0.05em;
}
.news h3 b {
  font-weight: 500
}
.news .date {
  font-size: 16px;
  display: block;
  text-transform: uppercase;
  color: #00a551;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
  font-weight: 700;
}
.news .date span {
  display: inline-block;
  margin: 0 10px;
  font-weight: 300;
}
.news p {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.05em;
  margin: 0 0 40px 0;
  line-height: 1.4;
}
.news .cta-outline {}
.actualites .first-news .row {
  margin-top: -274px;
}
.actualites .first-news .thumb {
  display: block;
  width: 100%;
  height: 548px;
  margin-bottom: 40px;
}
.actualites .first-news h3 {
  font-size: 31px;
  font-weight: 400;
  max-width: 740px;
  margin: 0 0 30px 0;
}
.actualites .first-news h3 b {
  font-weight: 400;
}
.actualites .first-news p {
  max-width: 1000px;
}
.news-presse .col-lg-5 {
  margin-bottom: 100px;
}
.news-presse .presse-wrapper {
  display: block;
  height: 100%;
  background: #000;
  padding: 80px 70px 130px 70px;
}
.news-presse .presse-wrapper h2 {
  font-size: 30px;
  letter-spacing: 0.1em;
  font-weight: 700;
  text-transform: uppercase;
  color: #00a551;
  margin: 0;
}
.news-presse .presse-wrapper .presse {
  display: block;
  padding: 40px 0;
  border-bottom: 1px #00a551 solid;
}
.news-presse .presse-wrapper .slide .presse:last-of-type {
  border-bottom: 0;
}
.news-presse .presse-wrapper .presse h3 {
  color: #00a551;
  font-size: 21px;
  font-weight: 500;
  margin: 0 0 5px 0;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.news-presse .presse-wrapper .presse h3 a {
  color: #FFF;
  text-decoration: underline;
}
.news-presse .presse-wrapper .presse h3 a:hover {
  color: #00a551;
}
.news-presse .presse-wrapper .presse .source {
  font-size: 12px;
  display: block;
  text-transform: uppercase;
  color: #00a551;
  letter-spacing: 0.05em;
  font-weight: 700;
}
.paged .actualites .bandeau {
  height: 500px;
}
.all-news {
  padding: 100px 0 0 0;
}
.pagination {
  margin: 0 0 100px 0;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.pagination .page-item .page-link {
  border: 0;
  background: transparent;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
  padding: 5px 15px;
  color: #000;
  margin: 0;
  line-height: 24px;
  text-transform: uppercase;
}
.pagination .page-item .page-link:hover {
  text-decoration: underline;
}
.pagination .page-item.active .page-link {
  background: transparent;
  border: 0;
  color: #00a551;
  text-decoration: none;
}
.pagination .page-link:focus {
  webkit-box-shadow: none;
  box-shadow: none;
}
.pagination .page-item .page-link.next {
  font-size: 14px;
  color: #00a551;
  letter-spacing: 0.28em;
  line-height: 21px;
  margin: 0 0 0 20px;
}
.pagination .page-item .page-link.prev {
  font-size: 14px;
  color: #00a551;
  letter-spacing: 0.28em;
  line-height: 21px;
  margin: 0 20px 0 0;
}
.pagination .page-item .page-link.next span, .pagination .page-item .page-link.prev span {
  font-size: 28px;
  display: inline-block;
  vertical-align: -2px;
}
.pagination .page-item .page-link.next:hover, .pagination .page-item .page-link.prev:hover {
  text-decoration: underline;
}
/**** ACTUALITÉS - SINGLE ****/
.single-news .bandeau {
  width: 100%;
  height: 860px;
  position: relative;
  background-image: url("img/materiaux-blanchet_actualites_single_header.jpg");
}
.single-news .bandeau .container {
  position: relative;
  text-align: center;
}
.single-news .bandeau .container.max990 {
  max-width: 1020px;
}
.single-news .bandeau h1 {
  font-size: 48px;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-align: left;
  text-transform: none;
  color: #FFF;
  margin: 260px 0 0 0;
}
.single-news .bandeau h1 b {
  color: #00a551;
}
.single-news .bandeau .breadcrumbs {
  max-width: 260px;
  text-align: left;
}
.single-news .bandeau .breadcrumbs .breadcrumb_last {
  display: block;
}
.single-news .bandeau .cta-retour {
  position: absolute;
  left: 15px;
  top: 266px;
}
.single-news .bandeau .cta-outline {
  border: 1px #00a551 solid;
  color: #FFF;
  margin: 0;
  padding: 15px 20px;
}
.single-news .bandeau .cta-outline::before {
  background: #00a551;
}
.single-news .bandeau .cta-outline:hover {
  color: #FFF;
}
.single-news .contenu .container.max990 {
  max-width: 1020px;
}
.single-news .contenu .row:first-of-type {
  margin-top: -310px;
}
.single-news .contenu .thumb {
  display: block;
  width: 100%;
  height: 620px;
  margin-bottom: 40px;
}
.single-news .contenu .date {
  font-size: 16px;
  display: block;
  text-transform: uppercase;
  color: #00a551;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
  font-weight: 700;
}
.single-news .contenu .date span {
  display: inline-block;
  margin: 0 10px;
  font-weight: 300;
  vertical-align: 1px;
}
.single-news .contenu h2 {
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 20px 0;
  color: #00a551;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}
.single-news .contenu h3 {
  font-size: 30px;
  font-weight: 300;
  margin: 0 0 60px 0;
  color: #000;
  letter-spacing: 0.025em;
  line-height: 1.4;
}
.single-news .contenu p {
  font-size: 20px;
  font-weight: 400;
  color: #000;
  margin: 0 0 30px 0;
  line-height: 1.4;
}
.single-news .contenu p a {color: #00a551;}
.single-news .contenu p a:hover {color: #00a551; text-decoration: underline;}
.single-news .contenu blockquote {
  margin: 60px 0 60px 100px;
}
.single-news .contenu blockquote p {
  font-size: 30px;
  font-weight: 300;
  color: #00a551;
}
.single-news .contenu .galerie {
  padding: 40px 0 40px 0;
  text-align: center;
}
.single-news .contenu .galerie a {
  margin: 0 0 25px 0;
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.single-news .contenu .galerie a .caption {
	color: #000;
    font-style: italic;
    position: absolute;
    bottom: 0;
    left: 0;
	line-height: 1.1;
    background: rgba(255,255,255,0.7);
    padding: 5px 10px;
    font-size: 14px;
	width:100%;
	text-align:left;
}
.single-news .contenu .galerie a .over {
  position: absolute;
  left: -5%;
  top: -5%;
  width: 110%;
  height: 110%;
}
.single-news .contenu .galerie a .over::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #00a551;
  opacity: 0;
  z-index: 11;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.single-news .contenu .galerie a .over .loupe {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  opacity: 0;
  z-index: 15;
  width: 100px;
  height: 104px;
  background-image: url("img/ico_loupe_plus.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.single-news .contenu .galerie a:hover .over::before {
  opacity: 0.8;
}
.single-news .contenu .galerie a:hover .over .loupe {
  opacity: 0.8;
}
.single-news .contenu .galerie a img {
  webkit-backface-visibility: hidden;
}
.partage {
  max-width: 150px;
  position: relative;
  margin: 70px auto 100px auto;
  z-index: 500;
}
.partage .cta-partager {
  display: block;
  height: 60px;
  line-height: 60px;
  font-family: 'Heebo', sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.28em;
  border: 1px #00a551 solid;
  padding: 0 25px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.partage .addthis_inline_share_toolbox {
  position: absolute;
  display: none;
  bottom: 100%;
}
.partage:hover .cta-partager {
  color: #FFF;
  background: #00a551;
}
.partage:hover .addthis_inline_share_toolbox {
  display: block;
}
.partage .at-resp-share-element .at-share-btn {
  display: block !important;
  max-width: 150px;
  padding: 0 25px !important;
  margin: 0 !important;
  background: #000 !important;
}
.partage .at-resp-share-element .at-share-btn:hover {
  -webkit-transform: none !important;
  transform: none !important;
  background: #00a551 !important;
}
.partage .at-resp-share-element .at-share-btn .at-icon-wrapper {
  display: none;
}
.partage .at-resp-share-element .at-share-btn .at-label {
  font-family: 'Heebo', sans-serif;
  font-size: 14px !important;
  font-weight: 700 !important;
  height: 60px !important;
  line-height: 60px !important;
  letter-spacing: 0.28em;
  margin: 0;
  display: block;
  text-transform: uppercase;
  padding: 0;
}


/**** À PROPOS ****/



.guide .bandeau, .apropos .bandeau {
  width: 100%;
  height: 730px;
  position: relative;
  background-image: url("img/materiaux-blanchet_apropos_header.jpg");
}
.guide .bandeau h1, .apropos .bandeau h1 {
  margin: 0;
  font-weight: 900;
  font-size: 90px;
  color: #FFF;
}
.guide .bandeau .content-wrap, .guide .bandeau .container, .guide .bandeau .row, .apropos .bandeau .content-wrap, .apropos .bandeau .container, .apropos .bandeau .row {
  height: 100%;
}
.guide .bandeau .row, .apropos .bandeau .row {
  padding-top: 160px;
}
.apropos h3 {
  font-size: 48px;
  font-weight: 300;
  letter-spacing: 0.04em;
}
.apropos p {
  line-height: 1.4;
}
.apropos .apropos-nav.goFix {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
.apropos .apropos-nav {
  background: #313131;
  padding: 20px 0;
}
.apropos .apropos-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.apropos .apropos-nav ul li {
  display: block;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.28em;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.apropos .apropos-nav ul li:hover, .apropos .apropos-nav ul li.highlight {
  color: #00a551;
}
.apropos .apropos-nav ul li.divider::after {
  content: '';
  width: 1px;
  height: 10px;
  background: #009d51;
  display: inline-block;
}
.apropos .entreprise {
  background: #000;
  padding: 100px 0 130px 0;
  text-align: center;
}
.apropos .entreprise .container {
  max-width: 810px;
}
.apropos .entreprise h3 {
  color: #FFF;
  margin: 0 0 40px 0;
}
.apropos .entreprise h3 strong {
  color: #00a551;
  font-weight: 700;
}
.apropos .entreprise p {
  color: #FFF;
  margin: 0 0 30px 0;
}
.apropos .entreprise p:last-of-type {
  margin: 0;
}
.apropos .historique {
  background-image: url("img/materiaux-blanchet_apropos_historique.jpg");
  padding: 100px 0 130px 0;
  text-align: center;
}
.apropos .historique h3 {
  margin: 0 0 80px 0;
}
.apropos .historique h3 b {
  color: #00a551;
  font-weight: 700;
}
.apropos .historique .slide .annee {
  font-weight: 700;
  font-size: 54px;
  letter-spacing: 0.04em;
  color: #00a551;
  display: block;
  border-radius: 50%;
  border: 2px #00a551 solid;
  max-width: 170px;
  line-height: 1;
  padding: 61px 0 53px 0;
  margin: 0 auto 30px auto;
}
.apropos .historique .slide h4 {
  font-size: 30px;
  color: #00a551;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin: 0 0 20px 0;
}
.apropos .historique .slide p {
  max-width: 640px;
  margin: 0 auto 20px auto;
}
.apropos .historique .slick-slide {
  opacity: 0.1;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  padding: 0 80px;
}
.apropos .historique .slick-slide.slick-center {
  opacity: 1;
}
.apropos .historique .slick-prev, .apropos .historique .slick-next {
  width: 60px;
  height: 60px;
  background: #FFF;
  border-radius: 50%;
  z-index: 20;
}
.apropos .historique .slick-prev:before, .apropos .historique .slick-next:before {
  content: '';
  background: url(img/arrow-slider-vert.svg) no-repeat center;
  background-size: auto;
  width: 32px;
  height: 25px;
  display: inline-block;
  opacity: 1;
}
.apropos .historique .slick-next:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.apropos .historique .slick-prev {
  left: 25%;
}
.apropos .historique .slick-next {
  right: 25%;
}


.apropos .gestionnaires .equipe{justify-content:center;}



.gform_legacy_markup_wrapper .gfield_description {
  position: absolute;
  padding: 0;
    padding-top: 0px;
  top: 100%;
  left: 0;
}

.notice-2023 p{
	margin-top:20px;
	color:white;
	font-size:10px;
	font-style:italic;
	
}

.notice-2023 a{color:#00a551 !important;color:white;font-size:10px; text-decoration:underline;}



.gform_legacy_markup_wrapper .field_description_below .gfield_description{width: 200px !important;}



.seopress-user-consent button#seopress-user-consent-accept{
	border:1px solid black;
	background-color:black;
	color:white;
	padding:10px;
	
}
.seopress-user-consent button#seopress-user-consent-edit{
	border:1px solid #00a551;
	background-color:transparent;
	color:#00a551;
	padding:10px;
}
.seopress-user-consent button#seopress-user-consent-close{
	border:1px solid white;
	background-color:transparent;
	color:white;
	padding:10px;
}

.seopress-user-consent a{text-decoration:underline;}



@media (max-width: 1100px) {
  .apropos .historique .slick-slide {
    padding: 0 100px;
  }
  .apropos .historique .slick-prev {
    left: 40px;
  }
  .apropos .historique .slick-next {
    right: 40px;
  }
}
@media (max-width: 640px) {
  .apropos .historique .slide .annee {
    font-size: 40px;
    padding: 58px 0 48px 0;
  }
  .apropos .historique .slide h4 {
    font-size: 22px;
  }
  .apropos .historique .slide p {
    font-size: 18px;
  }
  .apropos .historique .slick-slide {
    padding: 0 80px;
  }
  .apropos .historique .slick-prev {
    left: 20px;
  }
  .apropos .historique .slick-next {
    right: 20px;
  }
  .apropos .historique .slick-prev, .apropos .historique .slick-next {
    width: 30px;
    height: 30px;
  }
  .apropos .historique .slick-prev:before, .apropos .historique .slick-next:before {
    width: 20px;
    height: 15px;
  }
}
.apropos .vision, .apropos .mission {
  padding: 130px 100px !important;
  color: #FFF;
  text-align: center;
  min-height: 640px;
}
.apropos .vision {
  background: #00a551;
}
.apropos .mission {
  background-image: url("img/materiaux-blanchet_apropos_mission.jpg");
  background-position: center top;
}
.apropos .vision p, .apropos .mission p {
  color: #FFF;
  margin: 0;
  font-size: 30px;
}
.apropos .valeurs {
  background: #FFF;
  padding: 100px 0;
}
.apropos .valeurs .container {
  max-width: 1100px;
}
.apropos .valeurs h2.titre-cercle {
  margin: 0 0 100px 0;
}
.apropos .valeurs .icone-box {
  margin-bottom: 60px;
  text-align: center;
}
.apropos .valeurs .icone-box .icone {
  margin: 0 0 20px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.apropos .valeurs .icone-box .icone img {
  margin: 0 auto;
}
.apropos .valeurs .icone-box span {
  display: block;
  color: #000;
  font-size: 20px;
  line-height: 1.2;
}
.apropos .valeurs .icone-box:nth-child(3) .icone img {
  position: relative;
  left: -5px;
}
.apropos .gestionnaires {
  background: #e7e2dd;
  padding: 100px 0 130px 0;
}
.apropos .gestionnaires h3 {
  text-align: center;
  color: #000;
  max-width: 906px;
  margin: 80px auto;
}
.apropos .gestionnaires h3 b {
  font-weight: 700;
  color: #00a551;
}
.apropos .gestionnaires .equipe {
  margin: 0 -2px;
}
.apropos .gestionnaires .equipe > div {
  margin-bottom: 4px;
  padding-left: 2px;
  padding-right: 2px;
}
.apropos .gestionnaires .equipe img {
  margin: 0 auto;
  display: block;
}
.apropos .gestionnaires .equipe .infos {
  display: block;
  background: #000;
  padding: 30px;
  text-align: center;
}
.apropos .gestionnaires .equipe .infos .nom {
  font-size: 20px;
  font-weight: 800;
  color: #00a551;
  display: block;
  line-height: 1;
}
.apropos .gestionnaires .equipe .infos .poste {
  font-size: 20px;
  color: #FFF;
  display: block;
  margin-bottom: 20px;
  line-height:1.2;
}
.apropos .gestionnaires .equipe .infos a {
  color: #FFF;
  font-size: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
.apropos .gestionnaires .equipe .infos a:hover {
  color: #00a551;
}
.apropos .employes {
  padding: 100px 0;
  text-align: center;
}
.apropos .employes h3 {
  margin: 0 0 30px 0;
}
.apropos .employes h3 strong {
  font-weight: 700;
  color: #00a551;
}
.apropos .employes p {
  max-width: 780px;
  margin: 0 auto 30px auto;
}
.apropos .employes p strong {
  font-weight: 700;
}
.apropos .employes .cta-outline {
  margin-top: 30px;
}
.apropos .employes img {
  margin: 50px auto 0 auto;
}
.apropos .image {
  background: #000;
  padding: 100px 0 70px 0;
}
.apropos .image .container {
  max-width: 1150px;
}
.apropos .image h3 {
  color: #FFF;
  text-align: center;
  margin-top: 80px;
}
.apropos .image h3 b {
  font-weight: 700;
  color: #00a551;
}
.apropos .image .image-logo {
  margin: 100px auto;
  max-width: 80%;
  display: block;
  position: relative;
  right: -20px;
}
.apropos .image span.dynamisme {
  font-size: 30px;
  font-weight: 800;
  color: #FFF;
  display: block;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px #00a551 solid;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.04em;
}
.apropos .image .list {
  padding: 0 25px 0 20px;
  position: relative;
  color: #FFF;
  margin-bottom: 30px;
  display: block;
  font-size: 20px;
}
.apropos .image .list::before {
  content: '•';
  position: absolute;
  left: 0;
  top: 2px;
}


/**** ACHAT DE BOIS ROND ****/

.achat .bandeau {
  width: 100%;
  height: 730px;
  position: relative;
  background-image: url("img/materiaux-blanchet_achat-bois-rond_header.jpg");
}
.achat .bandeau h1 {
  margin: 0;
  font-weight: 300;
  font-size: 90px;
  color: #FFF;
}
.achat .bandeau h1 b {
  font-weight: 900;
  display: block;
}
.achat .bandeau .content-wrap, .achat .bandeau .container, .achat .bandeau .row {
  height: 100%;
}
.achat .bandeau .row {
  padding-top: 160px;
}
.achat .achetons {
  background: #000;
  padding: 100px 0;
  text-align: center;
}
.achat .achetons .container {
  max-width: 1310px;
}
.achat .achetons h2 {
  font-weight: 300;
  color: #FFF;
  margin: 0 auto 50px auto;
  max-width: 880px;
}
.achat .achetons h2 strong {
  font-weight: 700;
}
.achat .achetons .haut::after {
  content: '';
  width: 100%;
  height: 1px;
  background: #00a551;
  display: block;
  margin-top: 80px;
  margin-bottom: 80px;
}
.achat .achetons .haut p {
  line-height: 1.4;
  font-size: 20px;
  color: #FFF;
  margin: 0;
}

.achat .achetons .milieu::after {
  content: '';
  width: 100%;
  height: 1px;
  background: #00a551;
  display: block;
  margin-top: 80px;
  margin-bottom: 80px;
}
.achat .achetons .milieu h3 {
  font-size: 36px;
  font-weight: 400;
  margin: 0 auto 70px auto;
  max-width: 860px;
  color: #00a551;
}
.achat .achetons .bas .ou {display: block; margin: 50px auto; max-width:450px; height: 1px; background:#00A551; position: relative;}
.achat .achetons .bas .ou span { 
	color:#00A551; padding:0 20px; 
	background: #000; font-size: 14px; 
	font-weight:700; letter-spacing: 0.28em; 
	position: absolute; top:50%; left:50%; 
	-webkit-transform:translate(-50%, -50%);
	transform:translate(-50%, -50%);
}
.achat .achetons .bas .cta-outline {
  margin: 0 10px 0 10px;
  width:100%;
  max-width:450px;
}

.achat .achetons .info-tech {
  display: block;
  margin: 20px 0 0 0;
}
.achat .achetons .info-tech .nav {
  font-size: 17px;
  font-weight: 400;
  line-height: 1;
  color: #00a551;
  border-bottom: 1px #00a551 solid;
  display: inline-block;
  max-width: 340px;
  margin:0 auto;
  letter-spacing: 0.08em;
  text-align: left;
  padding: 10px 40px 10px 0;
  position: relative;
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.achat .achetons .info-tech .nav::after {
  content: '';
  position: absolute;
  right: 0;
  top: 13px;
  width: 17px;
  height: 20px;
  background-image: url(img/ico_accordeon_vert.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.achat .achetons .info-tech .nav.open::after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  top: 5px;
}
.achat .achetons .info-tech .content {
  color: #FFF;
  position:relative;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s cubic-bezier(.455, .03, .515, .955), all 0.5s cubic-bezier(0, 1, 0, 1);
  transition: all 0.5s cubic-bezier(.455, .03, .515, .955), all 0.5s cubic-bezier(0, 1, 0, 1);
}
.achat .achetons .info-tech .content::before { content:''; display:block; height:100px;}
.achat .achetons .info-tech .content.open {
  max-height: 4000px;
  -webkit-transition: max-height 1s cubic-bezier(.455, .03, .515, .955);
  transition: max-height 1s cubic-bezier(.455, .03, .515, .955);
}

.achat .achetons .dataTables_wrapper .tablepress {
  width: 100% !important;
}
.achat .achetons .tablepress caption {
  display: none;
}

.achat .achetons .tablepress tfoot th, .achat .achetons .tablepress thead th {
  background-color: #00a551;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  color: #FFF;
  letter-spacing: 0.15em;
  text-align: center;
  padding: 35px 20px 35px 20px;
  border-left: 1px #000 solid;
  border-right: 1px #000 solid;
  border-bottom:0;
  vertical-align: middle;
}
.achat .achetons .tablepress thead tr.row-1 th.column-1::after {
  display: none;
}
.achat .achetons .tablepress tbody td {
  vertical-align: top;
  border-top: 1px #00a551 solid;
  border-bottom: 1px #00a551 solid;
  text-align: center;
  font-weight: 700;
  padding: 15px 20px;
  font-size:14px;
  letter-spacing: 0.08em;
	color:white;
}

.achat .achetons .tablepress thead th.column-1 {  width: 330px !important; text-align: left;}

.achat .achetons .tablepress tbody .column-1 {
    background: #212121;
    font-size: 14px;
    text-transform: uppercase;
    color: #FFF;
    font-weight: 700;
    letter-spacing: 0.28em;
    border-bottom: 1px #00a551 solid;
    padding: 15px 20px;
    vertical-align: top;
    text-align: left;
    line-height: 2.2;
}
.achat .achetons .tablepress tbody td.column-1 { width: 330px !important;}

.achat .achetons .tablepress tbody .row-2 td {
  border-top: 0;
}
.achat .achetons .tablepress tbody .row-4 td {
  border-bottom: 0;
}

.achat .achetons .tablepress tbody td.column-2, .achat .achetons .tablepress tbody td.column-4, .achat .achetons .tablepress tbody td.column-6 { background: #141414; line-height: 2.2;}
.achat .achetons .tablepress tbody td.column-3, .achat .achetons .tablepress tbody td.column-5, .achat .achetons .tablepress tbody td.column-7 { background: #212121; line-height: 2.2;}

.DTFC_LeftBodyLiner {
  overflow: hidden !important;
}
.achat .achetons .dataTables_wrapper .tablepress { table-layout: fixed;}

@media (max-width: 1180px) {
  .achat .achetons .tablepress thead th.column-1, .achat .achetons .tablepress tbody td.column-1 {width:210px !important;}
  .achat .achetons .tablepress thead th.column-2, .achat .achetons .tablepress tbody td.column-2 {width:150px !important;}
  .achat .achetons .tablepress thead th.column-3, .achat .achetons .tablepress tbody td.column-3 {width:245px !important;}
  .achat .achetons .tablepress thead th.column-4, .achat .achetons .tablepress tbody td.column-4 {width:230px !important;}
}

@media (max-width: 580px) {
  .achat .achetons .tablepress thead th.column-1, .achat .achetons .tablepress tbody td.column-1 {width:140px !important;}
  .achat .achetons .tablepress thead th.column-2, .achat .achetons .tablepress tbody td.column-2 {width:140px !important;}
  .achat .achetons .tablepress thead th.column-3, .achat .achetons .tablepress tbody td.column-3 {width:145px !important;}
  .achat .achetons .tablepress thead th.column-4, .achat .achetons .tablepress tbody td.column-4 {width:180px !important;}
}



.achat .achetons .exception { margin: 30px 0 0 0; display: block;}
.achat .achetons .exception p {color:#FFF; font-size: 12px; font-weight:700; letter-spacing: 0.10em; margin: 0; text-align: left; line-height: 1.8;}

.achat .bois-oeuvre {
  overflow: hidden;
  position: relative;
}
.achat .bois-oeuvre .container {
  position: relative;
  z-index: 1;
  padding-top: 130px;
  padding-bottom: 130px;
  max-width: 1280px;
}
.achat .bois-oeuvre h2 {
  font-weight: 700;
  color: #FFF;
  margin: 0 0 20px 0;
  line-height: 1;
}
.achat .bois-oeuvre p {
  font-weight: 700;
  font-size: 20px;
  color: #FFF;
  margin: 0 0 30px 0;
  line-height: 1.4;
  letter-spacing: 0.025em;
}
.achat .bois-oeuvre p:last-of-type {
  margin: 0;
}
.achat .bois-oeuvre .back {
  width: 100%;
  height: 130%;
  left: 0;
  top: -26%;
  position: absolute;
  background-image: url(img/materiaux-blanchet_achat-bois-rond_bois-oeuvre.jpg);
}


/**** DÉVELOPPEMENT DURABLE ****/

.developpement .bandeau {
  width: 100%;
  height: 730px;
  position: relative;
  background-image: url("img/materiaux-blanchet_developpement-durable_header.jpg");
}
.developpement .bandeau h1 {
  margin: 0;
  font-weight: 300;
  font-size: 90px;
  color: #FFF;
}
.developpement .bandeau h1 b {
  font-weight: 900;
  display: block;
}
.developpement .bandeau .content-wrap, .developpement .bandeau .container, .developpement .bandeau .row {
  height: 100%;
}
.developpement .bandeau .row {
  padding-top: 160px;
}
.developpement .savoir-faire {
  padding: 100px 0;
  text-align: center;
}
.developpement .savoir-faire h2 {
  color: #000;
  font-weight: 300;
  margin: 0 0 50px 0;
}
.developpement .savoir-faire h2 strong {
  font-weight: 700;
  color: #00a551;
}
.developpement .savoir-faire p {
  margin: 0 auto 30px auto;
  font-size: 20px;
  color: #000;
  max-width: 795px;
  line-height: 1.4;
}
.developpement .savoir-faire p:last-of-type {
  margin: 0 auto;
}
.developpement .rapm {
  padding: 100px 0 50px 0;
  text-align: center;
  background: #00a551;
}
.developpement .rapm .container {
  max-width: 1400px;
}
.developpement .rapm h2 {
  font-weight: 300;
  margin: 0 0 50px 0;
  color: #FFF;
}
.developpement .rapm h2 b {
  font-weight: 700;
  display: block;
}
.developpement .rapm .icone-box {
  margin-bottom: 50px;
  text-align: center;
}
.developpement .rapm .icone-box .icone {
  margin: 0 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.developpement .rapm .icone-box .icone img {
  margin: 0 auto;
  max-width: 132px;
}
.developpement .rapm .icone-box span {
  display: block;
  color: #FFF;
  font-size: 20px;
  line-height: 1.4;
  max-width: 415px;
  margin: 0 auto;
}
.developpement .materiaux {
  padding: 160px 0 270px 0;
}
.developpement .materiaux .row {
  position: relative;
}
.developpement .materiaux .box-absolute {
  position: absolute;
  z-index: 1;
  width: 100%;
  top: 60px;
  padding: 0;
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-flex-item-align: center;
  align-self: center
}
.developpement .materiaux .box-noir {
  background: #000;
  padding: 100px;
  z-index: 0;
  position: relative;
}
.developpement .materiaux .box-noir h2 {
  color: #FFF;
  font-size: 48px;
  font-weight: 300;
  margin: 0 0 40px 0;
}
.developpement .materiaux .box-noir h2 strong {
  font-weight: 700;
  color: #00a551;
}
.developpement .materiaux .box-noir p {
  color: #FFF;
  max-width: 570px;
  margin: 0 0 30px 0;
}
.developpement .materiaux .box-noir p:last-of-type {
  margin: 0;
}
.developpement .materiaux .image-wrap {
  margin-left: auto;
}
.developpement .materiaux .box-image {
  height: 735px;
}
.developpement .installations {
  padding: 0 0 160px 0;
}
.developpement .installations .row {
  position: relative;
}
.developpement .installations .box-absolute {
  position: absolute;
  z-index: 1;
  width: 100%;
  right: 0;
  top: -80px;
  padding: 0;
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-flex-item-align: center;
  align-self: center
}
.developpement .installations .box-gris {
  background: #e7e2dd;
  padding: 100px;
  z-index: 0;
  position: relative;
}
.developpement .installations .box-gris h2 {
  color: #000;
  font-size: 48px;
  font-weight: 300;
  margin: 0 0 40px 0;
  max-width: 530px;
}
.developpement .installations .box-gris h2 strong {
  font-weight: 700;
  color: #00a551;
}
.developpement .installations .box-gris p {
  color: #000;
  max-width: 540px;
  margin: 0 0 30px 0;
}
.developpement .installations .box-gris p:last-of-type {
  margin: 0;
}
.developpement .installations .image-wrap {}
.developpement .installations .box-image {
  height: 735px;
}


/**** SERVICES ****/


.services .bandeau {
  width: 100%;
  height: 730px;
  position: relative;
  background-image: url("img/materiaux-blanchet_services_header.jpg");
}
.services .bandeau h1 {
  margin: 0;
  font-weight: 300;
  font-size: 90px;
  color: #FFF;
}
.services .bandeau h1 b {
  font-weight: 900;
  display: block;
}
.services .bandeau .content-wrap, .services .bandeau .container, .services .bandeau .row {
  height: 100%;
}
.services .bandeau .row {
  padding-top: 160px;
}
.services h3 {
  font-weight: 300;
  font-size: 48px;
  letter-spacing: 0.04em;
}
.services h3 b, .services h3 strong {
  font-weight: 700;
}
.services .ctpat { background: #000; padding: 100px 0; text-align: center;}

.services .livraison {
  padding: 100px 0;
  background: #e7e2dd;
  text-align: center;
}
.services .livraison h3 {
  color: #000;
  max-width: 750px;
  margin: 0 auto 30px auto;
}
.services .livraison h3 strong {
  display: block;
}
.services .livraison p {
  max-width: 720px;
  margin: 0 auto;
}
html[lang="en-US"] .services .livraison p {
  max-width: 550px;
}
.services .livraison h4 {
  color: #00a551;
  font-size: 36px;
  font-weight: 400;
  max-width: 620px;
  margin: 0 auto 60px auto;
  letter-spacing: 0.04em;
}
.services .livraison .haut::after {
  content: '';
  width: 100%;
  height: 1px;
  background: #00a551;
  display: block;
  margin-top: 60px;
  margin-bottom: 60px;
}
.services .livraison .svg {
  max-width: 240px;
  max-height: 78px;
  margin: 0 30px 60px 30px;
}
.services .livraison h5 {
  font-size: 31px;
  color: #000;
  font-weight: 400;
  letter-spacing: 0.04em;
  max-width: 730px;
  margin: 0 auto;
}
.services .livraison h5 b {
  font-weight: 700;
}
.services .transport {
  padding: 100px 0 130px 0;
  text-align: center;
  overflow: hidden;
  position: relative;
}
.services .transport .container {
  position: relative;
  z-index: 1;
}
.services .transport h3 {
  color: #FFF;
  max-width: 750px;
  margin: 0 auto 30px auto;
}
.services .transport h3 strong {
  display: block;
}
.services .transport p {
  max-width: 790px;
  margin: 0 auto;
  color: #FFF;
}
html[lang="en-US"] .transport p {
  max-width: 750px;
}
.services .transport p a {
  text-decoration: underline;
}
.services .transport p strong {
  color: #00a551;
}
.services .transport .back {
  width: 100%;
  height: 114%;
  left: 0;
  top: -8%;
  position: absolute;
  background-image: url(img/materiaux-blanchet_services_transport.jpg);
}
.services .accompagnement {
  padding: 100px 0;
  background: #00a551;
  text-align: center;
  overflow: hidden;
  position: relative;
}
.services .accompagnement h3 {
  color: #FFF;
  max-width: 750px;
  margin: 0 auto 30px auto;
}
.services .accompagnement h3 strong {
  display: block;
}
.services .accompagnement p {
  max-width: 752px;
  margin: 0 auto;
  color: #FFF;
}
.services .bois-oeuvre {
  overflow: hidden;
  position: relative;
}
.services .bois-oeuvre .container {
  position: relative;
  z-index: 1;
  padding-top: 130px;
  padding-bottom: 130px;
  max-width: 1280px;
}
.services .bois-oeuvre h2 {
  font-weight: 700;
  color: #FFF;
  margin: 0 0 20px 0;
  line-height: 1;
}
.services .bois-oeuvre p {
  font-weight: 700;
  font-size: 20px;
  color: #FFF;
  margin: 0 0 30px 0;
  line-height: 1.4;
  max-width: 445px;
}
.services .bois-oeuvre p:last-of-type {
  margin: 0;
}
.services .bois-oeuvre .back {
  width: 100%;
  height: 114%;
  left: 0;
  top: -8%;
  position: absolute;
  background-image: url(img/materiaux-blanchet_services_bois-oeuvre.jpg);
}


/**** CARRIÈRES ****/

.carrieres .bandeau {
  width: 100%;
  height: 980px;
  position: relative;
  background-image: url("img/materiaux-blanchet_carrieres_header.png");
  background-position: center bottom;
  z-index: 1;
}
.carrieres .bandeau h1 {
  margin: 0 0 40px 0;
  font-weight: 800;
  font-size: 28px;
  color: #00a551;
  letter-spacing: 0.08em;
}
.carrieres .bandeau h2 {
  font-size: 73px;
  color: #FFF;
  letter-spacing: 0.04em;
  font-weight: 800;
  margin: 0 0 30px 0;
  line-height: 1.1;
}
.carrieres .bandeau p {
  font-size: 30px;
  color: #FFF;
  font-weight: 700;
  margin: 0 0 40px 0;
}

.carrieres .bandeau .cta-outline {
  border: 1px #00a551 solid;
  color: #FFF;
  margin: 0;
}
.carrieres .bandeau .cta-outline::before {
  background: #00a551;
}
.carrieres .bandeau .cta-outline:hover {
  color: #FFF;
}
.carrieres .bandeau .content-wrap, .carrieres .bandeau .container, .carrieres .bandeau .row {
  height: 100%;
}
.carrieres .bandeau .row {
  padding-top: 160px;
}
.carrieres .bandeau .slider {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
}
.carrieres .bandeau .slider.slick-initialized {
  visibility: visible;
  opacity: 1;
}

.carrieres .bandeau.bandeau-2022 {
  background-image: url("img/materiaux-blanchet_carrieres_header-2022.png");
}

.carrieres .bandeau.bandeau-2022 h1{
	margin-bottom:40px;
	color:white;
	font-size:20px;
}


.carrieres .bandeau.bandeau-2022 .trouve-ta-place {
  	max-width:300px;
	display:block;
	margin:0 auto 40px;
}

.carrieres .bandeau.bandeau-2022 .cta{
	border-color:white;
	background-color:white;
	color:#00a551;
}

.carrieres .bandeau.bandeau-2022 .cta:hover{
	border-color:#00a551;
	background-color:#00a551;
	color:white;
}


.carrieres .bandeau.bandeau-2022 .row{
	-webkit-box-align: top !important;
	-ms-flex-align: top !important;
	align-items: top !important;
}



.carrieres .decouvre {
  overflow: hidden;
  position: relative;
  margin-top: -140px;
  text-align: center;
}
.carrieres .decouvre .container {
  position: relative;
  z-index: 1;
  padding-top: 270px;
  padding-bottom: 110px;
  max-width: 1280px;
}
.carrieres .decouvre h3 {
  color: #00a551;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  margin: 0 0 30px 0;
}
.carrieres .decouvre h2 {
  font-weight: 300;
  font-size: 48px;
  letter-spacing: 0.04em;
  color: #FFF;
  margin: 0 auto 80px auto;
  max-width: 890px;
}
.carrieres .decouvre h2 b {
  font-weight: 700;
}
.carrieres .decouvre .icone-box {
  margin-bottom: 80px;
}
.carrieres .decouvre .icone-box .icone {}
.carrieres .decouvre .icone-box h4 {
  font-size: 36px;
  color: #00a551;
  font-weight: 700;
  margin: 20px 0;
  letter-spacing: 0.04em;
}
.carrieres .decouvre .icone-box p {
  color: #FFF;
  max-width: 500px;
  margin: 0 auto;
}
.carrieres .decouvre .back {
  width: 100%;
  height: 114%;
  left: 0;
  top: -8%;
  position: absolute;
  background-image: url(img/materiaux-blanchet_carrieres_decouvre.jpg);
}
.carrieres .decouvre .btn-row {
  margin-top: 60px;
}
.carrieres .decouvre .cta-outline {
  margin: 20px 2px 0 2px;
}
.carrieres .pourquoi {
  padding: 100px 0;
}
.carrieres .pourquoi .row {
  position: relative;
}
.carrieres .pourquoi h2 {
  text-align: center;
  color: #000;
  margin: 0 auto 50px auto;
  max-width: 680px;
  font-weight: 300;
}
.carrieres .pourquoi h2 b {
  font-weight: 700;
}
.carrieres .pourquoi .box-absolute {
  position: absolute;
  z-index: 1;
  width: 100%;
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-flex-item-align: center;
  align-self: center
}
.carrieres .pourquoi .box-vert {
  background: #00a551;
  padding: 100px 100px 150px 100px;
  z-index: 0;
  position: relative;
}
.carrieres .pourquoi .box-vert h3 {
  color: #FFF;
  font-size: 48px;
  margin: 0 0 30px 0;
  font-weight: 700;
}
.carrieres .pourquoi .box-vert p {
  color: #FFF;
  max-width: 500px;
}
.carrieres .pourquoi .image-wrap {
  margin-left: auto;
}
.carrieres .pourquoi .box-image {
  height: 730px;
}
.carrieres .pourquoi .custom-nav {
  position: absolute;
  bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-left: -5px;
}
.carrieres .pourquoi .custom-nav .custom-prev, .carrieres .pourquoi .custom-nav .custom-next {
  display: block;
  margin: 0 5px;
  border: 1px #FFF solid;
  border-radius: 50%;
  cursor: pointer;
  width: 40px;
  text-align: center;
  color: #FFF;
  line-height: 40px;
  height: 40px;
  font-size: 13px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.carrieres .pourquoi .custom-nav .custom-prev:hover, .carrieres .pourquoi .custom-nav .custom-next:hover {
  background: #FFF;
  color: #00a551;
}
.carrieres .pourquoi .custom-nav .raison {
  display: inline-block;
  color: #FFF;
  text-transform: uppercase;
  letter-spacing: 0.28em;
  font-size: 12px;
  font-weight: 800;
  margin-left: 10px;
}
.carrieres .pourquoi .image-wrap .custom-next {
  display: block;
  position: absolute;
  top: 50%;
  right: 60px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 5px;
  border: 0;
  background: #FFF;
  border-radius: 50%;
  cursor: pointer;
  width: 58px;
  height: 58px;
  text-align: center;
  color: #000;
  line-height: 65px;
  font-size: 23px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.carrieres .pourquoi .image-wrap .custom-next:hover {
  color: #00a551;
}
.carrieres .pourquoi .total {
  display: inline-block;
  color: #FFF;
  text-transform: uppercase;
  letter-spacing: 0.28em;
  font-size: 16px;
  font-weight: 800;
  margin-left: 20px;
  line-height: 1.2;
}
.carrieres .equipe {
  overflow: hidden;
  position: relative;
  text-align: center;
  background-image: url(img/materiaux-blanchet_carrieres_equipe.jpg);
}
.carrieres .equipe .container {
  position: relative;
  z-index: 1;
  max-width: 1280px;
  padding-top: 100px;
  padding-bottom: 100px;
}
.carrieres .equipe h3 {
  color: #00a551;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  margin: 0 0 30px 0;
}
.carrieres .equipe h2 {
  font-weight: 300;
  font-size: 48px;
  letter-spacing: 0.04em;
  color: #000;
  margin: 0 auto 80px auto;
  max-width: 720px;
}
.carrieres .equipe h2 b {
  font-weight: 700;
}
.carrieres .equipe .icone-box {
  margin-bottom: 80px;
}
.carrieres .equipe .icone-box .icone {}
.carrieres .equipe .icone-box h4 {
  font-size: 36px;
  color: #00a551;
  font-weight: 700;
  margin: 20px 0;
  letter-spacing: 0.04em;
}
.carrieres .equipe .icone-box p {
  color: #000;
  max-width: 415px;
  margin: 0 auto;
}
.carrieres .equipe .back {
  width: 100%;
  height: 114%;
  left: 0;
  top: 0;
  position: absolute;
}
.carrieres .equipe .btn-row {
  margin-top: 20px;
}
.carrieres .equipe .cta-outline {
  margin: 20px 2px 0 2px;
}
.carrieres .mythes-realite {
  padding: 100px 0;
}
.carrieres .mythes-realite .container {
  max-width: 1280px;
}
.carrieres .mythes-realite h2 {
  font-weight: 300;
  font-size: 48px;
  letter-spacing: 0.04em;
  color: #000;
  margin: 0 auto 80px auto;
  max-width: 480px;
  text-align: center;
}
.carrieres .mythes-realite h2 b {
  font-weight: 700;
}
.carrieres .mythes-realite span {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.025em;
  display: block;
  padding-bottom: 5px;
}
.carrieres .mythes-realite span.mythes-titre {
  color: #d90030;
}
.carrieres .mythes-realite span.realite-titre {
  color: #00a551;
}
.carrieres .mythes-realite .box {
  position: relative;
  display: block;
  padding: 40px 0 40px 50px;
  color: #000;
}
.carrieres .mythes-realite .box p {
  margin: 0;
}
.carrieres .mythes-realite .box::before {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  width: 28px;
  height: 28px;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center center;
}
.carrieres .mythes-realite .mythes .box {
  border-top: 1px #d90030 solid;
}
.carrieres .mythes-realite .mythes .box .texte {
  max-width: 355px;
}
.carrieres .mythes-realite .mythes .box::before {
  background-image: url("img/mythes.svg");
}
.carrieres .mythes-realite .realite .box {
  border-top: 1px #00a551 solid;
}
.carrieres .mythes-realite .realite .box .texte {
  max-width: 500px;
}
.carrieres .mythes-realite .realite .box::before {
  background-image: url("img/realite.svg");
}
.carrieres .mythes-realite a {
  font-weight: 700;
  color: #000;
  text-decoration: underline;
}
.carrieres .mythes-realite a:hover {
  color: #00a551;
}
.carrieres .mythes-realite .mythes-mobile {
  display: none;
}
@media (max-width: 767px) {
  .carrieres .mythes-realite .mythes-desktop {
    display: none;
  }
  .carrieres .mythes-realite .mythes-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
  }
  .carrieres .mythes-realite .mythes-mobile .slider {
    margin: auto;
  }
  .carrieres .mythes-realite .mythes-mobile .slider .block {
    display: block;
  }
  .carrieres .mythes-realite .mythes-mobile .slider .slick-dots button {
    overflow: hidden;
    text-indent: -9999px;
    border: 1px #00a551 solid;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    background: transparent;
    box-shadow: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .carrieres .mythes-realite .mythes-mobile .slider .slick-dots .slick-active button {
    background: #00a551;
  }
}
.carrieres .videos {
  padding: 100px 0 60px 0;
  background: #00a551;
}
.carrieres .videos h2 {
  font-weight: 300;
  font-size: 48px;
  color: #FFF;
  letter-spacing: 0.04em;
  margin: 0 auto 80px auto;
  max-width: 570px;
  text-align: center;
}
.carrieres .videos h2 b {
  font-weight: 700;
}
.carrieres .videos .videos-wrap {
  margin-bottom: 60px;
}
.carrieres .videos h3 {
  font-size: 30px;
  color: #FFF;
  font-weight: 700;
}
.carrieres .videos p {
  color: #FFF;
  margin: 0;
}
.videoPlay {
  display: block;
  margin: 0 auto 30px auto;
  position: relative;
}
.videoPlay .video-thumb {
  width: 100%;
  padding-top: 58.91891%;
  background-position: center center;
  background-size: cover;
  position: relative;
}
.videoPlay .video-thumb .icon-play {
  color: #FFF;
  position: absolute;
  z-index: 5;
  left: 50%;
  top: 50%;
  font-size: 80px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.videoPlay .video-thumb:hover .icon-play {
  color: #00a551;
}
.videoPlay .video-thumb::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
  top: 0;
}
.videoPlay .video-thumb::after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 1px;
  z-index: 0;
  -webkit-transform: scale(.9);
  transform: scale(.9);
  box-shadow: 0px 4px 15px 6px rgba(0, 0, 0, 0.4);
}
.carrieres .postes {
  padding: 100px 0;
  background: #e7e2dd;
}
.carrieres .postes .container {
  max-width: 1020px;
}
.carrieres .postes h2 {
  font-weight: 300;
  font-size: 48px;
  letter-spacing: 0.04em;
  color: #000;
  margin: 0 auto 80px auto;
  max-width: 480px;
  text-align: center;
}
.carrieres .postes p {text-align: center; margin: 60px auto 0 auto;}
.carrieres .postes p a { color: #00a551; font-weight: 700;  text-decoration: underline;}
.carrieres .postes p a:hover { color: #000;}
.carrieres .postes .filters {
  display: table;
  padding: 0;
  width: 100%;
  margin: 0;
  list-style: none;
  border-collapse: collapse;
}
.carrieres .postes .filters li {
  width: 25%;
  display: table-cell;
  padding: 0;
  margin: 0;
  border: 1px #00a551 solid;
}
.carrieres .postes .filters li a {
  font-size: 14px;
  font-weight: 700;
  color: #000;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  padding: 20px 5px 15px;
  display: block;
  text-align: center;
}
.carrieres .postes .filters li a:hover {
  color: #00a551;
}
.carrieres .postes .filters li a.active {
  background: #00a551;
  color: #FFF;
}
.carrieres .postes .postes-wrap {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.carrieres .postes .postes-wrap .poste {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.carrieres .postes .postes-wrap .poste > div {
  display: table-cell;
  border-bottom: 1px #00a551 solid;
  padding: 40px 0;
  vertical-align: middle;
}
.carrieres .postes .postes-wrap .poste .titre {
  font-size: 26px;
  font-weight: 400;
  color: #00a551;
  letter-spacing: 0.025em;
  width: 100%;
  line-height: 1.2;
  padding: 40px 30px 40px 0;
}
.carrieres .postes .postes-wrap .poste .endroit {
  width: 240px;
}
.carrieres .postes .postes-wrap .poste .endroit span {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #000;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}
.carrieres .postes .postes-wrap .poste .endroit span::before {
  content: '';
  display: inline-block;
  width: 13px;
  height: 20px;
  vertical-align: -4px;
  margin-right: 15px;
  background: url(img/petit-marker.svg) center no-repeat;
}
.carrieres .postes .postes-wrap .poste .voir {
  width: 196px;
}
.carrieres .postes .postes-wrap .poste .voir a {
  font-size: 14px;
  font-weight: 700;
  color: #00a551;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  text-align: right;
  display: block;
}
.carrieres .postes .postes-wrap .poste .voir a:hover {
  color: #000;
}
.carrieres .postes .aucun-poste p {
  text-align: center;
  margin: 80px auto 0 auto;
  max-width: 460px;
}
.carrieres .postes .aucun-poste p a {
  color: #00a551;
  font-weight: 700;
  text-decoration: underline;
}
.carrieres .postes .aucun-poste p a:hover {
  color: #000;
}
.single-poste .bandeau {
  background-image: url("img/materiaux-blanchet_carrieres_poste_header.jpg");
  height: auto;
}
.single-poste .bandeau .endroit {
  display: block;
  text-align: left;
  margin: 30px 0 100px 0;
}
.single-poste .bandeau .endroit span {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #FFF;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.single-poste .bandeau .endroit span::before {
  content: '';
  display: inline-block;
  width: 17px;
  height: 26px;
  vertical-align: -7px;
  margin-right: 25px;
  background: url(img/petit-marker.svg) center no-repeat;
}
.single-poste .cta-outline {
  margin: 60px auto 100px auto;
}
.single-poste .contenu .row:first-of-type {
  margin-top: 0;
}
.single-poste .contenu {
  padding: 100px 0 0 0;
}
.single-poste .contenu .sommaire p, .single-poste .contenu .exigences p {
  margin: 0 0 20px 0;
}
.single-poste .contenu .sep {
  display: block;
  margin: 30px 0 50px 0;
  width: 100%;
  height: 1px;
  background: #00a551;
}
.single-poste.with-thumb .bandeau {
  height: 860px;
}
.single-poste.with-thumb .contenu {
  padding: 0;
}
.single-poste.with-thumb .contenu .sommaire {
  margin-top: -310px;
}


/***** PRODUITS *****/

.produits {
  background: #e7e2dd;
}
.produits .bandeau {
  width: 100%;
  height: 730px;
  position: relative;
  background-image: url("img/materiaux-blanchet_produits_header.jpg");
}
.produits .bandeau h1 {
  margin: 0;
  font-weight: 300;
  font-size: 90px;
  color: #FFF;
}
.produits .bandeau h1 b {
  font-weight: 900;
  display: block;
}
.produits .bandeau .content-wrap, .produits .bandeau .container, .produits .bandeau .row {
  height: 100%;
}
.produits .bandeau .row {
  padding-top: 160px;
}
.produits .bois-oeuvre {
  padding: 100px 0;
  text-align: center;
}
.produits .bois-oeuvre h3 {
  font-weight: 300;
  font-size: 48px;
  letter-spacing: 0.04em;
  margin: 0 auto 30px auto;
  max-width: 960px;
}
.produits .bois-oeuvre h3 b, .produits .bois-oeuvre h3 strong {
  font-weight: 700;
}
.produits .bois-oeuvre p {
  margin: 0 auto 30px auto;
  max-width: 690px;
  color: #000;
}
.produits .bois-oeuvre p:last-of-type {
  margin: 0 auto;
}
.produits .bois-oeuvre p strong {
  font-weight: 700;
  color: #00a551;
}
.produits .essences {
  position: relative;
  height: 630px;
}
.produits .essences .container, .produits .essences .row {
  height: 100%
}
.produits .essences .row {
  position: relative;
}
.produits .essences .box-absolute {
  position: absolute;
  z-index: 1;
  width: 100%;
  bottom: -60px;
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-flex-item-align: center;
  align-self: center
}
.produits .essences .box-blanc {
  background: #FFF;
  padding: 50px 100px 100px 100px;
  z-index: 0;
  position: relative;
}
.produits .essences .box-blanc h2 {
  color: #00a151;
  margin: 0 0 30px 0;
  border-bottom: 1px #00a151 solid;
  font-weight: 700;
}
.produits .essences .box-blanc h3 {
  color: #000;
  font-size: 35px;
  margin: 0 0 10px 0;
  font-weight: 700;
}
.produits .essences .box-blanc p {
  color: #000;
  max-width: 500px;
}
.produits .essences .custom-nav {
  position: absolute;
  bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-left: -5px;
}
.produits .essences .custom-nav .custom-prev, .produits .essences .custom-nav .custom-next {
  display: block;
  margin: 0 5px;
  border-radius: 50%;
  cursor: pointer;
  width: 40px;
  background: #00a151;
  text-align: center;
  color: #FFF;
  line-height: 42px;
  height: 40px;
  font-size: 13px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.produits .essences .custom-nav .custom-prev:hover, .produits .essences .custom-nav .custom-next:hover {
  background: #000;
  color: #FFF;
}
.produits .essences .total {
  display: inline-block;
  color: #00a551;
  text-transform: uppercase;
  letter-spacing: 0.28em;
  font-size: 16px;
  font-weight: 800;
  margin-left: 20px;
  line-height: 1.2;
}
.produits .essences .slider-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.produits .essences .slider-img div {
  height: 100%;
}
.produits .essences .box-image {
  width: 100%;
  height: 100%;
}
.produits .dimensions {
  padding: 180px 0 80px 0;
}
.produits .dimensions h2 {
  text-align: center;
  font-weight: 700;
  color: #00a151;
  margin: 0 0 50px 0;
}
.produits .dimensions .dataTables_wrapper .tablepress {
  width: 100% !important;
}
.produits .dimensions .tablepress caption {
  display: none;
}
.produits .dimensions .tablepress thead tr.row-1 {
  height: 85px;
}
.produits .dimensions .tablepress tfoot th, .produits .dimensions .tablepress thead th {
  background-color: #00a551;
  font-weight: 700;
  font-size: 14px;
  color: #FFF;
  letter-spacing: 0.15em;
  text-align: center;
  padding: 25px 10px 0 10px;
  vertical-align: top;
  border-left: 1px #FFF solid;
  border-right: 1px #FFF solid;
  border-bottom: 1px #FFF solid;
}
.produits .dimensions .tablepress thead tr.row-1 th.column-1::after {
  display: none;
}
.produits .dimensions .tablepress tbody td {
  vertical-align: middle;
  border-top: 1px #00a551 solid;
  border-bottom: 1px #00a551 solid;
  text-align: center;
}
.produits .dimensions .tablepress tbody .row-2 td {
  border-top: 0;
}
.produits .dimensions .tablepress tbody .row-7 td {
  border-bottom: 0;
}
.produits .dimensions .tablepress tbody .column-1 {
  background: #000;
  font-size: 12px;
  text-transform: uppercase;
  color: #FFF;
  letter-spacing: 0.28em;
  border: 1px #FFF solid;
  padding: 0 20px;
  height: 60px;
  vertical-align: middle;
  text-align: left;
}
.produits .dimensions .tablepress tbody .row-7 .column-1 {
  border-bottom: 0;
}
.produits .dimensions .tablepress tbody td.column-2, .produits .dimensions .tablepress tbody td.column-4, .produits .dimensions .tablepress tbody td.column-6, .produits .dimensions .tablepress tbody td.column-8, .produits .dimensions .tablepress tbody td.column-10, .produits .dimensions .tablepress tbody td.column-12 {
  background: rgba(255, 255, 255, 0.8);
}
.produits .dimensions .tablepress tbody td.column-3, .produits .dimensions .tablepress tbody td.column-5, .produits .dimensions .tablepress tbody td.column-7, .produits .dimensions .tablepress tbody td.column-9, .produits .dimensions .tablepress tbody td.column-11, .produits .dimensions .tablepress tbody td.column-13 {
  background: rgba(255, 255, 255, 0.5);
}
.dataTables_scrollFoot {
  display: none;
}
.produits .dimensions .tablepress .point {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #00a551;
  border-radius: 50%;
}
.produits .dimensions .dataTables_wrapper .tablepress {
  table-layout: fixed;
}
.produits .dimensions .tablepress thead th.column-1 {
  width: 330px !important;
}
.produits .dimensions .tablepress tbody td.column-1 {
  width: 330px !important;
}
.produits .dimensions .tablepress .open-gal {
  display: block;
  margin: 5px auto 0 auto;
  cursor: pointer;
}
.produits .dimensions .tablepress .open-gal::after {
  content: '';
  width: 19px;
  height: 16px;
  background: url(img/photo.svg) no-repeat center;
  display: inline-block;
}
.page-template-produits .lg-actions .lg-next, .page-template-produits .lg-actions .lg-prev {
  font-size: 43px;
  margin-top: -30px;
}
.page-template-produits .lg-sub-html {
  padding: 10px 40px 20px;
}
.page-template-produits .lg-sub-html h4 {
  font-size: 30px;
  letter-spacing: 0.15em;
}
.DTFC_LeftBodyLiner {
  overflow: hidden !important;
}
@media (max-width: 1299px) {
  .produits .dimensions .tablepress .column-2, .produits .dimensions .tablepress .column-4, .produits .dimensions .tablepress .column-6, .produits .dimensions .tablepress .column-8, .produits .dimensions .tablepress .column-10, .produits .dimensions .tablepress .column-12, .produits .dimensions .tablepress .column-3, .produits .dimensions .tablepress .column-5, .produits .dimensions .tablepress .column-7, .produits .dimensions .tablepress .column-9, .produits .dimensions .tablepress .column-11, .produits .dimensions .tablepress .column-13 {
    width: 85px !important;
  }
}


.produits .exception {color:#00A551; font-size: 12px; font-weight:700; letter-spacing: 0.10em;}
.produits .exception::after {
    content: '';
    width: 100%;
    height: 1px;
    background: #00a551;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.lexique {color:#00A551; font-size: 12px; font-weight:700; letter-spacing: 0.10em; }
.lexique .msr { text-align: center;}
.lexique .pet { text-align: right;}

@media (max-width: 1023px) {
  .lexique .msr { text-align: left;}
  .lexique .pet { text-align: left;}
}

.produits .grades {
  padding: 0 0 100px 0;
  font-size: 20px;
}
.produits .grades .grade-wrap {
  padding: 60px 100px;
  background: #FFF;
}
.produits .grades .grade-wrap h2 {
  color: #00a151;
  font-size: 48px;
  margin: 0 0 30px 0;
  border-bottom: 1px #00a151 solid;
  font-weight: 700;
}
.produits .grades .grade-wrap b {
  display: block;
  margin: 0 0 20px 0;
}
.produits .grades .grade-wrap .grade {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.produits .grades .grade-wrap .grade div {
  display: table-cell;
  padding: 10px 0;
  border-bottom: 1px #00a151 solid;
  vertical-align: top;
}
.produits .grades .grade-wrap .grade .grade-titre {
  width: 230px;
  color: #00a151;
  font-weight: 700;
}
.produits .grades .grade-wrap .grade .grade-texte span {
  max-width: 840px;
  display: block;
  line-height: 1.2;
}
.produits .renommee {
  overflow: hidden;
  position: relative;
}
.produits .renommee .container {
  position: relative;
  z-index: 1;
  padding-top: 130px;
  padding-bottom: 130px;
  max-width: 1280px;
}
.produits .renommee h2 {
  font-weight: 700;
  color: #FFF;
  margin: 0 0 20px 0;
  line-height: 1;
}
.produits .renommee p {
  font-weight: 700;
  font-size: 20px;
  color: #FFF;
  margin: 0 0 30px 0;
  line-height: 1.4;
  max-width: 445px;
}
.produits .renommee p:last-of-type {
  margin: 0;
}
.produits .renommee .back {
  width: 100%;
  height: 114%;
  left: 0;
  top: -8%;
  position: absolute;
  background-image: url(img/materiaux-blanchet_produits_renommee.jpg);
}
/***** OPÉRATIONS *****/
.operations .bandeau {
  width: 100%;
  height: 730px;
  position: relative;
  background-image: url("img/materiaux-blanchet_operations_header.jpg");
}
.operations .bandeau h1 {
  margin: 0;
  font-weight: 300;
  font-size: 90px;
  color: #FFF;
}
.operations .bandeau h1 b {
  font-weight: 900;
  display: block;
}
.operations .bandeau .content-wrap, .operations .bandeau .container, .operations .bandeau .row {
  height: 100%;
}
.operations .bandeau .row {
  padding-top: 160px;
}
.operations .procede {
  background: #e7e2dd;
  padding: 100px 0;
}
.operations .procede h3 {
  font-weight: 300;
  font-size: 48px;
  text-align: center;
  letter-spacing: 0.04em;
  margin: 0 auto 100px auto;
  max-width: 770px;
}
.operations .procede h3 b, .operations .procede h3 strong {
  font-weight: 700;
}
.operations .procede .row {
  position: relative;
}
.operations .procede .box-absolute {
  position: absolute;
  z-index: 1;
  width: 100%;
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-flex-item-align: center;
  align-self: center
}
.operations .procede .box-blanc {
  background: #FFF;
  padding: 80px 80px 120px 80px;
  z-index: 0;
  position: relative;
}
.operations .procede .box-blanc h2 {
  color: #00a151;
  margin: 0 0 50px 0;
  border-bottom: 1px #00a151 solid;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.operations .procede .box-blanc h2 .total {
  color: #FFF;
  text-shadow: 1px 0 0 #009d51, -1px 0 0 #009d51, 0 1px 0 #009d51, 0 -1px 0 #009d51, 1px 1px #009d51, -1px -1px 0 #009d51, 1px -1px 0 #009d51, -1px 1px 0 #009d51;
}
.operations .procede .box-blanc h3 {
  color: #00a551;
  font-size: 48px;
  margin: 0 0 10px 0;
  font-weight: 700;
  text-align: left;
}
.operations .procede .box-blanc p {
  color: #000;
}
.operations .procede .box-blanc p a {
  font-weight: 700;
  color: #000;
  text-decoration: underline;
}
.operations .procede .box-blanc p a:hover {
  color: #009d51;
}
.operations .procede .box-blanc .slider-texte .slick-list {
  margin: 0 -10px;
}
.operations .procede .box-blanc .slider-texte .slick-list .slick-slide {
  margin: 0 10px;
}
.operations .procede .image-wrap {
  margin-left: auto;
}
.operations .procede .image-wrap .num {
  position: absolute;
  color: #009d51;
  right: 50px;
  top: -120px;
  font-size: 160px;
  font-weight: 700;
  z-index: 10;
  letter-spacing: 0.04em;
}
.operations .procede .box-image {
  height: 630px;
}
.operations .procede .box-blanc .custom-nav {
  position: absolute;
  bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-left: -5px;
}
.operations .procede .custom-nav .custom-prev, .operations .procede .custom-nav .custom-next {
  display: block;
  margin: 0 5px;
  background: #00a551;
  border-radius: 50%;
  cursor: pointer;
  width: 40px;
  text-align: center;
  color: #FFF;
  line-height: 42px;
  height: 40px;
  font-size: 13px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.operations .procede .custom-nav .custom-prev:hover, .operations .procede .custom-nav .custom-next:hover {
  background: #000;
  color: #FFF;
}
.operations .procede .custom-nav .raison {
  display: inline-block;
  color: #00a551;
  text-transform: uppercase;
  letter-spacing: 0.28em;
  font-size: 12px;
  font-weight: 800;
  margin-left: 10px;
  line-height: 1.2;
}
.operations .procede .image-wrap .custom-next {
  display: block;
  position: absolute;
  top: 50%;
  right: 60px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 5px;
  border: 0;
  background: #FFF;
  border-radius: 50%;
  cursor: pointer;
  width: 58px;
  height: 58px;
  text-align: center;
  color: #00a551;
  line-height: 65px;
  font-size: 23px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.operations .procede .image-wrap .custom-next:hover {
  color: #000;
}
.operations .procede .image-wrap .slick-prev.slick-arrow {
  display: none !important;
}
.operations .zero-perte {
  background: #e7e2dd;
  padding: 0 0 100px 0;
}
.operations .zero-perte .zero-wrap {
  padding-top: 100px;
  padding-bottom: 80px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.operations .zero-perte .zero-wrap .back {
  width: 100%;
  height: 114%;
  left: 0;
  top: -8%;
  z-index: 0;
  position: absolute;
  background-image: url(img/materiaux-blanchet_operations_zero_perte_back.jpg);
}
.operations .zero-perte .zero-wrap::before {
  content: '';
  z-index: 10;
  width: 0;
  height: 0;
  position: absolute;
  margin-left: -16px;
  top: 0;
  left: 50%;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 16px solid #e7e2dd;
}
.operations .zero-perte .zero-wrap .texte {
  position: relative;
  z-index: 1;
}
.operations .zero-perte h3 {
  color: #FFF;
  text-transform: uppercase;
  font-size: 38px;
  font-weight: 300;
  margin: 0 0 20px 0;
}
.operations .zero-perte h3 strong {
  font-weight: 700;
}
.operations .zero-perte p {
  color: #FFF;
  margin: 0 auto 30px auto;
  max-width: 765px;
}
.operations .zero-perte p:last-of-type {
  margin: 0;
  max-width: none;
}
.operations .installations {
  background-color: #000;
  padding: 100px 0;
  background-image: url(img/materiaux-blanchet_operations_installations_back.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
.operations .installations .row {
  position: relative;
}
.operations .installations .top {
  text-align: center;
}
.operations .installations .top h2 {
  margin: 80px 0;
}
.operations .installations .top h3 {
  font-size: 48px;
  color: #FFF;
  font-weight: 300;
  letter-spacing: 0.04em;
  margin: 0 auto 30px auto;
  max-width: 750px;
}
.operations .installations .top h3 strong {
  color: #00a551;
  font-weight: 700;
}
.operations .installations .top p {
  color: #FFF;
  margin: 0 auto;
  max-width: 590px;
}
.operations .installations .top p strong {
  color: #00a551;
  font-weight: 700;
}
.operations .installations .info-tech {
  display: block;
  margin: 50px 0 0 0;
}
.operations .installations .info-tech .nav {
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  color: #FFF;
  border-bottom: 1px #FFF solid;
  display: block;
  letter-spacing: 0.08em;
  padding: 0 0 5px 0;
  position: relative;
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.operations .installations .info-tech .nav::after {
  content: '';
  position: absolute;
  right: 0;
  top: 5px;
  width: 17px;
  height: 20px;
  background-image: url(img/ico_accordeon_blanc.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.operations .installations .info-tech .nav.open::after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  top: 0px;
}
.operations .installations .info-tech .content {
  font-size: 20px;
  color: #FFF;
  margin: 30px 0;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s cubic-bezier(.455, .03, .515, .955), max-height 0.5s cubic-bezier(0, 1, 0, 1);
  transition: all 0.5s cubic-bezier(.455, .03, .515, .955), max-height 0.5s cubic-bezier(0, 1, 0, 1);
}
.operations .installations .info-tech .content.open {
  max-height: 4000px;
  -webkit-transition: all 1s cubic-bezier(.455, .03, .515, .955);
  transition: all 1s cubic-bezier(.455, .03, .515, .955);
}
.operations .installations .info-tech .content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.operations .installations .info-tech .content ul ul { margin-left: 30px; }
.operations .installations .info-tech .content ul ul li {
  position: relative;
  padding: 0 0 0 30px;
}
.operations .installations .info-tech .content ul ul li::before {
  content: '•';
  position: absolute;
  top: 1px;
  left: 0;
}
.operations .installations .tools {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100.1%;
  height: 70px;
  background: #FFF;
}
.operations .installations .tools a {
  width: 33.3333%;
  float: left;
  display: block;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  font-size: 28px;
  position: relative;
}
.operations .installations .tools a i {
  line-height: 52px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.operations .installations .tools a.casque {
  font-size: 18px;
}
.operations .installations .sp {
  margin-top: 200px;
  margin-bottom: 260px;
  z-index: 10;
}
.operations .installations .sp .box-absolute {
  position: absolute;
  z-index: 1;
  width: 100%;
  max-width: calc(50% + 50px);
  top: -80px;
  padding: 0;
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-flex-item-align: center;
  align-self: center
}
.operations .installations .sp .box-vert {
  background: #00a551;
  padding: 100px;
  z-index: 0;
  position: relative;
  overflow: hidden;
}
.operations .installations .sp .box-vert h3 {
  color: #FFF;
  font-size: 38px;
  font-weight: 300;
  margin: 0 0 20px 0;
}
.operations .installations .sp .box-vert h3 strong {
  font-weight: 700;
  color: #FFF;
}
.operations .installations .sp .box-vert p {
  color: #FFF;
  max-width: 535px;
  margin: 0 0 30px 0;
}
.operations .installations .sp .box-vert p a{ color: #FFF; text-decoration: underline;}
.operations .installations .sp .box-vert p a:hover{ color: #FFF; text-decoration: underline;}
.operations .installations .sp .box-vert p:last-of-type {
  margin: 0;
}
.operations .installations .sp .box-vert .tools a.tel {
  background: rgba(0, 165, 81, 0.9);
}
.operations .installations .sp .box-vert .tools a.marker {
  background: rgba(0, 165, 81, 0.8);
}
.operations .installations .sp .box-vert .tools a.casque {
  background: rgba(0, 165, 81, 0.7);
}
.operations .installations .sp .box-vert .tools a:hover {
  background: #FFF !important;
  color: #00a551;
}
.operations .installations .sp .image-wrap {
  margin-left: auto;
}
.operations .installations .sp .box-image {
  height: 735px;
}
.operations .installations .amos {
  margin-bottom: 100px;
  z-index: 5;
}
.operations .installations .amos .box-absolute {
  position: absolute;
  z-index: 1;
  max-width: calc(50% + 50px);
  width: 100%;
  right: 0;
  top: -160px;
  padding: 0;
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-flex-item-align: center;
  align-self: center
}
.operations .installations .amos .box-gris {
  background: #e7e2dd;
  padding: 100px;
  z-index: 0;
  position: relative;
  overflow: hidden;
}
.operations .installations .amos .box-gris h3 {
  color: #00a551;
  font-size: 38px;
  font-weight: 300;
  margin: 0 0 20px 0;
  max-width: 530px;
}
.operations .installations .amos .box-gris h3 strong {
  font-weight: 700;
  color: #00a551;
}
.operations .installations .amos .box-gris p {
  color: #000;
  max-width: 540px;
  margin: 0 0 30px 0;
}
.operations .installations .amos .box-gris p:last-of-type {
  margin: 0;
}
.operations .installations .amos .box-gris .tools a {
  color: #00a551
}
.operations .installations .amos .box-gris .tools a.tel {
  background: rgba(231, 226, 221, 0.6);
}
.operations .installations .amos .box-gris .tools a.marker {
  background: rgba(231, 226, 221, 0.25);
}
.operations .installations .amos .box-gris .tools a.casque {
  background: #FFF;
}
.operations .installations .amos .box-gris .tools a:hover {
  background: #00a551 !important;
  color: #FFF;
}
.operations .installations .amos .box-gris .info-tech .nav {
  color: #00a551;
  border-bottom: 1px #00a551 solid;
}
.operations .installations .amos .box-gris .info-tech .nav::after {
  background-image: url(img/ico_accordeon_vert.svg);
}
.operations .installations .amos .box-gris .info-tech .content {
  color: #00a551;
}
.operations .installations .amos .image-wrap {}
.operations .installations .amos .box-image {
  height: 735px;
}
.operations .installations .siege-social .box-absolute {
  position: absolute;
  z-index: 1;
  width: 100%;
  top: auto;
  padding: 0;
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-flex-item-align: center;
  align-self: center
}
.operations .installations .siege-social .box-blanc {
  background: #FFF;
  padding: 150px 100px;
  z-index: 0;
  position: relative;
}
.operations .installations .siege-social .box-blanc::before {
  content: '';
  background-image: url(img/materiaux-blanchet_icone.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 110px;
  height: 110px;
  position: absolute;
  left: 100px;
  top: -55px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.operations .installations .siege-social .box-blanc h3 {
  color: #00a551;
  font-size: 38px;
  font-weight: 300;
  margin: 0 0 20px 0;
  max-width: 530px;
}
.operations .installations .siege-social .box-blanc h3 strong {
  font-weight: 700;
  color: #00a551;
}
.operations .installations .siege-social .box-blanc p {
  color: #000;
  max-width: 540px;
  margin: 0 0 30px 0;
}
.operations .installations .siege-social .box-blanc p:last-of-type {
  margin: 0;
}
.operations .installations .siege-social .box-blanc .tools a {
  color: #00a551
}
.operations .installations .siege-social .box-blanc .tools a.tel {
  background: rgba(231, 226, 221, 0.53);
}
.operations .installations .siege-social .box-blanc .tools a.marker {
  background: rgba(231, 226, 221, 0.23);
}
.operations .installations .siege-social .box-blanc .tools a.casque {
  background: rgba(231, 226, 221, 0.11);
}
.operations .installations .siege-social .box-blanc .tools a:hover {
  background: #00a551 !important;
  color: #FFF;
}
.operations .installations .siege-social .image-wrap {
  margin-left: auto;
}
.operations .installations .siege-social .box-image {
  height: 735px;
}
.operations .investissements {
  padding: 100px 0;
  position: relative
}
.operations .investissements h2 {
  margin: 0 0 80px 0;
}
.operations .investissements h3 {
  font-weight: 300;
  font-size: 48px;
  text-align: center;
  letter-spacing: 0.04em;
  margin: 0 0 80px 0;
}
.operations .investissements .blocs .col-lg-6 {
  min-height: 530px;
  overflow: hidden;
  position: relative;
  padding: 0;
}
.operations .investissements .blocs .col-lg-6 .bloc-back {
  width: 102%;
  height: 120%;
  left: -1%;
  top: -10%;
  position: absolute;
}
.operations .investissements .blocs .bloc-texte {
  width: 100%;
  height: 100%;
}
.operations .investissements .blocs .bloc-texte .wrap {
  padding: 100px;
  width: 100%;
  min-height: 530px;
}
.operations .investissements .blocs .bloc-texte .text-wrapper {
  text-align: left;
  width: 100%;
}
.operations .investissements .blocs .bloc-texte .text-wrapper h3 {
  color: #00a551;
  font-size: 38px;
  font-weight: 700;
  margin: 0 0 20px 0;
  line-height: 1;
  text-align: left;
}
.operations .investissements .blocs .bloc-texte .text-wrapper p {
  color: #FFF;
  margin: 0 0 30px 0;
}
.operations .investissements .blocs .bloc-texte .text-wrapper p:last-of-type {
  margin: 0;
}
.operations .investissements .blocs .bloc-texte .text-wrapper a {color: #00a551; font-weight:700;}
.operations .investissements .blocs .bloc-texte .text-wrapper a:hover {color: #000;}
.operations .investissements .blocs .bloc-texte .noir {
  background: #000;
}
.operations .investissements .blocs .bloc-texte .gris {
  background: #e7e2dd;
}
.operations .investissements .blocs .bloc-texte .gris .text-wrapper p {
  color: #000;
}
.operations .investissements .blocs .bloc-texte .vert {
  background: #00a551;
}
.operations .investissements .blocs .bloc-texte .vert .text-wrapper h3 {
  color: #000;
}


/***** NS ******/

.ns .outer {
  width: 100%;
  height: 100%;
  padding: 130px 100px;
  color: #FFF;
}
.ns .outer h3 {
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #FFF;
  margin: 0 0 20px 0;
  line-height: 1;
}
.ns .outer p {
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  max-width: 395px;
  margin: 0 0 30px 0;
  line-height: 1.3;
}
.ns .outer p:last-of-type {
  margin: 0;
  max-width: none;
}


/**** CONTACT ****/

.contact .bandeau {
  width: 100%;
  height: 100vh;
  min-height: 800px;
  position: relative;
  background: #000;
}
.contact .bandeau .content-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
}
.contact .bandeau .container {
  position: relative;
  text-align: center;
  height: 100%;
}
.contact .bandeau .container .row {
  height: 100%;
}
.contact .bandeau .container .row .col {}
.contact .bandeau .back-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.contact .bandeau .back {
  width: 100%;
  height: 100%;
  background-image: url("img/materiaux-blanchet_contact_header.jpg");
}
.contact .bandeau h1 {
  margin: 0 0 60px 0;
}
.contact .bandeau h2 {
  color: #FFF;
  max-width: 974px;
  margin: 0 auto 40px auto;
}
.contact .bandeau h2 b {
  color: #00a551;
}
.contact .bandeau .cta-outline {
  border: 1px #FFF solid;
  color: #FFF;
  margin: 10px 2px 0 2px;
}
.contact .bandeau .cta-outline::before {
  background: #FFF;
}
.contact .bandeau .cta-outline:hover {
  color: #000;
}
.contact .contact-infos {
  padding-bottom: 20px;
  background: #00A551;
}
.contact .contact-infos .row {
  margin-top: -170px;
}
.contact .contact-infos .row .col-lg-4 {
  margin-bottom: 60px;
}
.contact .contact-infos .map {
  display: block;
  position: relative;
}
.contact .contact-infos .acf-map {
  display: block;
  margin: 0 auto 60px;
  z-index: 1;
  position: relative;
  max-width: 480px;
}
.contact .contact-infos .acf-map:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 1px;
  z-index: 0;
  left: 0;
  right: 0;
  -webkit-transform: scale(.9);
  transform: scale(.9);
  box-shadow: 0px 4px 15px 6px rgba(0, 0, 0, 0.4);
}

.contact .contact-infos .acf-map img {
  position: relative;
  z-index: 2;
}

.contact .contact-infos .infos {
  display: block;
  text-align: center;
}
.contact .contact-infos .infos h3 {
  font-size: 33px;
  font-weight: 700;
  color: #FFF;
  margin: 0 0 15px 0;
}
.contact .contact-infos .infos p {
  margin: 0 auto 40px auto;
  max-width: 360px;
  color: #FFF;
  font-size: 20px;
  font-weight: 400;
}
.contact .contact-infos .infos .cta-outline {
  font-size: 14px;
}
.contact .contact-infos .infos .cta-outline b {
  color: #000;
  font-weight: 700;
  display: inline-block;
  margin-right: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.contact .contact-infos .infos .cta-outline:hover b {
  color: #00a551;
}
.contact .contact-infos .infos .fax {
  display: block;
  color: #FFF;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  margin: 20px 0 0 0;
}
.contact .contact-infos .infos .fax b {
  color: #000;
  font-weight: 700;
  display: inline-block;
  margin-right: 10px;
}
.contact .demande-info {
  padding: 150px 0 100px;
  position: relative;
  overflow: hidden;
}
.contact .demande-info .container {
  position: relative;
  z-index: 10;
}
.contact .demande-info .top-info {
  text-align: center;
}
.contact .demande-info .top-info h2 {
  text-align: center;
  color: #00a551;
  margin: 0 0 10px 0;
}
.contact .demande-info .top-info h2 strong {
  font-weight: 700;
}
.contact .demande-info .top-info p {
  font-size: 15px;
  font-weight: 500;
  color: #FFF;
  margin: 0 0 40px 0;
}
.contact .demande-info .top-info p a {
  color: #00a551;
}
.contact .demande-info .top-info p a:hover {
  color: #00a551;
  text-decoration: underline;
}
.contact .demande-info .back {
  width: 100%;
  height: 110%;
  left: 0;
  top: -5%;
  position: absolute;
  background-image: url(img/materiaux-blanchet_contact_demande-info.jpg);
}
.contact .demande-info .container.max770 {
  max-width: 770px;
}
.contact .joindre-equipe {
  background-image: url(img/materiaux-blanchet_contact_joindre-equipe.jpg);
  padding: 160px 0;
}
.contact .joindre-equipe h2 {
  font-weight: 700;
  color: #FFF;
  margin: 0 0 20px 0;
}
.form-wrapper .gform_wrapper .gform_heading {
  display: none;
}
.form-wrapper .gform_wrapper .top_label .gfield_label {
  font-size: 15px;
  color: #00a551;
  font-weight: 500;
  margin: 0;
  letter-spacing: 0.05em;
}
.form-wrapper .gform_wrapper .top_label .gfield_label .gfield_required {
  color: #00a551;
}
body .form-wrapper .gform_wrapper .top_label div.ginput_container {
  margin-top: 5px;
}
.form-wrapper .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  background: #3b3b3b;
  border: 0;
  outline: none;
  box-shadow: none;
  border-radius: 0;
  color: #FFF;
  font-size: 15px;
  font-weight: 300;
  height: 40px;
  padding: 5px 15px;
}
.form-wrapper .gform_wrapper textarea.large {
  background: #3b3b3b;
  border: 0;
  outline: none;
  box-shadow: none;
  border-radius: 0;
  color: #FFF;
  font-size: 15px;
  font-weight: 300;
  height: 210px;
  padding: 5px 15px;
}
.form-wrapper .gform_wrapper .gform_footer {
  clear: none;
  float: right;
  display: inline-block;
  width: auto;
  margin: -88px 15px 0 0;
}
.form-wrapper .gform_wrapper .gform_footer .gform_button {
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  color: #FFF;
  letter-spacing: 0.28em;
  text-align: center;
  z-index: 1;
  background: transparent;
  cursor: pointer;
  border: 1px #00a551 solid;
  padding: 15px 20px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.form-wrapper .gform_wrapper .gform_footer .gform_button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #00a551;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.form-wrapper .gform_wrapper .gform_footer .gform_button:hover {
  color: #FFF;
}
.form-wrapper .gform_wrapper .gform_footer .gform_button:hover::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.form-wrapper {
  width: calc(100% + 15px);
}
body .form-wrapper .gform_wrapper ul li.gfield {
  padding-right: 15px;
  margin-top: 15px;
}
.form-wrapper .gform_wrapper .chosen-container-single .chosen-search {
  display: none;
}
.form-wrapper .gform_wrapper .chosen-container {
  font-size: 15px;
}
.form-wrapper .gform_wrapper .chosen-container-single .chosen-single {
  height: 40px;
  border: 0;
  border-radius: 0;
  background: #3b3b3b;
  color: #FFF;
  font-weight: 300;
  box-shadow: none;
  line-height: 40px;
  padding-left: 15px;
}
.form-wrapper .gform_wrapper .chosen-container-active.chosen-with-drop .chosen-single {
  height: 40px;
  border: 0;
  border-radius: 0;
  background: #3b3b3b;
  color: #FFF;
  font-weight: 300;
  box-shadow: none;
  line-height: 40px;
  padding-left: 15px;
}
.form-wrapper .gform_wrapper .chosen-container .chosen-drop {
  background: #292929;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.form-wrapper .gform_wrapper .chosen-container .chosen-results {
  color: #FFF;
  margin: 0;
  padding: 10px 0;
}
.form-wrapper .gform_wrapper .chosen-container .chosen-results li {
  padding: 10px 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 300;
}
.form-wrapper .gform_wrapper .chosen-container .chosen-results li.highlighted {
  background: transparent;
  color: #00a551;
}
.form-wrapper .gform_wrapper .chosen-container .chosen-results li:first-child {
  display: none;
}
.form-wrapper .gform_wrapper .chosen-container-single .chosen-single div {
  width: 30px;
}
.form-wrapper .gform_wrapper .chosen-container-single .chosen-single div b {
  width: 10px;
  height: 10px;
  background-image: url(img/dropdown-arrow.svg) !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: center center !important;
  position: absolute;
  top: 15px;
  left: 2px;
}
.form-wrapper .gform_wrapper .chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: center center !important;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
body .form-wrapper .gform_wrapper ul li.gfield.form-required {
  color: #FFF;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin: 10px 0 20px;
}
/* Acceptation checkbox */
body .form-wrapper .gform_wrapper ul li.form-acceptation {
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  font-weight: 400;
}
body .form-wrapper .gform_wrapper ul li.form-acceptation {
  overflow: hidden;
  position: relative;
}
body .form-wrapper .gform_wrapper ul li.form-acceptation input[type="checkbox"]:not(:checked), body .form-wrapper .gform_wrapper ul li.form-acceptation input[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
body .form-wrapper .gform_wrapper ul li.form-acceptation input[type="checkbox"]:not(:checked) + label, body .form-wrapper .gform_wrapper ul li.form-acceptation input[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 30px;
  line-height: 1.3;
  padding-right: 20px;
  cursor: pointer;
}
body .form-wrapper .gform_wrapper ul li.form-acceptation input[type="checkbox"]:not(:checked) + label:before, body .form-wrapper .gform_wrapper ul li.form-acceptation input[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 15px !important;
  height: 15px !important;
  border: 1px #00a551 solid;
  ;
  background: transparent;
  border-radius: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body .form-wrapper .gform_wrapper ul li.form-acceptation input[type="checkbox"]:checked + label:before {
  background: #00a551;
}
body .form-wrapper .gform_wrapper ul li.form-acceptation .gfield_required {
  display: none;
}
.form-wrapper .gform_wrapper div.validation_error {
  color: red;
  border-top: 1px solid red;
  border-bottom: 1px solid red;
}
.form-wrapper .gform_wrapper li.gfield.gfield_error, .form-wrapper .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: transparent;
  margin-bottom: 0 !important;
  border-top: 0;
  border-bottom: 0;
  padding-bottom: 6px;
  padding-top: 0;
}
.form-wrapper .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
  padding-top: 5px;
  color: red;
}
.form-wrapper .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .form-wrapper .gform_wrapper li.gfield_error textarea {
  border: 1px solid red;
}
.form-wrapper .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
  margin-top: 5px;
}
.form-wrapper .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin: 0;
}
/* Upload */
.form-wrapper .gform_wrapper .ginput_container_fileupload {
  position: relative;
  float: left;
}
.form-wrapper .gform_wrapper .ginput_container_fileupload::before {
  content: '';
  background: url(img/ico-upload.svg) no-repeat;
  width: 24px;
  height: 30px;
  display: block;
}
.form-wrapper .gform_wrapper .ginput_container_fileupload input.medium {
  position: absolute;
  left: 0;
  top: 0;
  width: 240px;
  opacity: 0;
  text-indent: -200px;
  cursor: pointer;
}
.form-wrapper .gform_wrapper .top_label .form-upload .gfield_label {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 12px 0 0 15px;
  color: #FFF;
}
.form-demande .gform_confirmation_message {
  color: #FFF;
  text-align: center;
  margin: 30px 0 0 0;
}
.form-soumission .gform_confirmation_message {
  color: #FFF;
  text-align: center;
  margin: 50px 0 0 0;
}


/**** FORMULAIRE SOUMISSION ****/

.soumission {
  position: fixed;
  right: 0;
  color: #FFF;
  padding: 120px 100px 70px 100px;
  background: #000;
  z-index: 9998;
  width: 100%;
  top: 0;
  height: 100%;
  max-width: 990px;
  overflow: auto;
  -webkit-overflow-scrolling: touch !important;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.openForm .soumission {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.close-form {
  position: absolute;
  cursor: pointer;
  top: 30px;
  right: 40px;
  text-align: center;
}
.close-form span {
  color: #FFF;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.26em;
  display: inline-block;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.close-form span::after {
  content: "";
  width: 17px;
  vertical-align: middle;
  display: inline-block;
  height: 15px;
  margin: 0 0 0 10px;
  background: url(img/ico_x.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.close-form:hover span {
  opacity: 1;
}
.soumission h2 {
  color: #00a551;
  margin: 0 0 10px 0;
}
.soumission h2 b {
  font-weight: 700;
}
.form-wrapper .form-soumission_wrapper.gform_wrapper textarea.large {
  height: 40px;
  padding: 10px 15px 5px 15px;
}
.form-wrapper .form-soumission_wrapper.gform_wrapper .gfmc-row-1-column {
  margin: 30px 0 0 0;
}
.form-wrapper .form-soumission_wrapper.gform_wrapper .top_label .hidden_label div.ginput_container {
  margin: 0;
}
.form-wrapper .form-soumission_wrapper.gform_wrapper ul li.form-produit {
  float: left;
  clear: none;
  width: 66%;
}
.form-wrapper .form-soumission_wrapper.gform_wrapper ul li.form-quantite {
  float: left;
  clear: none;
  width: 34%;
}
.form-wrapper .form-soumission_wrapper.gform_wrapper ul li.form-gl {
  float: left;
  clear: none;
  width: 50%;
}
.form-wrapper .form-soumission_wrapper.gform_wrapper ul li.form-sep {float:left; width:100%; margin: 30px 0 15px 0;}
.form-wrapper .form-soumission_wrapper.gform_wrapper .sep { display:block; width:100%; height:1px; background: rgba(255,255,255,0.30);}

.form-wrapper .form-soumission_wrapper.gform_wrapper li.form-quantite input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  height: 52px;
  background: transparent;
  text-align: center;
  border: 1px #FFF solid;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  margin: 0;
  padding: 6px 15px 5px 15px;
}
.form-wrapper .form-soumission_wrapper.gform_wrapper li.form-quantite input::-webkit-input-placeholder {
  color: #FFF;
}
.form-wrapper .form-soumission_wrapper.gform_wrapper li.form-quantite input::-moz-placeholder {
  color: #FFF;
}
.form-wrapper .form-soumission_wrapper.gform_wrapper li.form-quantite input:-ms-input-placeholder {
  color: #FFF;
}
.form-wrapper .form-soumission_wrapper.gform_wrapper li.form-quantite input:-moz-placeholder {
  color: #FFF;
}
.form-wrapper .gform_wrapper li.form-produit .chosen-container-single .chosen-single, .form-wrapper .gform_wrapper li.form-gl .chosen-container-single .chosen-single {
  height: 52px;
  line-height: 52px;
  background: transparent;
  border: 1px #FFF solid;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase
}
.form-wrapper .gform_wrapper li.form-produit .chosen-container-active.chosen-with-drop .chosen-single, .form-wrapper .gform_wrapper li.form-gl .chosen-container-active.chosen-with-drop .chosen-single {
  height: 52px;
  line-height: 52px;
  background: transparent;
  border: 1px #FFF solid;
}
.form-wrapper .gform_wrapper li.form-produit .chosen-container-single .chosen-single div b, .form-wrapper .gform_wrapper li.form-gl .chosen-container-single .chosen-single div b {
  top: 20px;
}
.form-wrapper .gform_wrapper li.form-produit .chosen-container-single .chosen-drop, .form-wrapper .gform_wrapper li.form-gl .chosen-container-single .chosen-drop {
  margin: 0;
}
.form-wrapper .gform_wrapper li.form-produit .chosen-container .chosen-results li.gf_placeholder, .form-wrapper .gform_wrapper li.form-gl .chosen-container .chosen-results li.gf_placeholder {
  display: block;
  visibility: hidden;
  padding: 0;
  line-height: 0;
}
.form-wrapper .form-soumission_wrapper.gform_wrapper .top_label div.ginput_container.ginput_container_fileupload {
  margin-top: 0;
}
.form-wrapper .form-soumission_wrapper.gform_wrapper .top_label .form-upload .gfield_label {
  padding: 9px 0 0 15px
}
body .form-wrapper .form-soumission_wrapper.gform_wrapper ul li.form-acceptation input[type="checkbox"]:not(:checked) + label, body .form-wrapper .form-soumission_wrapper.gform_wrapper ul li.form-acceptation input[type="checkbox"]:checked + label {
  padding-right: 26px;
}


/**** NS ****/

.approvisionnement {
  background-image: url(img/materiaux-blanchet_ns_approvisonnement.jpg);
  padding: 160px 0;
  text-align: center;
}
.approvisionnement .titre {
  color: #000;
  font-size: 54px;
  font-weight: 300;
}
.approvisionnement h2 b {
  font-weight: 800;
  color: #00A551;
}
.approvisionnement p {
  font-size: 24px;
  margin: 0 0 40px 0;
}


/**** FOOTER ****/

.bien-fait-ici {display:block; max-width:65px; margin:10px 0 0 0; }
.bien-fait-ici img{ max-width:65px;}

footer, #copyright {
  background: #000;
}
footer {
  padding: 120px 0 50px 0;
}
footer .row > div {
  margin-bottom: 50px;
}
footer .logo {
  display: block;
  width: 100%;
  max-width: 280px;
  margin: -20px 0 50px 0;
}
footer ul {
  list-style: none;
  margin: -10px 0 0 0;
  padding: 0;
}
footer ul li {
  margin: 0;
  padding: 0;
}
footer ul li a {
  font-size: 17px;
  color: #FFF;
  padding: 10px 0;
  display: block;
  letter-spacing: 0.1em;
}
footer ul.footer-menu-col2 li a {
  color: rgba(255, 255, 255, 0.5);
}
footer ul.footer-menu-col2 li a:hover {
  color: rgba(255, 255, 255, 1);
}
footer ul.menu-social {
  margin: 20px 0 0 0;
}
footer ul.menu-social li {
  display: inline-block;
  margin: 0 30px 0 0;
}
footer ul.menu-social li a {
  font-size: 26px;
  color: #00A551;
}
footer ul.menu-social li a:hover {
  color: #FFF;
}
footer a.nav-langue {
  font-size: 13px;
  text-transform: uppercase;
  color: #00A551;
  padding: 10px 0;
  letter-spacing: 0.08em;
  display: block;
  line-height: 25px;
}
footer a.nav-langue:hover {
  color: #FFF;
}

footer .infolettre {
  display: block;
}
footer .infolettre h3 {
  font-size: 21px;
  font-weight: 300;
  color: #00a551;
  margin: 0 0 20px 0;
  letter-spacing: 0.025em;
}
footer .infolettre h3 b {
  display: block;
  font-weight: 800;
}
footer .infolettre .wrap {
  position: relative;
}
footer .infolettre form {
  width: 100%;
  max-width: 314px;
}
footer .infolettre .field {
  border-radius: 0;
  outline: 0;
  color: #FFF;
  border: 0;
  background: transparent;
  border-bottom: 1px #00a551 solid;
  box-shadow: none;
  font-size: 17px;
  padding: 0 30px 0 0;
  height: 40px;
  width: 100%;
  font-weight: 500;
  letter-spacing: 0.1em;
}
footer .infolettre .submit {
  border: 0;
  box-shadow: none;
  background-image: url(img/ico_infolettre_arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
  background-color: transparent;
  position: absolute;
  right: 0;
  top: 10px;
  padding: 0;
}
footer .infolettre #mce-responses {
  color: #FFF;
  font-size: 14px;
  margin: 10px 0 0 0;
}
#copyright ul {
  margin: 0 -5px 30px -5px;
  padding: 0;
  list-style: none;
}
#copyright ul li {
  margin: 0;
  padding: 0;
}
#copyright ul li a, #copyright ul li span {
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: rgba(255, 255, 255, 0.6);
  padding: 5px;
  display: block;
}
#copyright ul li a:hover {
  color: rgba(255, 255, 255, 1);
}
.bandeau-top {
	background-color:#00a551;
	padding:10px;
	font-size:12px;
	text-transform:uppercase;
	color:#ffffff;
	font-family: 'Heebo', sans-serif;
	letter-spacing:2px;
	display:block;
	position:relative;
	z-index:99999;
}
.bandeau-top a{
	text-decoration:underline;
}
.bandeau-top a:hover {
	color:#ffffff;
}
.x-bandeau-top {
	position:absolute;
	right:10px;
	top:10px;
	display:block;
}

.gform_fileupload_rules{
	position:absolute;
	color:#ffffff;
	bottom: -30px;
	left: calc(100% + 12px);
	width: 200px;
	font-size: 12px;
}



/* AJOUTS MISSION ET VISION 2023 */

#mission.modif-2023 {
	background-image:url(img/fierement-produit-materiaux-blanchet-2-xs.jpg);
	height:705px;
	position:relative;
	padding-top:50px;
}

#mission.modif-2023 h2.titre-cercle span {color:white;}

#mission.modif-2023 h2.titre-cercle:after {background: url(img/titre-cerle-blanc.svg) no-repeat center center;}


#mission.modif-2023 .mission {
	background-image:none;
	padding:0 !important;
}

#mission.modif-2023 .bk-green{
	padding:35px;
	background-color:#00A551;
	width:320px;
	position:absolute;
	right:0;
	bottom:40px;
}
#mission.modif-2023 .bk-green p{
	font-weight:700;
	text-align: left;
	font-size:20px;
	color:white;
}
#mission.modif-2023 .bk-green strong {color:black;}



#vision.modif-2023{
	background-image:url(img/vision-materiaux-blanchet-2023-xs.jpg);
	height:705px;
	position:relative;
	padding-top:50px;
}


#vision.modif-2023 h2.titre-cercle span {color:white;}

#vision.modif-2023 h2.titre-cercle:after {background: url(img/titre-cerle-blanc.svg) no-repeat center center;}


#vision.modif-2023 .vision{
	background-color:transparent;
	padding:0 !important;
}

#vision.modif-2023 .bk-black{
	padding:35px;
	background-color:black;
	color:white;
	width:320px;
	position:absolute;
	left:0;
	bottom:40px;
}

#vision.modif-2023 .bk-black p{
	font-weight:700;
	text-align: left;
	font-size:20px;
	color:white;
}
#vision.modif-2023 .bk-black strong {color:#00A551;}



@media (max-width: 1500px) {
  .side-menu {
    margin-left: 8.33333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .accueil .bandeau .home-slider .slide {
    font-size: 90px;
  }
  .developpement .materiaux {
    padding: 160px 0 200px 0;
  }
  .developpement .materiaux .box-noir {
    padding: 60px;
  }
  .developpement .installations .box-gris {
    padding: 60px;
  }
}
@media (max-width: 1330px) {
  .single-news .bandeau .cta-retour {
    top: 154px;
    left: auto;
    right: 15px;
  }
}
@media (max-width: 1200px),  (max-height: 860px){

  .full-menu .close-menu {display:none;}
  .recherche .field { height: 36px;}
  .full-menu .nav-langue {margin-bottom:40px;}
  .menu-secondaire {margin-top:40px;}
	.full-menu .close-menu {  padding: 20px 0;}
  .menu-principal > ul > li > a {
    font-size: 30px;
  }
  .menu-principal .sub-menu > li > a {
    font-size: 16px;
  }
  .side-menu h2 {
    font-size: 34px;
  }
  .accueil .bandeau .home-slider .slide {
    font-size: 70px;
  }
  .accueil .bandeau .logo-icone {
    width: 284px;
    height: 284px;
    right: -90px;
    bottom: -142px;
  }
  .accueil .blocs .bloc-texte .text-wrapper h2 {
    font-size: 46px;
  }
  .accueil .usine .box-vert {
    padding: 60px;
  }
  .accueil .fierement .box-noir {
    padding: 60px;
  }
  .apropos .apropos-nav ul li {
    letter-spacing: 0.14em;
  }
  .carrieres .pourquoi .box-vert {
    padding: 60px 60px 120px 60px;
  }
  .ns .outer {
    padding: 100px 60px;
  }
}
@media (max-width: 1024px) {
  .soumission {
    top: 0;
    height: 100%;
    z-index: 999999999;
  }
  #responsive-menu-pro-container #responsive-menu-pro-wrapper {
    padding-top: 80px;
  }
  body #responsive-menu-pro-header {
    z-index: 999999;
  }
  #responsive-menu-pro-header-bar-button #responsive-menu-pro-button {
    z-index: 9999999;
  }
  #responsive-menu-pro-header-bar-button .responsive-menu-pro-box {
    margin-top: -2px;
  }
  #responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item .responsive-menu-pro-item-link {
    letter-spacing: 0.08em;
    font-weight: 300;
  }
  #responsive-menu-pro-container .responsive-menu-pro-search-box {
    border-radius: 0 !important;
    max-width: 480px;
  }
  body #responsive-menu-pro-container #responsive-menu-pro-search-box {
    padding: 15px 5% 25px 5%;
  }
  #responsive-menu-pro-container #responsive-menu-pro ul.responsive-menu-pro-submenu {
    background: #212121;
    padding: 15px 0;
  }
  #responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item a .responsive-menu-pro-subarrow {
    overflow: hidden;
    text-indent: -99999px;
  }
  #responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item a .responsive-menu-pro-subarrow::after {
    content: '';
    position: absolute;
    right: 16px;
    top: 13px;
    width: 13px;
    height: 17px;
    background: url(img/ico_arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  #responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item a .responsive-menu-pro-subarrow.responsive-menu-pro-subarrow-active::after {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  #responsive-menu-pro-header, body button#responsive-menu-pro-button {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .nav-up #responsive-menu-pro-header {
    -webkit-transform: translateY(-70px);
    transform: translateY(-70px);
  }
  .nav-up button#responsive-menu-pro-button {
    -webkit-transform: translateY(-70px);
    transform: translateY(-70px);
  }
  #responsive-menu-pro-additional-content .menu-secondaire ul > li > a {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
  }
  #responsive-menu-pro-additional-content .menu-secondaire ul > li > a:hover {
    color: #00A551;
  }
  #responsive-menu-pro-additional-content .menu-secondaire ul > li.nav-carrieres > a {
    font-weight: 700;
    color: #00a551;
  }
  #responsive-menu-pro-additional-content .menu-secondaire ul > li.nav-carrieres > a:hover {
    color: rgba(255, 255, 255, 0.8);
  }
  #responsive-menu-pro-container #responsive-menu-pro-additional-content .recherche {
    margin: 30px 0 10px 0;
  }
  #responsive-menu-pro-container #responsive-menu-pro-additional-content .recherche .field {
    border-radius: 0;
    color: #FFF;
    background: transparent;
    border: 1px rgba(255, 255, 255, 0.5) solid;
    box-shadow: none;
    font-size: 16px;
    padding: 10px;
    margin: 0;
    font-weight: 300;
    height: 44px;
  }
  #responsive-menu-pro-container #responsive-menu-pro-additional-content .recherche .submit {
    background: transparent;
    border: 0;
    box-shadow: none;
    padding: 0;
    position: absolute;
    top: 9px;
    right: 15px;
    width: 18px;
    text-align: right;
  }
  #responsive-menu-pro-additional-content .cta {
    display: block;
    padding: 15px;
    margin-bottom: 10px;
  }
  #responsive-menu-pro-additional-content .cta.nav-contact {
    background: #4d4d4d;
  }
  #responsive-menu-pro-header-bar-html {
    position: absolute;
    right: 16%;
    font-size: 14px;
  }
  #responsive-menu-pro-header-bar-html .nav-langue {
    color: #00A551;
  }
}
@media (max-width: 1023px) {
  #page {
    padding-top: 70px;
  }
  .cta-outline:hover {
    color: #00a551;
  }
  .cta-outline:hover::before {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  .cta-outline.c-blanc-b-blanc:hover {
    color: #FFF;
  }
  .cta-outline.c-blanc-b-noir:hover {
    color: #FFF;
  }
  .cta-outline.c-blanc-b-vert:hover {
    color: #FFF;
  }
  .cta-outline.c-noir-b-vert:hover {
    color: #000;
  }
  .accueil .bandeau .cta-outline:hover {
    color: #FFF;
  }
  .contact .contact-infos .infos .cta-outline:hover b {
    color: #FFF;
  }
  .breadcrumbs {
    top: 20px;
  }
  .single-news .bandeau .cta-retour {
    top: 20px;
    right: 15px;
    left: auto;
  }
  .accueil .bandeau {
    height: 500px;
  }
  .operations .bandeau {
    height: 500px;
  }
  .operations .bandeau .row {
    padding-top: 30px;
  }
  .operations .bandeau h1 {
    font-size: 70px
  }
  .operations .procede h3 {
    font-size: 42px;
    margin: 0 auto 60px auto;
  }
  .operations .procede .box-blanc {
    padding: 60px 60px 100px 60px;
  }
  .operations .procede .box-absolute {
    position: relative;
  }
  .operations .procede .box-image {
    height: 430px;
  }
  .operations .installations {
    padding: 0 0 100px 0;
  }
  .operations .installations .top h3 {
    font-size: 44px;
  }
  .operations .installations .sp {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .operations .installations .sp .box-absolute, .operations .installations .amos .box-absolute, .operations .installations .siege-social .box-absolute {
    position: relative;
    max-width: none;
    top: auto;
    padding: 0 15px;
  }
  .operations .installations .sp .box-image, .operations .installations .amos .box-image, .operations .installations .siege-social .box-image {
    height: 360px;
  }
  .operations .installations .sp .box-vert, .operations .installations .amos .box-gris {
    padding: 60px 60px 80px 60px;
  }
  .operations .installations .siege-social .box-blanc {
    padding: 100px 60px;
  }
  .operations .investissements h3 {
    font-size: 40px;
  }
  .operations .investissements .blocs .bloc-texte .wrap {
    padding: 100px 60px;
    min-height: auto;
  }
  .operations .investissements .blocs .col-lg-6 {
    height: auto;
    min-height: auto;
  }
  .produits .bandeau {
    height: 500px;
  }
  .produits .bandeau .row {
    padding-top: 30px;
  }
  .produits .bandeau h1 {
    font-size: 70px
  }
  .produits .bois-oeuvre h3 {
    font-size: 44px;
  }
  .produits .essences {
    height: auto;
  }
  .produits .essences .box-absolute {
    position: relative;
    z-index: 1;
    width: 100%;
    bottom: auto;
    -webkit-align-self: center;
    -moz-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .produits .essences .box-blanc {
    padding: 50px 60px 100px 60px;
  }
  .produits .essences .slider-img {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: 400px;
    margin-top: -80px;
  }
  .produits .dimensions {
    padding: 80px 0 80px 0;
  }
  .produits .grades .grade-wrap {
    padding: 60px 60px;
  }
  .produits .renommee .container {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .services .bandeau {
    height: 500px;
  }
  .services .bandeau .row {
    padding-top: 30px;
  }
  .services .bandeau h1 {
    font-size: 70px
  }
  .services .livraison h3, .services .transport h3, .services .accompagnement h3 {
    font-size: 44px;
  }
  .achat .bandeau {
    height: 500px;
  }
  .achat .bandeau .row {
    padding-top: 30px;
  }
  .achat .bandeau h1 {
    font-size: 70px
  }
  .achat .achetons h2 {
    font-size: 44px;
  }
  .developpement .bandeau {
    height: 500px;
  }
  .developpement .bandeau .row {
    padding-top: 30px;
  }
  .developpement .bandeau h1 {
    font-size: 70px
  }
  .developpement .savoir-faire h2, .developpement .rapm h2 {
    font-size: 44px;
  }
  .guide .bandeau, .apropos .bandeau {
    height: 500px;
  }
  .guide .bandeau .row, .apropos .bandeau .row {
    padding-top: 30px;
  }
  .guide .bandeau h1, .apropos .bandeau h1 {
    font-size: 70px
  }
  .apropos .apropos-nav {
    display: none;
  }
  .apropos .entreprise h3, .apropos .historique h3, .apropos .gestionnaires h3, .apropos .employes h3, .apropos .image h3 {
    font-size: 44px;
  }
  .apropos .vision, .apropos .mission {
    min-height: auto;
  }
  .actualites .bandeau {
    height: 500px;
  }
  .actualites .bandeau h1 {
    margin-top: 105px;
  }
  .paged .actualites .bandeau {
    height: 300px;
  }
  .paged .actualites .bandeau h1 {
    margin-top: 150px;
  }
  .single-news .bandeau {
    height: auto;
  }
  .single-news .bandeau h1 {
    font-size: 36px;
    margin: 180px 0 80px 0;
  }
  .single-news .contenu .row:first-of-type {
    margin-top: 60px;
  }
  .partage {
    max-width: none;
    margin: 20px auto 60px auto;
  }
  .partage .cta-partager {
    display: inline-block;
    border: 0;
  }
  .partage:hover .cta-partager {
    color: #000;
    background: transparent;
  }
  .partage .addthis_inline_share_toolbox, .partage:hover .addthis_inline_share_toolbox {
    position: relative;
    display: block;
  }
  .partage .at-resp-share-element .at-share-btn {
    display: inline-block !important;
  }
  .general .bandeau {
    height: 500px;
  }
  .general .bandeau .row {
    padding-top: 30px;
  }
  .general .bandeau h1 {
    font-size: 70px
  }
  .carrieres .bandeau {
    height: auto;
  }
  .carrieres .bandeau .row {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .carrieres .bandeau .slider-col {
    display: none;
  }
  .carrieres .bandeau h1 {
    margin: 0 0 30px 0;
    font-size: 26px;
  }
  .carrieres .bandeau h2 {
    font-size: 44px;
    margin: 0 0 20px 0;
  }
  .carrieres .bandeau p {
    font-size: 26px;
    margin: 0px 0 30px 0;
  }
  .carrieres .decouvre h2, .carrieres .pourquoi h2, .carrieres .equipe h2, .carrieres .mythes-realite h2, .carrieres .videos h2, .carrieres .postes h2 {
    font-size: 44px;
  }
  .carrieres .decouvre .icone-box h4 {
    font-size: 26px;
  }
  .carrieres .decouvre .icone-box p {
    font-size: 18px;
  }
  .carrieres .pourquoi .box-vert h3 {
    font-size: 42px;
  }
  .carrieres .pourquoi .box-absolute {
    position: relative;
  }
  .carrieres .pourquoi .box-image {
    height: 400px;
  }
  .carrieres .pourquoi .image-wrap .custom-next {
    display: none !important;
  }
  .carrieres .equipe .icone-box h4 {
    font-size: 26px;
  }
  .carrieres .equipe .icone-box p {
    font-size: 18px;
  }
  .carrieres .videos h3 {
    font-size: 26px;
  }
  .carrieres .videos p {
    font-size: 18px;
  }
  .carrieres .postes .filters li a {
    letter-spacing: 0.14em;
  }
  .carrieres .postes .postes-wrap .poste .titre {
    font-size: 20px;
  }
  .carrieres .postes .postes-wrap .poste .endroit {
    width: 180px;
  }
  .carrieres .postes .postes-wrap .poste .voir {
    width: 160px;
  }
  .carrieres .postes .postes-wrap .poste .endroit span, .carrieres .postes .postes-wrap .poste .voir a {
    letter-spacing: 0.14em;
  }
  .single-news.single-poste .bandeau h1 {
    margin: 180px 0 0 0;
  }
  .single-poste .bandeau .endroit {
    margin: 20px 0 80px 0;
  }
  .single-poste.with-thumb .bandeau {
    height: auto;
  }
  .contact .bandeau {
    height: auto;
  }
  .contact .bandeau .content-wrap {
    position: relative;
    z-index: 1;
  }
  .contact .contact-infos {
    padding-bottom: 0;
    padding-top: 60px;
  }
  .contact .contact-infos .row {
    margin-top: 0;
  }
  .contact .bandeau .cta-outline:hover {
    color: #00a551;
  }
  .contact .bandeau {
    min-height: auto;
  }
  .contact .bandeau .back-wrap {
    position: absolute;
    top: 0;
    left: 0;
  }
  .contact .bandeau .container .row .col {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .contact .bandeau h1 {
    font-size: 44px;
  }
  .contact .bandeau h2 {
    font-size: 36px
  }
  .contact .joindre-equipe {
    padding: 100px 0;
  }
  .gform_wrapper select.large, .gform_wrapper select.medium, .gform_wrapper select.small {
    background-color: #3b3b3b;
    border: 0;
    padding: 5px 12px 5px 0;
    height: 40px;
    text-indent: 12px;
    color: #FFF;
    outline: 0;
    font-weight: 300;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(img/dropdown-arrow.svg);
    background-repeat: no-repeat;
    background-size: 10px 10px;
    background-position: right 15px top 15px;
  }
  .gform_wrapper select option {
    padding: 5px 12px 5px 12px;
  }
  .form-wrapper .form-soumission_wrapper.gform_wrapper li.form-quantite input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    height: 40px;
  }
}
@media (max-width: 991px) {
  .cta-outline {
    border: 1px #00a551 solid;
  }
  .cta-outline .lines {
    display: none;
  }
  .cta-outline.c-blanc-b-blanc {
    border: 1px #FFF solid;
  }
  .cta-outline.c-blanc-b-noir {
    border: 1px #000 solid;
  }
  .cta-outline.c-blanc-b-vert {
    border: 1px #00a551 solid;
  }
  .cta-outline.c-noir-b-vert {
    border: 1px #00a551 solid;
  }
  .accueil .bandeau .logo-icone {
    display: none;
  }
  .accueil .bandeau .phrase {
    font-size: 30px;
  }
  .accueil .bandeau .home-slider .slide {
    font-size: 50px;
  }
  .accueil .partenaire {
    padding: 100px 0;
  }
  .accueil .partenaire h2 {
    font-size: 46px;
  }
  .accueil .usine {
    padding: 100px 0;
  }
  .accueil .usine .box-image {
    height: 660px;
  }
  .accueil .usine .box-vert h2 {
    font-size: 42px;
  }
  .accueil .materiau .container {
    padding-top: 200px;
    padding-bottom: 300px;
  }
  .accueil .materiau h2 {
    font-size: 56px;
  }
  .accueil .fierement {
    padding: 100px 0;
  }
  .accueil .fierement .box-image {
    height: 660px;
  }
  .accueil .fierement .box-noir h2 {
    font-size: 42px;
  }
  .developpement .materiaux {
    padding: 100px 0 270px 0;
  }
  .developpement .materiaux .box-noir h2 {
    font-size: 42px;
  }
  .developpement .materiaux .box-absolute, .developpement .installations .box-absolute {
    position: relative;
    top: 0;
    -webkit-transform: none !important;
    transform: none !important;
  }
  .developpement .materiaux .image-wrap, .developpement .installations .image-wrap {
    -webkit-transform: none !important;
    transform: none !important;
  }
  .developpement .materiaux .box-image, .developpement .installations .box-image {
    padding-top: 67.5229%;
    height: auto;
  }
  .developpement .materiaux .box-noir p, .developpement .installations .box-gris p {
    max-width: none;
  }
  .developpement .installations {
    padding: 0 0 100px 0;
  }
  .developpement .installations .box-gris h2 {
    font-size: 42px;
  }
  .developpement .materiaux {
    padding: 100px 0;
  }
  .developpement .installations {
    padding: 0 0 100px 0;
  }
  .page .fsc .container {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .page .fsc img {
    display: block;
    margin: 0 auto 20px auto;
    left: -17px;
    position: relative;
  }
  .page .fsc h2 {
    font-size: 36px;
    text-align: center;
    margin: 0;
  }
  .soumission {
    padding: 80px 5% 50px;
  }
  .form-wrapper .form-soumission_wrapper .gfmc-row-3-col-1-of-3, .form-wrapper .form-soumission_wrapper .gfmc-row-3-col-2-of-3 {
    width: 50% !important;
  }
  .form-wrapper .form-soumission_wrapper .gfmc-row-3-col-3-of-3 {
    display: none !important;
  }
  .form-wrapper .form-soumission_wrapper.gform_wrapper .gform_footer {
    margin: 0 15px 0 0;
  }
  .approvisionnement {
    padding: 100px 0;
  }
  .approvisionnement .titre {
    font-size: 48px;
  }
  #copyright ul {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .accueil .blocs .col-lg-4:nth-child(1) {
    order: 1;
  }
  .accueil .blocs .col-lg-4:nth-child(2) {
    order: 2;
  }
  .accueil .blocs .col-lg-4:nth-child(3) {
    order: 5;
  }
  .accueil .blocs .col-lg-4:nth-child(4) {
    order: 3;
  }
  .accueil .blocs .col-lg-4:nth-child(5) {
    order: 4;
  }
  .accueil .blocs .col-lg-4:nth-child(6) {
    order: 6;
  }
}
@media (max-width: 767px) {
  .cta, .cta-outline {
    font-size: 13px;
  }
  .accueil .bandeau {
    height: 400px;
  }
  .accueil .bandeau .phrase {
    font-size: 22px;
  }
  .accueil .bandeau .home-slider .slide {
    font-size: 30px;
  }
  .accueil .partenaire {
    padding: 60px 0;
  }
  .accueil .usine {
    padding: 60px 0;
  }
  .accueil .blocs .col-lg-4 {
    height: 380px;
  }
  .accueil .blocs .bloc-texte a {
    padding: 40px;
  }
  .accueil .blocs .bloc-texte span {
    width: calc(100% - 80px);
  }
  .accueil .fierement {
    padding: 100px 0 60px;
  }
  .accueil .usine .box-absolute, .accueil .fierement .box-absolute {
    position: relative;
    -webkit-transform: none !important;
    transform: none !important;
  }
  .accueil .usine .image-wrap, .accueil .fierement .image-wrap {
    -webkit-transform: none !important;
    transform: none !important;
  }
  .accueil .usine .box-image, .accueil .fierement .box-image {
    padding-top: 76.7857%;
    height: auto;
  }
  .accueil .materiau .container {
    padding-top: 100px;
    padding-bottom: 200px;
  }
  .accueil .materiau h2 {
    font-size: 40px;
  }
  .carrieres .pourquoi .box-absolute {
    position: relative;
    -webkit-transform: none !important;
    transform: none !important;
  }
  .carrieres .pourquoi .image-wrap {
    -webkit-transform: none !important;
    transform: none !important;
  }
  .carrieres .pourquoi .box-image {
    padding-top: 67.6470%;
    height: auto;
  }
  .carrieres .pourquoi .image-wrap .custom-next {
    display: none !important;
  }
  .contact .joindre-equipe h2 {
    font-size: 40px;
  }
  .contact .form-demande_wrapper .gfmc-row-3-col-1-of-3, .contact .form-demande_wrapper .gfmc-row-3-col-2-of-3 {
    width: 50% !important;
  }
  .contact .form-demande_wrapper .gfmc-row-3-col-3-of-3 {
    display: none !important;
  }
  .carrieres .postes .filters li a {
    font-size: 12px;
  }
  .soumission h2 {
    font-size: 40px;
  }
  .form-wrapper .gform_wrapper .gform_footer {
    margin: 0 15px 0 0;
  }
  .form-wrapper .gform_wrapper.gf_browser_chrome .chosen-container-single .chosen-single, .form-wrapper .gform_wrapper.gf_browser_gecko .chosen-container-single .chosen-single, .form-wrapper .gform_wrapper.gf_browser_safari .chosen-container-single .chosen-single {
    height: 40px;
    line-height: 40px;
  }
  .form-wrapper .gform_wrapper.gf_browser_chrome .chosen-container-single .chosen-single div b, .form-wrapper .gform_wrapper.gf_browser_gecko .chosen-container-single .chosen-single div b, .form-wrapper .gform_wrapper.gf_browser_safari .chosen-container-single .chosen-single div b {
    top: 15px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .form-wrapper .gform_wrapper .ginput_container span:not(.ginput_price) {
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .page .fsc .container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .page .fsc h2 {
    font-size: 26px;
  }
  .page .fsc img {
    max-width: 80px;
    left: -12px;
  }
  p {
    font-size: 18px;
  }
  .cta, .cta-outline {
    font-size: 12px;
    padding: 15px;
    letter-spacing: 0.14em;
  }
  h2.titre-cercle {
    margin: 0 0 40px 0;
  }
  h2.titre-cercle span {
    font-size: 24px;
    line-height: 87px;
  }
  h2.titre-cercle::after {
    width: 84px;
    height: 84px;
    margin: -45px 0 0 -42px;
  }
  .accueil .bandeau {
    height: 300px;
  }
  .accueil .bandeau .phrase {
    font-size: 20px;
  }
  .accueil .bandeau .home-slider .slide {
    font-size: 26px;
  }
  .accueil .bandeau .phrase {
    margin: 0 0 5px 0;
  }
  .accueil .bandeau .cta-outline {
    margin: 20px 0 0 0;
  }
  .accueil .partenaire h2 {
    font-size: 30px;
    margin: 0 0 30px 0;
  }
  .accueil .blocs .col-lg-4 {
    height: 300px;
  }
  .accueil .blocs .bloc-texte a {
    padding: 30px 15px;
  }
  .accueil .blocs .bloc-texte .text-wrapper {
    padding-bottom: 50px;
  }
  .accueil .blocs .bloc-texte .text-wrapper h2 {
    font-size: 30px;
    margin: 0 0 15px 0;
  }
  .accueil .blocs .bloc-texte span {
    width: calc(100% - 30px);
  }
  .accueil .usine .box-vert {
    padding: 60px 20px;
  }
  .accueil .usine .box-vert h2 {
    font-size: 28px;
  }
  .accueil .materiau .container {
    padding-top: 60px;
    padding-bottom: 120px;
  }
  .accueil .materiau h2 {
    font-size: 28px;
  }
  .accueil .fierement .box-noir {
    padding: 80px 20px 60px 20px;
  }
  .accueil .fierement .box-noir h2 {
    font-size: 28px;
  }
  .accueil .fierement .logo-icone {
    left: 50%;
    right: auto;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .operations .bandeau {
    height: 300px;
  }
  .operations .bandeau h1 {
    font-size: 40px;
  }
  .operations .procede {
    padding: 60px 0;
  }
  .operations .procede h3 {
    font-size: 34px;
    margin: 0 auto 50px auto;
  }
  .operations .procede .box-blanc {
    padding: 60px 15px 100px 15px;
  }
  .operations .procede .box-blanc h2 {
    font-size: 36px;
    margin: 0 0 30px 0;
  }
  .operations .procede .box-blanc h3 {
    font-size: 28px;
    margin: 0 0 10px 0;
  }
  .operations .procede .image-wrap {
    display: none;
  }
  .operations .procede .box-blanc .custom-nav {
    bottom: 30px;
  }
  .operations .zero-perte {
    padding: 0 0 60px 0;
  }
  .operations .zero-perte .zero-wrap {
    padding: 60px 15px;
  }
  .operations .zero-perte h3 {
    font-size: 32px;
  }
  .operations .installations .top h2 {
    margin: 60px 0 50px 0;
  }
  .operations .installations .top h3 {
    font-size: 32px;
  }
  .operations .installations .sp {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .operations .installations .sp .box-vert, .operations .installations .amos .box-gris {
    padding: 60px 15px 80px 15px;
  }
  .operations .installations .sp .box-vert h3, .operations .installations .amos .box-gris h3, .operations .installations .siege-social .box-blanc h3 {
    font-size: 28px;
  }
  .operations .installations .sp .image-wrap, .operations .installations .amos .image-wrap, .operations .installations .siege-social .image-wrap {
    display: none;
  }
  .operations .installations .sp .box-gris p, .operations .installations .amos .box-gris p, .operations .installations .siege-social .box-gris p {
    font-size: 16px;
    margin: 0 0 20px 0;
  }
  .operations .installations .sp .box-gris p:last-of-type, .operations .installations .amos .box-gris p:last-of-type, .operations .installations .siege-social .box-gris p:last-of-type {
    margin: 0;
  }
  .operations .installations .amos {
    margin-bottom: 60px;
  }
  .operations .installations .siege-social .box-blanc {
    padding: 60px 15px 120px 15px;
  }
  .operations .installations .siege-social .box-blanc::before {
    display: none;
  }
  .operations .installations .info-tech {
    margin: 40px 0 0 0;
  }
  .operations .installations .info-tech .nav {
    font-size: 22px;
    line-height: 1.1;
  }
  .operations .installations .info-tech .content {
    margin: 20px 0 30px 0;
    font-size: 14px;
  }
  .operations .installations .info-tech .content ul li {
    padding: 5px 0 5px 20px;
    line-height: 1.1;
  }
  .operations .installations .info-tech .content ul li::before {
    top: 5px;
  }
  .operations .installations .tools a {
    font-size: 22px;
  }
  .operations .installations .tools a.casque {
    font-size: 15px;
  }
  .operations .investissements {
    padding: 60px 0 0 0;
  }
  .operations .investissements h2 {
    margin: 0 0 40px 0;
  }
  .operations .investissements h2 span {
    font-size: 22px;
  }
  .operations .investissements h3 {
    font-size: 30px;
    margin: 0 0 50px 0;
  }
  .operations .investissements .blocs .bloc-texte .wrap {
    padding: 60px 15px;
  }
  .operations .investissements .blocs .bloc-texte .text-wrapper h3 {
    font-size: 28px;
  }
  .produits .bandeau {
    height: 300px;
  }
  .produits .bandeau h1 {
    font-size: 40px;
  }
  .produits .bois-oeuvre {
    padding: 60px 0;
  }
  .produits .bois-oeuvre h2.titre-cercle span {
    font-size: 18px;
    letter-spacing: 0.03em;
  }
  .produits .bois-oeuvre h3 {
    font-size: 32px;
    max-width: 300px;
  }
  .produits .bois-oeuvre p {
    margin: 0 auto 20px auto;
    font-size: 16px;
  }
  .produits .bois-oeuvre p:last-of-type {
    margin: 0 auto;
    max-width: 340px;
  }
  .produits .essences .box-blanc {
    padding: 50px 15px 100px 15px;
  }
  .produits .essences .box-blanc h2 {
    font-size: 30px;
    margin: 0 0 20px 0;
  }
  .produits .essences .box-blanc h3 {
    font-size: 24px;
  }
  .produits .essences .slider-img {
    display: none;
  }
  .produits .dimensions {
    padding: 60px 0;
  }
  .produits .dimensions h2 {
    font-size: 36px;
  }
  .produits .dimensions .tablepress thead th.column-1 {
    width: 150px !important;
  }
  .produits .dimensions .tablepress tbody td.column-1 {
    width: 150px !important;
  }
  html[lang="en-US"] .produits .dimensions .tablepress thead th.column-1 {
    width: 160px !important;
  }
  html[lang="en-US"] .produits .dimensions .tablepress tbody td.column-1 {
    width: 160px !important;
  }
  .produits .dimensions .tablepress tbody .column-1 {
    letter-spacing: 0.04em;
    padding: 0 10px;
  }
  .produits .dimensions .tablepress .column-2, .produits .dimensions .tablepress .column-4, .produits .dimensions .tablepress .column-6, .produits .dimensions .tablepress .column-8, .produits .dimensions .tablepress .column-10, .produits .dimensions .tablepress .column-12, .produits .dimensions .tablepress .column-3, .produits .dimensions .tablepress .column-5, .produits .dimensions .tablepress .column-7, .produits .dimensions .tablepress .column-9, .produits .dimensions .tablepress .column-11, .produits .dimensions .tablepress .column-13 {
    width: 70px !important;
  }
  .produits .dimensions .tablepress tfoot th, .produits .dimensions .tablepress thead th {
    font-size: 12px;
  }
  .produits .grades {
    padding: 0 0 60px 0;
    font-size: 18px;
  }
  .produits .grades .grade-wrap {
    padding: 60px 15px 30px 15px;
  }
  .produits .grades .grade-wrap h2 {
    font-size: 36px;
  }
  .produits .grades .grade-wrap .grade {
    display: block;
    margin: 0 0 30px 0;
  }
  .produits .grades .grade-wrap .grade div {
    display: block;
  }
  .produits .grades .grade-wrap .grade .grade-titre {
    width: auto;
  }
  .produits .grades .grade-wrap .grade .grade-texte {
    font-size: 16px;
  }
  .produits .grades .grade-wrap .grade .grade-texte span {
    line-height: 1.4;
  }
  .produits .renommee .container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .produits .renommee h2 {
    font-size: 36px;
  }
  .produits .renommee p {
    font-size: 16px;
  }
  .services .bandeau {
    height: 300px;
  }
  .services .bandeau h1 {
    font-size: 40px;
  }
  .services .ctpat { padding: 60px 0;}
  .services .livraison {
    padding: 60px 0;
  }
  .services .livraison h3, .services .transport h3 {
    font-size: 30px;
  }
  .services .livraison h3 strong {
    display: initial;
  }
  .services .livraison h4 {
    font-size: 26px;
  }
  .services .livraison h5 {
    font-size: 22px;
  }
  .services .transport {
    padding: 60px 0;
  }
  .services .transport h3 {
    font-size: 29px;
  }
  .services .transport h3 strong {
    display: initial;
  }
  .services .accompagnement {
    padding: 60px 0;
  }
  .services .accompagnement h3 {
    font-size: 28px;
  }
  .services .bois-oeuvre .container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .services .bois-oeuvre h2 {
    font-size: 36px;
  }
  .services .bois-oeuvre p {
    font-size: 16px;
  }
  .achat .bandeau {
    height: 300px;
  }
  .achat .bandeau h1 {
    font-size: 40px;
  }
  .achat .achetons {
    padding: 60px 0;
  }
  .achat .achetons h2 {
    font-size: 28px;
    max-width: 370px;
  }
  .achat .achetons .haut p {
    font-size: 18px;
    margin: 0 auto;
    max-width: 360px;
  }
  .achat .achetons .haut::after {
    margin-top: 60px;
    margin-bottom: 60px;
  }
 
  .achat .achetons .milieu h3 {
    font-size: 22px;
    max-width: 370px;
  }
  
    .achat .achetons .bas .cta-outline {margin: 0;}
    
  .achat .achetons .info-tech .content::before { height: 60px;}
  .achat .achetons .tablepress tbody .column-1, .achat .achetons .tablepress tbody td, .achat .achetons .tablepress tfoot th, .achat .achetons .tablepress thead th { font-size: 13px;}
   
    
  .achat .bois-oeuvre .container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .achat .bois-oeuvre h2 {
    font-size: 36px;
    max-width: 275px;
  }
  .achat .bois-oeuvre p {
    font-size: 16px;
  }
  .developpement .bandeau {
    height: 300px;
  }
  .developpement .bandeau h1 {
    font-size: 32px;
  }
  .developpement .savoir-faire {
    padding: 60px 0;
  }
  .developpement .savoir-faire h2 {
    font-size: 28px;
    margin: 0 0 30px 0;
  }
  .developpement .savoir-faire p {
    margin: 0 auto 20px auto;
    font-size: 16px;
  }
  .developpement .rapm {
    padding: 60px 0 10px 0;
  }
  .developpement .rapm h2 {
    font-size: 32px;
  }
  .developpement .rapm .icone-box span {
    font-size: 18px;
  }
  .developpement .materiaux {
    padding: 0;
  }
  .developpement .materiaux .box-noir {
    padding: 60px 15px;
  }
  .developpement .materiaux .box-noir h2 {
    font-size: 32px;
    margin: 0 0 30px 0;
  }
  .developpement .materiaux .box-noir p {
    margin: 0 0 20px 0;
  }
  .developpement .materiaux .box-noir p:last-of-type {
    margin: 0;
  }
  .developpement .installations {
    padding: 0;
  }
  .developpement .installations .box-gris {
    padding: 60px 15px;
  }
  .developpement .installations .box-gris h2 {
    font-size: 32px;
    margin: 0 0 30px 0;
  }
  .developpement .installations .box-gris p {
    margin: 0 0 20px 0;
  }
  .developpement .installations .box-gris p:last-of-type {
    margin: 0;
  }
  .developpement .materiaux .image-wrap, .developpement .installations .image-wrap {
    display: none;
  }
  .guide .bandeau, .apropos .bandeau {
    height: 300px;
  }
 .guide .bandeau h1, .apropos .bandeau h1 {
    font-size: 32px;
  }
  .apropos .entreprise {
    padding: 60px 0;
  }
  .apropos .entreprise h3 {
    font-size: 30px;
  }
  .apropos .historique {
    padding: 60px 0;
  }
  .apropos .historique h3 {
    margin: 0 0 50px 0;
    font-size: 26px;
  }
  .apropos .historique .slide .annee {
    font-size: 30px;
    padding: 48px 0 38px 0;
    max-width: 120px;
  }
  .apropos .historique .slide h4 {
    margin: 0 auto 20px auto;
    max-width: 275px;
  }
  .apropos .historique .slick-slide {
    padding: 0 20px;
  }
  .apropos .historique .slide br {
    display: none;
  }
  .apropos .historique .slick-prev, .apropos .historique .slick-next {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    top: 45px;
  }
  .apropos .historique .slick-prev:before, .apropos .historique .slick-next:before {
    width: 16px;
  }
  .apropos .vision, .apropos .mission {
    padding: 60px 15px !important;
  }
  .apropos .vision p, .apropos .mission p {
    font-size: 20px;
  }
  .apropos .valeurs {
    padding: 60px 0;
  }
  .apropos .valeurs h2.titre-cercle {
    margin: 0 0 40px 0;
  }
  .apropos .valeurs .icone-box {
    margin-bottom: 50px;
  }
  .apropos .valeurs .icone-box .icone {
    height: 80px;
  }
  .apropos .valeurs .icone-box:last-of-type {
    margin-bottom: 0;
  }
  .apropos .valeurs .icone-box span {
    font-size: 18px;
  }
  .apropos .gestionnaires {
    padding: 60px 0;
  }
  .apropos .gestionnaires h3 {
    margin: 50px 0;
    font-size: 32px;
  }
  .apropos .employes {
    padding: 60px 0;
  }
  .apropos .employes h3 {
    font-size: 34px;
  }
  .apropos .employes img {
    margin: 30px auto 0 auto;
  }
  .apropos .employes p {
    margin: 0 auto 20px auto;
    max-width: 310px;
  }
  .apropos .image {
    padding: 60px 0 30px 0;
  }
  .apropos .image h3 {
    margin-top: 40px;
    font-size: 36px;
  }
  .apropos .image .image-logo {
    max-width: 90%;
    right: auto;
    margin: 60px auto;
  }
  .apropos .image span.dynamisme {
    font-size: 26px;
  }
  .apropos .image .list {
    font-size: 18px;
  }
  .actualites .bandeau, .paged .actualites .bandeau {
    height: 250px;
  }
  .actualites .bandeau h1, .paged .actualites .bandeau h1 {
    margin-top: 122px;
    font-size: 40px;
  }
  .actualites .first-news .row {
    margin-top: 60px;
  }
  .actualites .first-news .thumb {
    height: auto;
    margin-bottom: 20px;
    padding-top: 63.1034%;
  }
  .news {
    margin-bottom: 60px;
  }
  .news .date {
    font-size: 14px;
  }
  .news-presse .presse-wrapper {
    padding: 60px 15px 100px 15px;
  }
  .news-presse .col-lg-5 {
    margin-bottom: 60px;
  }
  .news-presse .presse-wrapper .presse {
    padding: 30px 0;
  }
  .news-presse .presse-wrapper h2 {
    font-size: 26px;
  }
  .news-presse .presse-wrapper .presse h3 {
    font-size: 19px;
  }
  .news h3 {
    font-size: 20px;
    margin: 0 0 20px 0;
  }
  .news p {
    font-size: 16px;
    margin: 0 0 30px 0;
  }
  .news .thumb {
    margin-bottom: 20px;
  }
  .actualites .first-news h3 {
    font-size: 20px;
    margin: 0 0 20px 0;
  }
  .actualites .first-news p {
    font-size: 16px;
    margin: 0 0 30px 0;
  }
  .all-news {
    padding: 60px 0 0 0;
  }
  .pagination {
    margin: 0 0 60px 0;
  }
  .pagination .page-item.active .page-link {
    padding: 5px 10px;
  }
  .pagination .page-item .page-link.prev, .pagination .page-item .page-link.next {
    display: none;
  }
  .general .bandeau {
    height: 300px;
  }
  .general .bandeau h1 {
    font-size: 34px;
  }
  .general .contenu {
    padding: 60px 0;
  }
  .single-news .bandeau h1 {
    font-size: 26px;
    margin: 200px 0 60px 0;
  }
  .single-news .bandeau .cta-retour {
    top: 100px;
    right: auto;
    left: 15px;
    padding: 10px 20px;
  }
  .single-news .contenu .thumb {
    margin-bottom: 20px;
    padding-top: 63.1034%;
    height: auto;
  }
  .single-news .contenu .date {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .single-news .contenu h3 {
    font-size: 22px;
    margin: 0 0 30px 0;
  }
  .single-news .contenu h2 {
    font-size: 26px;
  }
  .single-news .contenu p {
    font-size: 16px;
    margin: 0 0 20px 0;
  }
  .single-news .contenu blockquote {
    margin: 30px 0 30px 0;
  }
  .single-news .contenu blockquote p {
    font-size: 22px;
  }
  .single-news .contenu .galerie {
    padding: 20px 0;
  }
  .partage .at-resp-share-element .at-share-btn {
    padding: 0 15px !important;
    max-width: 50%;
    width: 100%;
    border: #FFF 1px solid
  }
  .partage .at-resp-share-element .at-share-btn .at-label {
    font-size: 10px !important;
    height: 50px !important;
    line-height: 50px !important;
  }
  .at-resp-share-element .at-share-btn:focus, .at-resp-share-element .at-share-btn:hover {
    -webkit-transform: none;
    transform: none;
  }
  .carrieres .bandeau {
    background: #000;
  }
  .carrieres .bandeau .row {
    padding-top: 80px;
    padding-bottom: 60px;
  }
  .carrieres .bandeau h1 {
    font-size: 22px;
    margin: 0 0 20px 0;
  }
  .carrieres .bandeau h2 {
    font-size: 36px;
  }
  .carrieres .bandeau p {
    font-size: 22px;
  }
  .carrieres .decouvre {
    margin-top: -60px;
  }
  .carrieres .decouvre .container {
    padding-top: 140px;
    padding-bottom: 60px;
  }
  .carrieres .decouvre h2 {
    font-size: 30px;
    margin: 0 auto 50px auto;
  }
  .carrieres .decouvre .icone-box {
    margin-bottom: 50px;
  }
  .carrieres .decouvre .icone-box .icone img {
    max-width: 60px !important;
  }
  .carrieres .decouvre h3 {
    margin: 0 auto 30px auto;
    max-width: 300px;
  }
  .carrieres .decouvre .icone-box h4 {
    font-size: 22px;
  }
  .carrieres .decouvre .icone-box p {
    font-size: 16px;
  }
  .carrieres .decouvre .btn-row {
    margin-top: 0;
  }
  .carrieres .decouvre .cta-outline {
    margin: 20px auto 0 auto;
    max-width: 265px;
  }
  .carrieres .pourquoi {
    padding: 60px 0;
  }
  .carrieres .pourquoi h2 {
    font-size: 32px;
    margin: 0 auto 40px auto;
  }
  .carrieres .pourquoi .box-vert {
    padding: 50px 15px 120px 15px;
  }
  .carrieres .pourquoi .box-vert h3 {
    font-size: 32px;
  }
  .carrieres .pourquoi .image-wrap {
    display: none;
  }
  .carrieres .equipe .container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .carrieres .equipe h2 {
    font-size: 32px;
    margin: 0 auto 50px auto;
  }
  .carrieres .equipe .icone-box {
    margin-bottom: 50px;
  }
  .carrieres .equipe .icone-box .icone img {
    max-width: 80px !important;
  }
  .carrieres .equipe .icone-box h4 {
    font-size: 22px;
  }
  .carrieres .equipe .icone-box p {
    font-size: 16px;
  }
  .carrieres .equipe .btn-row {
    margin-top: 0;
  }
  .carrieres .equipe .cta-outline.btn-qc {
    padding: 15px 32px;
  }
  .carrieres .mythes-realite {
    padding: 60px 0 80px 0;
  }
  .carrieres .mythes-realite h2 {
    font-size: 30px;
    margin: 0 auto 50px auto;
  }
  .carrieres .mythes-realite span {
    font-size: 26px;
    padding-bottom: 0;
  }
  .carrieres .mythes-realite span.realite-titre {
    padding-top: 20px;
  }
  .carrieres .mythes-realite .box {
    padding: 20px 0 20px 50px
  }
  .carrieres .mythes-realite .box p {
    font-size: 16px;
  }
  .carrieres .mythes-realite .slick-slide {
    margin: 0 15px;
  }
  .carrieres .mythes-realite .slick-list {
    margin: 0 -15px;
  }
  .carrieres .mythes-realite .slick-dots {
    bottom: -40px;
  }
  .carrieres .mythes-realite .mythes-mobile .slider .slick-dots button {
    width: 15px !important;
    height: 15px !important;
    -webkit-appearance: none;
    padding: 0;
  }
  .carrieres .videos {
    padding: 60px 0 10px 0;
  }
  .carrieres .videos h2 {
    font-size: 30px;
    margin: 0 auto 50px auto;
  }
  .carrieres .videos .videos-wrap {
    margin-bottom: 50px;
  }
  .carrieres .videos h3 {
    font-size: 22px;
  }
  .carrieres .videos p {
    font-size: 16px;
  }
  .carrieres .postes {
    padding: 60px 0;
  }
  .carrieres .postes h2 {
    font-size: 30px;
    margin: 0 auto 50px auto;
  }
  .carrieres .postes .filters {
    margin: 0 0 20px 0;
  }
  .carrieres .postes .filters li {
    width: 100%;
    display: table-row;
  }
  .carrieres .postes .postes-wrap .poste {
    display: block;
    width: 100%;
  }
  .carrieres .postes .postes-wrap .poste .titre {
    font-size: 20px;
    display: block;
    padding: 20px 0 10px 0;
    border: 0;
  }
  .carrieres .postes .postes-wrap .poste > div {
    display: block;
  }
  .carrieres .postes .postes-wrap .poste .endroit {
    width: auto;
    padding: 0;
    border: 0;
  }
  .carrieres .postes .postes-wrap .poste .endroit span {
    font-size: 12px;
  }
  .carrieres .postes .postes-wrap .poste .endroit span::before {
    width: 10px;
  }
  .carrieres .postes .postes-wrap .poste .voir {
    width: auto;
    padding: 10px 0 20px 0;
  }
  .carrieres .postes .postes-wrap .poste .voir a {
    font-size: 12px;
  }
  .carrieres .postes .aucun-poste p {
    margin: 50px auto 0 auto;
  }
  .carrieres .postes .aucun-poste p br {
    display: none;
  }
  .single-news.single-poste .bandeau h1 {
    margin: 180px 0 0 0;
  }
  .single-poste .bandeau .endroit {
    margin: 10px 0 60px 0;
  }
  .single-poste .bandeau .endroit span {
    font-size: 14px;
  }
  .single-poste .bandeau .endroit span::before {
    width: 13px;
    vertical-align: -6px;
  }
  .single-poste .cta-outline {
    margin: 40px auto 60px auto;
  }
  .single-poste .contenu {
    padding: 60px 0 0 0;
  }
  .videoPlay {
    margin: 0 auto 20px auto;
  }
  .ns .outer {
    padding: 60px 15px;
  }
  .ns .outer h3 {
    font-size: 30px;
  }
  .ns .outer p {
    font-size: 16px;
  }
  .contact .bandeau h1 {
    margin: 0 0 30px 0;
  }
  .contact .bandeau h2 {
    font-size: 30px;
  }
  .contact .contact-infos {
    padding-bottom: 0;
    padding-top: 60px;
  }
  .contact .contact-infos .row {
    margin-top: 0;
  }
  .contact .demande-info {
    padding: 60px 0;
  }
  .contact .form-demande_wrapper .gfmc-row-3-col-1-of-3, .contact .form-demande_wrapper .gfmc-row-3-col-2-of-3 {
    width: 100% !important;
  }
  .contact .joindre-equipe {
    padding: 60px 0;
  }
  .contact .joindre-equipe h2 {
    font-size: 36px;
  }
  .contact .contact-infos .acf-map {
    margin: 0 0 40px 0;
    max-width: 410px;
  }
  .contact .contact-infos .infos h3 {
    font-size: 30px;
  }
  .contact .contact-infos .infos p {
    font-size: 18px;
  }
  .contact .demande-info .top-info h2 {
    font-size: 36px;
  }
  .form-wrapper .gform_wrapper .gform_footer .gform_button {
    font-size: 12px;
  }
  .form-wrapper .form-soumission_wrapper .gfmc-row-3-col-1-of-3, .form-wrapper .form-soumission_wrapper .gfmc-row-3-col-2-of-3 {
    width: 100% !important;
  }
  .form-wrapper .form-soumission_wrapper.gform_wrapper .gfmc-row-1-column {
    margin: 0;
  }
  .form-wrapper .form-soumission_wrapper.gform_wrapper .gfmc-row-1-column.gfmc-row-1-col-1-of-2 {
    margin: 30px 0 0 0;
  }
  .form-wrapper .gform_wrapper li.form-produit .chosen-container-single .chosen-single,  .form-wrapper .gform_wrapper li.form-gl .chosen-container-single .chosen-single  {
    font-size: 10px;
  }
  .form-wrapper .form-soumission_wrapper.gform_wrapper li.form-quantite input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    font-size: 9px;
    padding: 6px 5px 5px 5px;
    letter-spacing: 0.14em;
  }
  .gform_wrapper.form-soumission_wrapper select.large, .gform_wrapper.form-soumission_wrapper select.medium, .gform_wrapper.form-soumission_wrapper select.small {
    font-size: 14px;
  }
  .approvisionnement {
    padding: 60px 0;
  }
  .approvisionnement .titre {
    font-size: 27px;
  }
  .approvisionnement p {
    font-size: 20px;
  }
  footer {
    text-align: center;
    padding: 80px 0 0px 0;
  }
  footer .logo {
    margin: -20px auto 50px auto;
    max-width: 220px;
  }
  footer .infolettre form {
    margin: 0 auto;
  }
  footer ul {
    text-align: center;
  }
  footer ul.menu-social li {
    margin: 0 20px;
  }
  footer ul li a {
    font-size: 16px;
    padding: 8px 0;
  }
  footer ul.menu-social li a {
    font-size: 26px;
  }
  footer .row > .col-sm-6 {
    margin-bottom: 30px;
  }
  footer ul.menu-social {
    margin: 30px 0 0 0;
  }
	.bien-fait-ici {margin:10px auto 0 auto; }
	
}
/** Small devices (landscape phones, 576px and up) **/
@media (min-width: 576px) {}
/** Medium devices (tablets, 768px and up) **/
@media (min-width: 768px) {
	
	.carrieres .bandeau.bandeau-2022 .trouve-ta-place{
		max-width:681px;
	}
	
	
	#mission.modif-2023 {
		background-image:url(img/fierement-produit-materiaux-blanchet-2-xl.jpg);
		padding-top:80px;
	}
	#vision.modif-2023 {
		background-image:url(img/vision-materiaux-blanchet-2023-xl.jpg);
		padding-top:80px;
	}
	
	
	#mission.modif-2023 .bk-green, #vision.modif-2023 .bk-black{
		width: 500px;
		bottom:100px;
	}
	
	#mission.modif-2023 .bk-green p, #vision.modif-2023 .bk-black p {font-size:30px;}
}
/** Large devices (desktops, 992px and up) **/
@media (min-width: 992px) {
	header{
		top:30px!important;
	}
	
	
	.carrieres .bandeau.bandeau-2022 {
	  height:1073px;
	}

	.carrieres .bandeau.bandeau-2022 h1{
		margin-bottom:100px;
	}
	.carrieres .bandeau.bandeau-2022 .row {
	  padding-top: 240px;
	}
	
	
	#vision.modif-2023, #mission.modif-2023 {
		height:1100px;
		padding-top:100px;
	}

	
	
	#mission.modif-2023 .bk-green, #vision.modif-2023 .bk-black{
		width: 760px;
		bottom:calc(50% - 200px);
		padding:100px 80px;
	}
	#vision.modif-2023 .bk-black{
		width: 940px;
		bottom:100px;
	}
	br.visible-xs{display:none!important;}
	
	#mission.modif-2023 .bk-green p, #vision.modif-2023 .bk-black p {font-size:46px;}
}
/** Extra large devices (large desktops, 1200px and up) **/
@media (min-width: 1600px) {
	
		.carrieres .bandeau.bandeau-2022 {
		  height:1145px;
		}
	
	
}

.announcementBox {
  background: #00a551;
  text-align: left;
  padding: 50px 25px 25px;
  display: none;
  margin-top: 50px;
}
.announcementBox h4{
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.announcementBox a{
  color: black;
  text-decoration: underline;
}
.announcementBox a:hover, .announcementBox a:active{
  color: black;
}

@media (max-width: 575px) {
  .announcementBox {
    padding: 50px 10px 25px;
  }
  .announcementBox p{
    font-size: 16px;
  }
}