@import 'reset.css';
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,300;0,400;0,600;0,700;0,900;1,300;1,400;1,600;1,700;1,900&display=swap");
@import url("https://use.typekit.net/psx1jgc.css");
::selection {
  background: #5E7E22;
  color: white;
}

::placeholder {
  color: #5E7E22;
}

a:active, a:focus, input, button, figure, img {
  outline: none !important;
  outline-style: none !important;
  outline-width: 0 !important;
}

:focus {
  outline: none !important;
}

::-moz-focus-inner {
  border: 0 !important;
}

img {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}

body {
  background: white;
  color: #1D1D1D;
  font-size: 14px;
  font-size: 1em;
  line-height: 20px;
  line-height: 1.6em;
  font-family: "Raleway", Times, serif;
}
body #page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
body #page img {
  max-width: 100%;
}
body #page strong, body #page b {
  font-weight: 700;
}
body #page h1, body #page h2, body #page h3, body #page h4, body #page h5, body #page h6,
body #page .h1, body #page .h2, body #page .h3, body #page .h4, body #page .h5, body #page .h6 {
  line-height: 1em;
  font-style: normal;
  font-family: "gazzetta-variable", Arial, sans-serif;
  font-variation-settings: "wght" 200;
  letter-spacing: 1px;
}
body #page h1 b, body #page h1 strong, body #page h2 b, body #page h2 strong, body #page h3 b, body #page h3 strong, body #page h4 b, body #page h4 strong, body #page h5 b, body #page h5 strong, body #page h6 b, body #page h6 strong,
body #page .h1 b,
body #page .h1 strong, body #page .h2 b, body #page .h2 strong, body #page .h3 b, body #page .h3 strong, body #page .h4 b, body #page .h4 strong, body #page .h5 b, body #page .h5 strong, body #page .h6 b, body #page .h6 strong {
  font-weight: normal;
  font-style: normal;
  font-variation-settings: "wght" 400;
}
body #page h1, body #page .h1 {
  font-size: 9em;
}
body #page h2, body #page .h2 {
  font-size: 8em;
}
body #page h3, body #page .h3 {
  font-size: 4.375em;
}
body #page h4, body #page .h4 {
  font-size: 3.75em;
}
body #page h5, body #page .h5 {
  font-size: 3em;
}
body #page h6, body #page .h6 {
  font-size: 2em;
}
body #page a {
  text-decoration: none;
  position: relative;
  color: #1D1D1D;
  transition: all 700ms ease;
}
body #page a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -2px;
  left: 0;
  background-color: #1D1D1D;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
}
body #page a:hover::before {
  visibility: visible;
  transform: scaleX(1);
}
body #page a:active, body #page a:visited, body #page a:focus {
  background-color: transparent;
}
body #page a:focus {
  outline: 0;
}
body #page ul {
  list-style: disc;
}
body #page .post-navigation {
  border: 0;
  padding: 0;
  margin: 0 auto;
  max-width: none;
  margin-bottom: 100px;
}
body #page .post-navigation .nav-previous a, body #page .post-navigation .nav-next a {
  padding: 12px 25px;
  background: #51692A;
  color: white;
  font-weight: 700;
  border-radius: 5px;
}
body #page .post-navigation .nav-previous a:before, body #page .post-navigation .nav-previous a:after, body #page .post-navigation .nav-next a:before, body #page .post-navigation .nav-next a:after {
  content: "";
  display: none;
}
body #page .post-navigation .nav-previous a:hover::before, body #page .post-navigation .nav-previous a:hover::after, body #page .post-navigation .nav-next a:hover::before, body #page .post-navigation .nav-next a:hover::after {
  display: none;
}
body #page .post-navigation .nav-previous a:hover, body #page .post-navigation .nav-next a:hover {
  background: #5E7E22;
}
body #page .post-navigation .nav-previous a .meta-nav, body #page .post-navigation .nav-next a .meta-nav {
  color: white;
}
body #page .post-navigation .nav-previous a i, body #page .post-navigation .nav-next a i {
  margin-right: 15px;
}
body #page .post-navigation .nav-previous a i.fa-chevron-right, body #page .post-navigation .nav-next a i.fa-chevron-right {
  margin-right: 0;
  margin-left: 15px;
}
body #page .pagination {
  border: 0;
  padding: 0;
  margin: 0 auto;
}
body #page .pagination .nav-links {
  display: flex;
  align-items: center;
  gap: 10px;
}
body #page .pagination .nav-links > .current {
  text-decoration: none;
  background: #51692A;
  color: white;
  font-weight: 700;
}
body #page .pagination .nav-links > * {
  min-height: auto;
  min-width: auto;
  margin: 0;
  padding: 5px 10px;
  border-radius: 5px;
}
body #page .pagination .nav-links > *:before, body #page .pagination .nav-links > *:after {
  content: "";
  display: none;
}
body #page .pagination .nav-links > *:hover::before, body #page .pagination .nav-links > *:hover::after {
  display: none;
}
body #page .pagination .nav-links > *:hover {
  text-decoration: none;
}
body #page .pagination a.page-numbers:hover {
  text-decoration: none;
  background: #51692A;
  color: white;
  font-weight: 700;
}
body #page .pagination a.next, body #page .pagination a.prev {
  font-size: 3em;
  color: #D4A40F;
  opacity: 0.75;
}
body #page .pagination a.next:hover, body #page .pagination a.prev:hover {
  text-decoration: none;
  background: transparent;
  font-weight: 700;
  color: #D4A40F;
  opacity: 1;
}
body #page .btn {
  background: #51692A;
  transition: all 700ms ease;
  color: white;
  border-radius: 4px;
  padding: 15px 20px;
  font-weight: 700;
}
body #page .btn:before, body #page .btn:after {
  content: "";
  display: none;
}
body #page .btn:hover::before, body #page .btn:hover::after {
  display: none;
}
body #page .btn:hover {
  background: #5E7E22;
}
body #page .zoom {
  position: relative;
  overflow: hidden;
}
body #page .zoom img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  transition: all 700ms ease;
}
body #page #header-menu {
  position: fixed;
  z-index: 100;
  width: 100%;
  padding: 30px 0;
  transition: all 700ms ease;
}
body #page #header-menu.whitemenu {
  background: white;
  box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.05);
  padding: 10px 0;
}
body #page #header-menu.whitemenu a {
  text-decoration: none;
  position: relative;
  color: #1D1D1D;
  transition: all 700ms ease;
  text-shadow: none;
}
body #page #header-menu.whitemenu a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -2px;
  left: 0;
  background-color: #1D1D1D;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
}
body #page #header-menu.whitemenu a:hover::before {
  visibility: visible;
  transform: scaleX(1);
}
body #page #header-menu.whitemenu ul li.btn-green a {
  color: white;
}
body #page #header-menu .sitesize {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body #page #header-menu a {
  color: white;
  text-decoration: none;
  position: relative;
  color: white;
  transition: all 700ms ease;
  text-shadow: #1D1D1D 1px 0 5px;
}
body #page #header-menu a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -2px;
  left: 0;
  background-color: white;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
}
body #page #header-menu a:hover::before {
  visibility: visible;
  transform: scaleX(1);
}
body #page #header-menu .logo-idc a:before, body #page #header-menu .logo-idc a:after {
  content: "";
  display: none;
}
body #page #header-menu .logo-idc a:hover::before, body #page #header-menu .logo-idc a:hover::after {
  display: none;
}
body #page #header-menu .logo-idc a img {
  height: 70px;
}
body #page #header-menu ul li {
  padding: 0 15px;
  list-style-type: none;
  display: inline-block;
  font-weight: 700;
}
body #page #header-menu ul li.btn-green {
  transform: skew(-10deg);
  padding-right: 0;
}
body #page #header-menu ul li.btn-green a {
  background: #51692A;
  padding: 15px 30px;
  transition: all 700ms ease;
  text-shadow: none;
}
body #page #header-menu ul li.btn-green a:before, body #page #header-menu ul li.btn-green a:after {
  content: "";
  display: none;
}
body #page #header-menu ul li.btn-green a:hover::before, body #page #header-menu ul li.btn-green a:hover::after {
  display: none;
}
body #page #header-menu ul li.btn-green a:hover {
  background: #5E7E22;
}
body #page header#header {
  position: relative;
  overflow: hidden;
}
body #page header#header figure {
  height: 100vh;
  width: 100vw;
  overflow: hidden;
}
body #page header#header figure img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: bottom right;
}
body #page header#header #header-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
  color: white;
  display: flex;
  align-items: center;
  text-shadow: #000 0 0 20px;
}
body #page header#header-page {
  color: white;
  min-height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
}
body #page header#header-page h1 {
  font-size: 8em;
}
body #page header#header-page .sous-titre {
  font-size: 1.8em;
}
body #page header#header-page h1, body #page header#header-page a {
  color: white;
}
body #page header#header-page a {
  transition: all 700ms ease;
}
body #page header#header-page a:hover {
  color: #D4A40F;
}
body #page header#header-page.other-header {
  min-height: 450px;
  padding-top: 70px;
}
body #page #article-404 header#header-page {
  height: calc(100vh - 85.6px);
}
body #page #default-content {
  padding-top: 100px;
  padding-bottom: 100px;
}
body #page #actualites.liste-actualites-container .sitesize {
  margin-bottom: -50px;
  transform: translateY(-100px);
}
body #page .sous-titre {
  font-size: 2em;
  line-height: 1.2em;
}
body #page #underline {
  height: 1px;
  background: white;
  max-width: 100px;
  width: 100%;
  display: block;
  margin-top: 30px;
}
body #page .sitesize {
  margin: auto;
  width: 100%;
  max-width: 1560px;
  padding: 0 40px;
}
body #page .padcol {
  padding: 200px 7.17%;
}
body #page #content {
  flex: 1 0 auto;
}
body #page .leaflet-map {
  width: 100%;
}
body #page #hamburger {
  width: 40px;
  height: 35px;
  position: absolute;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  display: none;
  right: 20px;
  top: 41px;
  z-index: 100;
}
body #page #hamburger:hover span {
  background: #5E7E22;
}
body #page #hamburger span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #5E7E22;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
body #page #hamburger span:nth-child(1) {
  top: 0px;
}
body #page #hamburger span:nth-child(2), body #page #hamburger span:nth-child(3) {
  top: 12px;
}
body #page #hamburger span:nth-child(4) {
  top: 24px;
}
body #page #hamburger.open span:nth-child(1) {
  top: 12px;
  width: 0%;
  left: 50%;
}
body #page #hamburger.open span:nth-child(2) {
  transform: rotate(45deg);
}
body #page #hamburger.open span:nth-child(3) {
  transform: rotate(-45deg);
}
body #page #hamburger.open span:nth-child(4) {
  top: 12px;
  width: 0%;
  left: 50%;
}
body #page .post-navigation .nav-links {
  text-align: center;
}
body #page #actualites {
  visibility: hidden;
}
body #page #actualites .sitesize {
  margin-bottom: -100px;
  transform: translateY(-200px);
}
body #page #actualite #actualite-container {
  margin-bottom: -100px;
  transform: translateY(-100px);
  display: flex;
}
body #page #actualite #actualite-container figure {
  transform: translateX(-100px) translateY(-100px);
  position: relative;
  z-index: 2;
  width: 60%;
  margin-right: -100px;
}
body #page #actualite #actualite-container figure img {
  width: 100%;
  box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.05);
}
body #page #actualite #actualite-container #actualite-texte {
  position: relative;
  z-index: 3;
  background: #5E7E22;
  padding: 40px;
  color: white;
  width: 60%;
  align-self: flex-start;
  box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.05);
}
body #page #liste-actualites {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5%;
}
body #page #liste-actualites .actualite {
  background: white;
  box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.05);
  flex: 1 1 30%;
  max-width: 470px;
  min-width: 360px;
  position: relative;
  margin-bottom: 100px;
  font-size: 0.9em;
  line-height: 1.6em;
}
body #page #liste-actualites .actualite .actualite-content {
  padding: 30px 30px 60px 30px;
}
body #page #liste-actualites .actualite:hover figure img {
  transform: scale(1.1);
}
body #page #liste-actualites .actualite .date-actu {
  margin-bottom: 10px;
}
body #page #liste-actualites .actualite .titre-actu {
  font-weight: 700;
  font-size: 1.7em;
  margin-bottom: 20px;
}
body #page #liste-actualites .actualite .lien-actu {
  position: absolute;
  bottom: 0;
  transform: translateY(50%);
  right: 30px;
  background: #51692A;
}
body #page #liste-actualites .actualite .lien-actu:hover {
  background: #5E7E22;
}
body #page #boutique {
  background: #5E7E22;
  color: white;
  display: flex;
  position: relative;
}
body #page #boutique h2 {
  font-style: normal;
  font-variation-settings: "wght" 500;
}
body #page #boutique #boutique-texte {
  font-weight: 700;
  margin: 20px 0;
}
body #page #boutique #boutique-liste {
  display: flex;
  flex-direction: column;
}
body #page #boutique #boutique-liste .boutique-ul {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
body #page #boutique #boutique-liste .boutique-ul .boutique-icone {
  color: #D4A40F;
  font-size: 2.5em;
  padding-right: 20px;
}
body #page #boutique #boutique-liste .boutique-ul:last-child {
  margin-bottom: 0;
}
body #page #boutique #boutique-content {
  padding: 100px 0;
}
body #page #boutique #btn-boutique {
  background: #D4A40F;
  padding: 20px 48px;
  transition: all 700ms ease;
  position: absolute;
  bottom: 0;
  color: white;
  font-weight: 700;
  transform: skew(-10deg) translateY(50%) translateX(-50%);
  margin: 0;
  left: 50%;
  font-size: 1.75em;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.16);
  z-index: 10;
}
body #page #boutique #btn-boutique:before, body #page #boutique #btn-boutique:after {
  content: "";
  display: none;
}
body #page #boutique #btn-boutique:hover::before, body #page #boutique #btn-boutique:hover::after {
  display: none;
}
body #page #boutique #btn-boutique div {
  transform: skew(10deg);
}
body #page #boutique #btn-boutique:hover {
  background: #A27E0D;
}
body #page #boutique .sitesize {
  z-index: 2;
  position: relative;
}
body #page #boutique #mockup {
  z-index: 1;
  position: absolute;
  right: 0;
  height: 100%;
  width: 50%;
}
body #page #boutique #mockup img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
body #page #entreprise {
  padding: 200px 0 100px 0;
}
body #page #entreprise h2, body #page #entreprise h3 {
  color: #51692A;
  font-style: normal;
  font-variation-settings: "wght" 500;
  margin-bottom: 20px;
}
body #page #entreprise .strate-type1, body #page #entreprise .strate-type2, body #page #entreprise .strate-type3 {
  margin-bottom: 100px;
}
body #page #entreprise .strate-type1 {
  display: flex;
  justify-content: space-between;
}
body #page #entreprise .strate-type1 .strate-type1-texte {
  width: 50%;
}
body #page #entreprise .strate-type1.strate-even .strate-type1-texte {
  order: 1;
}
body #page #entreprise .strate-type1 figure img {
  object-fit: cover;
  height: 100%;
}
body #page #entreprise .strate-type2 {
  position: relative;
  color: white;
}
body #page #entreprise .strate-type2 h3 {
  color: white;
}
body #page #entreprise .strate-type2 .strate-type2-texte {
  width: 66.28%;
  z-index: 2;
  background: #5E7E22 url(images/carbone.png) right bottom no-repeat;
  background-size: 50%;
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  padding: 60px 80px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
}
body #page #entreprise .strate-type2 figure {
  width: 40.95%;
}
body #page #entreprise .strate-type2 figure img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
body #page #entreprise .strate-type2.strate-odd {
  text-align: right;
}
body #page #entreprise .strate-type2.strate-odd .strate-type2-texte {
  right: auto;
  left: 0;
  text-align: left;
}
body #page #entreprise .strate-type2.strate-odd figure {
  display: inline-block;
}
body #page #entreprise .strate-type3 .strate-type3-texte {
  margin-bottom: 100px;
}
body #page #entreprise .strate-type3 .plan img {
  width: 100%;
}
body #page #entreprise #triangle-machine {
  display: none;
  height: 0;
  width: 0;
  border-top: 25px solid rgba(29, 29, 29, 0.9);
  border-right: 25px solid transparent;
  border-left: 25px solid transparent;
  position: fixed;
  top: 0;
  z-index: 10;
  pointer-events: none;
}
body #page #entreprise .popin-machine {
  display: none;
  position: fixed;
  pointer-events: none;
  background: rgba(29, 29, 29, 0.9);
  color: white;
  box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 20px;
  max-width: 750px;
  font-size: 0.85em;
  line-height: 1.4em;
  top: 0;
  z-index: 10;
}
body #page #entreprise .popin-machine ul {
  padding-left: 17px;
}
body #page #entreprise .popin-machine .popin-machine-container {
  display: flex;
  gap: 20px;
  overflow: hidden;
}
body #page #entreprise .popin-machine h4 {
  font-size: 3em;
  color: #D4A40F;
  font-style: normal;
  font-variation-settings: "wght" 400;
}
body #page #entreprise .popin-machine figure {
  width: 45%;
}
body #page #entreprise .popin-machine .content-machine {
  width: 55%;
}
body #page #savoirfaire {
  background: #1D1D1D;
  color: white;
}
body #page #savoirfaire h3 {
  font-style: normal;
  font-variation-settings: "wght" 400;
}
body #page #savoirfaire #savoirfaire-container {
  padding: 100px 0;
}
body #page #savoirfaire #savoirfaire-postcontainer {
  position: relative;
}
body #page #savoirfaire #savoirfaire-slider {
  padding-top: 100px;
}
body #page #savoirfaire #savoirfaire-slider .realisation {
  margin-top: 20px;
  position: relative;
}
body #page #savoirfaire #savoirfaire-slider .realisation .realisation-texte {
  background: #5E7E22;
  padding: 40px;
  position: absolute;
  top: 100px;
  right: 0;
  width: 36.1675%;
}
body #page #savoirfaire #savoirfaire-slider .realisation .realisation-texte .realisation-titre {
  font-weight: 700;
  font-size: 1.55em;
  margin-bottom: 20px;
}
body #page #savoirfaire #savoirfaire-slider .realisation .realisation-texte .realisation-nav {
  font-size: 4em;
  color: white;
  text-align: right;
  margin-top: 20px;
}
body #page #savoirfaire #savoirfaire-slider .realisation .realisation-texte .realisation-nav .realisation-prev,
body #page #savoirfaire #savoirfaire-slider .realisation .realisation-texte .realisation-nav .realisation-next {
  transition: all 700ms ease;
  opacity: 0.7;
  cursor: pointer;
  display: inline-block;
}
body #page #savoirfaire #savoirfaire-slider .realisation .realisation-texte .realisation-nav .realisation-prev:hover,
body #page #savoirfaire #savoirfaire-slider .realisation .realisation-texte .realisation-nav .realisation-next:hover {
  opacity: 1;
}
body #page #savoirfaire #savoirfaire-slider .realisation figure {
  max-width: 1310px;
  width: 83.1218%;
}
body #page #savoirfaire #savoirfaire-slider .realisation figure img {
  width: 100%;
}
body #page #savoirfaire #savoirfaire-schema {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
body #page #savoirfaire #savoirfaire-schema img {
  position: sticky;
  top: 100px;
  right: 0;
  display: flex;
  width: 250px;
}
body #page #savoirfaire #savoirfaire-content {
  display: flex;
  position: relative;
  gap: 40px;
}
body #page #savoirfaire #savoirfaire-content #savoirfaire-image {
  position: relative;
  width: 34%;
  max-width: 480px;
  flex: 1;
}
body #page #savoirfaire #savoirfaire-content #savoirfaire-image h2 {
  position: absolute;
  left: -95px;
  transform: rotate(180deg);
  writing-mode: vertical-rl;
  text-align: center;
  color: #D4A40F;
  z-index: 3;
  height: 100%;
}
body #page #savoirfaire #savoirfaire-content #savoirfaire-image figure {
  z-index: 5;
  position: relative;
  height: 100%;
  overflow: hidden;
}
body #page #savoirfaire #savoirfaire-content #savoirfaire-image figure img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
body #page #savoirfaire #savoirfaire-content #savoirfaire-texte {
  display: flex;
  flex-direction: column;
  justify-content: space-betwwen;
  gap: 150px;
  flex: 1;
  padding-right: 20%;
}
body #page #savoirfaire #savoirfaire-content #savoirfaire-texte .faconnage-ul, body #page #savoirfaire #savoirfaire-content #savoirfaire-texte .fabrication-ul {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
body #page #savoirfaire #savoirfaire-content #savoirfaire-texte .faconnage-ul figure, body #page #savoirfaire #savoirfaire-content #savoirfaire-texte .fabrication-ul figure {
  max-width: 210px;
  max-height: 210px;
  flex: 1;
}
body #page #savoirfaire #savoirfaire-content #savoirfaire-texte .faconnage-ul figure img, body #page #savoirfaire #savoirfaire-content #savoirfaire-texte .fabrication-ul figure img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
body #page #savoirfaire #savoirfaire-content #savoirfaire-texte .faconnage-ul div, body #page #savoirfaire #savoirfaire-content #savoirfaire-texte .fabrication-ul div {
  flex: 1;
}
body #page #savoirfaire #savoirfaire-content #savoirfaire-texte .faconnage-ul:last-child, body #page #savoirfaire #savoirfaire-content #savoirfaire-texte .fabrication-ul:last-child {
  margin-bottom: 0;
}
body #page #savoirfaire #savoirfaire-content #savoirfaire-liste-fabrication {
  margin-top: 20px;
}
body #page #partenaires {
  padding: 100px 0;
  background: #51692A;
  text-align: center;
}
body #page #partenaires h2 {
  color: white;
  margin-bottom: 30px;
}
body #page #partenaires .slider-partenaires .slick-arrow {
  position: absolute;
  left: -50px;
  top: 50%;
  font-size: 4em;
  transform: translateY(-50%);
  cursor: pointer;
  color: white;
  transition: all 700ms ease;
  opacity: 0.7;
}
body #page #partenaires .slider-partenaires .slick-arrow i {
  text-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.05);
}
body #page #partenaires .slider-partenaires .slick-arrow:hover {
  opacity: 1;
}
body #page #partenaires .slider-partenaires .slick-arrow.slick-next {
  right: -50px;
  left: auto;
}
body #page #presse {
  width: 100%;
  overflow: hidden;
}
body #page #presse #presse-container {
  padding: 100px 0 200px 0;
  padding-left: calc( calc( 100% - 1560px ) / 2 );
  position: relative;
}
body #page #presse h2 {
  color: #51692A;
}
body #page #presse #presse-titre {
  transform: rotate(180deg);
  writing-mode: vertical-rl;
  transform-origin: center;
  margin-right: 90px;
  text-align: right;
  margin-top: 20px;
}
body #page #presse #presse-content {
  display: flex;
  align-items: stretch;
}
body #page #presse #presse-content .container-article-presse {
  box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.05);
  margin: 20px 20px 40px 20px;
}
body #page #presse .slick-arrow {
  position: absolute;
  bottom: -100px;
  left: 0;
  font-size: 4em;
  cursor: pointer;
  color: #5E7E22;
  transition: all 700ms ease;
  opacity: 0.7;
  margin-left: 20px;
}
body #page #presse .slick-arrow:hover {
  opacity: 1;
}
body #page #presse .slick-next-presse {
  left: 75px;
}
body #page #presse .slider-presse {
  width: 100%;
  position: relative;
}
body #page #presse .slider-presse li {
  padding: 0 10px;
}
body #page #presse .slider-presse .slick-slide .container-article-presse {
  padding: 20px 20px 60px 20px;
  position: relative;
}
body #page #presse .slider-presse .slick-slide .container-article-presse:hover figure img {
  transform: scale(1.1);
}
body #page #presse .slider-presse .slick-slide .container-article-presse figure {
  position: relative;
  margin-bottom: 15px;
}
body #page #presse .slider-presse .slick-slide .container-article-presse figure:after {
  box-shadow: inset 0px 0px 10px 2px rgba(29, 29, 29, 0.1);
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
body #page #presse .slider-presse .slick-slide .container-article-presse .date-presse {
  color: #5E7E22;
  font-size: 1.2em;
  margin-bottom: 10px;
}
body #page #presse .slider-presse .slick-slide .container-article-presse .titre-presse {
  font-size: 1.2em;
  margin-bottom: 10px;
}
body #page #presse .slider-presse .slick-slide .container-article-presse .lien-presse {
  position: absolute;
  bottom: 0;
  transform: translateY(50%);
  right: 20px;
  background: #D4A40F;
}
body #page #presse .slider-presse .slick-slide .container-article-presse .lien-presse:hover {
  background: #A27E0D;
}
body #page #contact {
  background: #1D1D1D;
  color: white;
}
body #page #contact h2 {
  color: #D4A40F;
  font-style: normal;
  font-variation-settings: "wght" 500;
}
body #page #contact h4 {
  font-style: normal;
  font-size: 2.25em;
}
body #page #contact a {
  text-decoration: none;
  position: relative;
  color: white;
  transition: all 700ms ease;
}
body #page #contact a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -2px;
  left: 0;
  background-color: white;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
}
body #page #contact a:hover::before {
  visibility: visible;
  transform: scaleX(1);
}
body #page #contact .leaflet-map a {
  color: #5E7E22;
}
body #page #contact i {
  color: #5E7E22;
  margin-right: 3px;
  font-size: 1.35em;
  line-height: 1.5em;
}
body #page #contact .sitesize {
  padding-top: 100px;
  padding-bottom: 100px;
}
body #page #contact .zoom {
  filter: grayscale(500%);
  transition: all 700ms ease;
  transform: skew(-5deg) translateX(20px);
  overflow: hidden;
  position: relative;
  display: inline-block;
  max-width: 270px;
  height: 500px;
}
body #page #contact .zoom img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  transition: all 700ms ease;
  transform: skew(5deg) scale(1.25);
}
body #page #contact .zoom:hover {
  filter: grayscale(0);
}
body #page #contact .zoom:hover img {
  transform: skew(5deg) scale(1.35);
}
body #page #contact #contact-content {
  display: flex;
  gap: 10%;
}
body #page #contact #contact-content #contact-texte {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
body #page #contact #contact-content #contact-dirigeants {
  flex: 1;
  display: flex;
  justify-content: flex-start;
  gap: 10%;
  flex-wrap: wrap;
}
body #page #contact #contact-content #contact-dirigeants figure {
  margin-bottom: 20px;
}
body #page .slick-track {
  margin: auto;
}
body #page .slick-slide img {
  margin: auto;
  left: auto;
}
body #page ul.slick-dots {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
body #page ul.slick-dots li {
  margin: 0 4px;
  list-style-type: none;
}
body #page ul.slick-dots li button {
  text-indent: -9999px;
  background-color: white !important;
  height: 10px;
  width: 10px;
  border: none;
  border-radius: 100%;
  opacity: 0.35;
  padding: 0;
}
body #page ul.slick-dots li.slick-active button {
  opacity: 1;
}
body footer {
  flex-shrink: 0;
  background: #1D1D1D;
}
body footer #footer-container {
  color: white;
  font-size: 0.9em;
  font-family: "Raleway", Times, serif;
}
body footer #footer-container a {
  color: white;
  text-decoration: none;
  position: relative;
  color: white;
  transition: all 700ms ease;
}
body footer #footer-container a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -2px;
  left: 0;
  background-color: white;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
}
body footer #footer-container a:hover::before {
  visibility: visible;
  transform: scaleX(1);
}
body footer #footer-container #footer-content {
  padding: 30px 0;
  margin: 0 5%;
  text-align: center;
}
body footer #footer-container #footer-content nav, body footer #footer-container #footer-content div, body footer #footer-container #footer-content li {
  display: inline-block;
}
body footer #footer-container #footer-content ul li:before {
  display: none;
}
body footer #footer-container #footer-content li {
  list-style-type: none;
}
body footer #footer-container #footer-content .menu-divider {
  margin: 0 10px;
}
body footer #footer-container #footer-content .menu-divider:last-child {
  display: none;
}

@media screen and (max-width: 1620px) {
  body #page #savoirfaire #savoirfaire-postcontainer .sitesize {
    padding-left: 100px;
  }
  body #page #boutique #boutique-content {
    padding: 50px 0 75px 0;
  }
  body #page #actualites .sitesize {
    margin-bottom: -100px;
    transform: translateY(-100px);
  }
  body #page #entreprise {
    padding: 125px 0 0 0;
  }
  body #page #partenaires .slider-partenaires .slick-arrow {
    display: none !important;
  }
  body #page #presse #presse-container {
    padding: 75px 0 175px 0;
  }
  body #page #presse #presse-titre {
    margin-right: 0;
  }
  body #page #contact #contact-content {
    justify-content: space-between;
  }
  body #page #contact #contact-content #contact-texte,
body #page #contact #contact-content #contact-dirigeants {
    flex: none;
  }
  body #page #contact #contact-content #contact-dirigeants {
    margin: 0 20px;
  }
}
@media screen and (max-width: 1280px) {
  body #page header#header-page h1, body #page h1, body #page .h1 {
    font-size: 7em;
  }
  body #page h2, body #page .h2 {
    font-size: 6em;
  }
  body #page h3, body #page .h3 {
    font-size: 3.375em;
  }
  body #page h4, body #page .h4 {
    font-size: 2.75em;
  }
  body #page h5, body #page .h5 {
    font-size: 2em;
  }
  body #page h6, body #page .h6 {
    font-size: 1.75em;
  }
  body #page header#header-page .sous-titre, body #page .sous-titre {
    font-size: 1.5em;
  }
  body #page #header-menu .sitesize {
    display: block;
  }
  body #page #header-menu .logo-idc figure img {
    transition: all 700ms ease;
    object-fit: contain;
    height: 50px;
  }
  body #page #header-menu.open {
    background: white;
    box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.05);
  }
  body #page #header-menu.open #menu-idc {
    display: block;
  }
  body #page #header-menu.open ul {
    margin: 2em 0;
    text-align: center;
  }
  body #page #header-menu.open ul li {
    display: block !important;
    padding: 10px;
  }
  body #page #header-menu.open ul li a {
    margin-left: 0;
    text-decoration: none;
    position: relative;
    color: #1D1D1D;
    transition: all 700ms ease;
    text-shadow: none;
  }
  body #page #header-menu.open ul li a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -2px;
    left: 0;
    background-color: #1D1D1D;
    visibility: hidden;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out 0s;
  }
  body #page #header-menu.open ul li a:hover::before {
    visibility: visible;
    transform: scaleX(1);
  }
  body #page #header-menu.open ul li.btn-green {
    margin-top: 1em;
  }
  body #page #header-menu.open ul li.btn-green a {
    color: white;
  }
  body #page #header-menu.open ul li.btn-green a:before, body #page #header-menu.open ul li.btn-green a:after {
    content: "";
    display: none;
  }
  body #page #header-menu.open ul li.btn-green a:hover::before, body #page #header-menu.open ul li.btn-green a:hover::after {
    display: none;
  }
  body #page #header-menu.whitemenu #hamburger {
    top: 20px;
    transition: all 700ms ease;
  }
  body #page #hamburger {
    display: block;
  }
  body #page #menu-idc {
    display: none;
  }
  body #page #actualite #actualite-container {
    flex-direction: column;
  }
  body #page #actualite #actualite-container #actualite-texte {
    width: 100%;
    order: 2;
  }
  body #page #actualite #actualite-container figure {
    width: 100%;
    margin-right: 0;
    transform: none;
    margin-bottom: 0;
    order: 1;
  }
  body #page .post-navigation {
    margin-top: 75px;
  }
  body #page #boutique {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-center: center;
  }
  body #page #boutique #boutique-liste .boutique-ul {
    justify-content: center;
    text-align: left;
  }
  body #page #boutique #boutique-liste .boutique-ul .boutique-li {
    width: 60%;
  }
  body #page #boutique #boutique-content {
    padding-bottom: 25px;
  }
  body #page #boutique #btn-boutique {
    font-size: 1.35em;
  }
  body #page #boutique #mockup {
    position: relative;
    width: 100%;
    order: 2;
    margin-bottom: 40px;
  }
  body #page #boutique #mockup:after {
    content: "";
    position: absolute;
    background: #5E7E22;
    background: linear-gradient(180deg, #5e7e22 0%, rgba(94, 126, 34, 0) 100%);
    height: 50px;
    width: 100%;
    top: 0;
    left: 0;
  }
  body #page #boutique #mockup:before {
    content: "";
    position: absolute;
    background: #5E7E22;
    background: linear-gradient(180deg, rgba(94, 126, 34, 0) 0%, #5e7e22 100%);
    height: 50px;
    width: 100%;
    bottom: 0;
    left: 0;
  }
  body #page #savoirfaire #savoirfaire-schema {
    display: none;
  }
  body #page #savoirfaire #savoirfaire-content #savoirfaire-texte {
    padding-right: 0;
  }
  body #page #savoirfaire #savoirfaire-content #savoirfaire-image h2 {
    left: -72px;
  }
  body #page #savoirfaire #savoirfaire-postcontainer .sitesize {
    padding-left: 70px;
  }
  body #page #entreprise .strate-type1,
body #page #entreprise .strate-type2 {
    flex-wrap: wrap;
  }
  body #page #entreprise .strate-type1 figure,
body #page #entreprise .strate-type1 .strate-type1-texte,
body #page #entreprise .strate-type1 .strate-type2-texte,
body #page #entreprise .strate-type2 figure,
body #page #entreprise .strate-type2 .strate-type1-texte,
body #page #entreprise .strate-type2 .strate-type2-texte {
    width: 100%;
  }
  body #page #entreprise .strate-type1 figure,
body #page #entreprise .strate-type2 figure {
    margin-top: 50px;
    order: 2;
    margin-top: 0;
  }
  body #page #entreprise .strate-type1 .strate-type1-texte,
body #page #entreprise .strate-type1 .strate-type2-texte,
body #page #entreprise .strate-type2 .strate-type1-texte,
body #page #entreprise .strate-type2 .strate-type2-texte {
    order: 1;
  }
  body #page #entreprise .strate-type1 figure {
    margin-top: 50px;
  }
  body #page #entreprise .strate-type2 {
    display: flex;
  }
  body #page #entreprise .strate-type2 .strate-type2-texte {
    position: relative;
    transform: none;
  }
  body #page #savoirfaire #savoirfaire-slider .realisation figure {
    width: 100%;
  }
  body #page #savoirfaire #savoirfaire-slider .realisation .realisation-texte {
    width: 100%;
    position: static;
  }
  body #page #contact #contact-content {
    flex-wrap: wrap;
  }
  body #page #contact #contact-content #contact-dirigeants {
    margin-top: 50px;
  }
}
@media screen and (max-width: 680px) {
  body #page .sous-titre br {
    display: none;
  }
  body #page #entreprise .popin-machine {
    width: 100%;
  }
  body #page #liste-actualites .actualite {
    margin-bottom: 50px;
  }
  body #page #actualites .sitesize {
    margin-bottom: -50px;
  }
  body #page #boutique #boutique-liste .boutique-ul .boutique-li {
    width: 100%;
  }
  body #page #boutique #btn-boutique {
    width: 70%;
  }
  body #page #entreprise .strate-type2 .strate-type2-texte {
    padding: 30px;
  }
  body #page #entreprise .strate-type1,
body #page #entreprise .strate-type2,
body #page #entreprise .strate-type3 {
    margin-bottom: 50px;
  }
  body #page #entreprise .strate-type3 .strate-type3-texte {
    margin-bottom: 50px;
  }
  body #page #entreprise .popin-machine .popin-machine-container {
    flex-direction: column;
  }
  body #page #entreprise .popin-machine figure {
    width: 100%;
  }
  body #page #entreprise .popin-machine .content-machine {
    width: 100%;
  }
  body #page #entreprise .popin-machine .popin-machine-container figure {
    max-height: 250px;
    width: 100%;
    overflow: hidden;
  }
  body #page #entreprise .popin-machine .popin-machine-container figure img {
    object-fit: cover;
    width: 100%;
  }
  body #page #savoirfaire #savoirfaire-container {
    padding: 75px 0;
  }
  body #page #savoirfaire h3 {
    margin-bottom: 35px;
  }
  body #page #savoirfaire #savoirfaire-postcontainer .sitesize {
    padding-left: 40px;
  }
  body #page #savoirfaire #savoirfaire-content {
    flex-wrap: wrap;
  }
  body #page #savoirfaire #savoirfaire-content #savoirfaire-image {
    width: 100%;
    max-width: none;
  }
  body #page #savoirfaire #savoirfaire-content #savoirfaire-image figure {
    height: auto;
  }
  body #page #savoirfaire #savoirfaire-content #savoirfaire-image h2 {
    position: static;
    transform: none;
    writing-mode: initial;
    height: auto;
    text-align: left;
    margin-bottom: 20px;
  }
  body #page #savoirfaire #savoirfaire-content #savoirfaire-texte {
    flex: none;
    width: 100%;
    margin-top: 0;
    gap: 50px;
  }
  body #page #partenaires {
    padding: 75px 0;
  }
  body #page #presse #presse-content {
    flex-wrap: wrap;
  }
  body #page #presse #presse-content .container-article-presse {
    max-width: none;
  }
  body #page #presse #presse-titre {
    transform: none;
    writing-mode: initial;
    text-align: left;
    margin-top: 0;
    padding: 0 40px;
  }
  body #page #contact .sitesize {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  body #page #contact #contact-content #contact-dirigeants {
    flex-wrap: wrap;
    gap: 20px;
    margin: auto;
    flex-direction: column;
    width: 100%;
  }
  body #page #contact #contact-content #contact-dirigeants figure {
    height: auto;
  }
  body #page #contact #contact-content #contact-dirigeants .contact-dirigeant {
    text-align: center;
    margin-top: 40px;
  }
}
@media screen and (max-width: 480px) {
  body #page header#header-page h1, body #page h1, body #page .h1 {
    font-size: 4.5em;
  }
  body #page h2, body #page .h2 {
    font-size: 3.75em;
  }
  body #page h3, body #page .h3 {
    font-size: 3em;
  }
  body #page h4, body #page .h4 {
    font-size: 2.5em;
  }
  body #page h5, body #page .h5 {
    font-size: 2.25em;
  }
  body #page h6, body #page .h6 {
    font-size: 1.5em;
  }
  body #page header#header-page .sous-titre, body #page .sous-titre {
    font-size: 1.25em;
  }
  body #page .sitesize,
body #page #savoirfaire #savoirfaire-postcontainer .sitesize {
    padding: 0 20px;
  }
  body #page #entreprise .popin-machine .popin-machine-container figure {
    max-height: 150px;
  }
  body #page #contact #contact-content #contact-dirigeants figure {
    max-height: 250px;
  }
  body #page #actualite #actualite-container #actualite-texte {
    padding: 20px;
  }
  body #page #liste-actualites .actualite .actualite-content {
    padding: 30px 20px 60px 20px;
  }
  body #page #savoirfaire #savoirfaire-slider .realisation .realisation-texte {
    padding: 30px 20px;
  }
}
