/*Colors

black:#231F20;
green:#5F7A36;
beige:#F9E9C8;
*/

/*Fonts*/
.mod-languages {
  display: none;
}

@import url("//fonts.googleapis.com/css?family=Rubik:300,400,500,700,900");

* {
  outline: none;
}

html {
  font-size: 62.5%;
  font-family: "Rubik", sans-serif;
}

body {
  font-size: 1.8rem;
  text-align: center;
  font-family: "Rubik", sans-serif;
  color: #5f7a36;
  line-height: 1;
  background-image: url(../images/background.png);
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

h1 {
  font-size: 6.6rem;
  color: #fff;
  text-transform: uppercase;
}

h2 {
  font-size: 4.8rem;
  color: #231f20;
  text-transform: uppercase;
  line-height: 1.1;
  margin: 15px 0;
}

h3 {
  font-size: 2.8rem;
  color: #231f20;
  text-transform: uppercase;
  margin-bottom: 0;
}

h4 {
  font-size: 3.5rem;
  color: #231f20;
  margin-bottom: 0;
  font-weight: 300;
}

h5 {
  font-size: 1.8rem;
  line-height: 1.5;
  margin: 5px auto;
  font-weight: bold;
  text-transform: uppercase;
}

p {
  font-size: 1.8rem;
  line-height: 1.6;
  margin: 5px auto;
}

a {
  font-size: 1.8rem;
  text-decoration: none;
  color: #231f20;
}

dl.fields-container {
  display: none;
}

input,
textarea {
  webkit-apperance: none;
}

fieldset {
  padding: 1em;
  border: none;
  width: 90%;
  margin: 0 auto;
  position: relative;
}

.fixed {
  position: fixed;
}

.muted {
  display: none !important;
}

div.default {
  margin: 100px auto;
}

a[title="facebook"] {
  background-image: url(../images/icones/facebook.svg);
  background-repeat: no-repeat;
  background-size: contain;
  color: transparent;
  height: 44px;
  width: 44px;
  display: block;
}

a[title="facebook"]:hover {
  background-image: url(../images/icones/facebook_hover.svg);
}

a[title="mailto"] {
  background-image: url(../images/icones/mail.svg);
  background-repeat: no-repeat;
  background-size: contain;
  color: transparent;
  height: 44px;
  width: 44px;
  display: block;
}

a[title="mailto"]:hover {
  background-image: url(../images/icones/mail_hover.svg);
}
.com_focalpoint .header-pdv h2{
    
    font-size: 4rem;
}
@media (max-width: 1200px) {
  h1 {
    font-size: 5.5rem;
  }

  h2 {
    font-size: 3.8rem;
  }
.com_focalpoint .header-pdv h2{
    
    font-size: 3.8rem;
}
  h3 {
    font-size: 2.4rem;
  }

  h4 {
    font-size: 3rem;
  }
}

@media (max-width: 700px) {
  h1 {
    font-size: 3.3rem;
  }

  h2 {
    font-size: 2.4rem;
  }
.com_focalpoint .header-pdv h2{
    
    font-size: 3rem;
}
  h3 {
    font-size: 1.9rem;
  }

  h4 {
    font-size: 2.7rem;
  }
}

@media (max-width: 414px) {
  h1 {
    font-size: 3rem;
  }
}

/*------General Style -----*/

.dotted:after {
  content: "";
  display: block;
  width: 100%;
  background-image: url(../images/icones/point-beige.svg);
  height: 5px;
  position: relative;
  top: 20px;
}

.dotted-green:after {
  content: "";
  display: block;
  width: 100%;
  background-image: url(../images/icones/point-vert.svg);
  height: 3px;
  position: relative;
  top: 20px;
}

.dotted-green2:before {
  content: "";
  display: block;
  width: 100%;
  background-image: url(../images/icones/point-vert.svg);
  height: 3px;
  position: relative;
  top: -20px;
}

.green-btn {
  margin: 60px auto 0px;
  background-color: #5f7a36;
  border-radius: 100px;
  border: 3px solid transparent;
  padding: 17px 50px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 500;
  color: #f9e9c8;
  transition: all 0.5s;
}

.green-btn:hover {
  border: 3px solid #5f7a36;
  background-color: transparent;
  color: #5f7a36;
}

.red-btn {
  margin: 60px auto 0px;
  background-color: #c84938;
  border-radius: 100px;
  border: 3px solid transparent;
  padding: 17px 50px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 500;
  color: #f9e9c8;
  transition: all 0.5s;
}

.red-btn:hover {
  border: 3px solid #c84938;
  background-color: transparent;
  color: #c84938;
}

.beige-btn {
  margin: 60px auto 0px;
  background-color: #f9e9c8;
  border-radius: 100px;
  border: 3px solid transparent;
  padding: 21px 50px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.8rem;
  color: #231f20;
  transition: all 0.5s;
}

.beige-btn:hover {
  border: 3px solid #f9e9c8;
  background-color: transparent;
  color: #f9e9c8;
}

.wrapper {
  max-width: 1600px;
  margin: 0 auto;
  width: 95%;
}

.mfp-figure:after {
  background: transparent;
}

@media (max-width: 1280px) {
  .green-btn,
  .red-btn,
  .beige-btn {
    padding: 17px 24px;
  }
}

@media (max-width: 700px) {
  .green-btn,
  .red-btn,
  .beige-btn {
    padding: 10px 24px 8px;
    font-size: 1.4rem;
      
    box-sizing: border-box;
  }

  .dotted:after {
    top: 10px;
  }

  .dotted-green:after {
    top: 10px;
  }
}

@media (max-width: 414px) {
  .beige-btn {
    margin: 50px auto 0px;
  }
}

/* -------Header ------*/

header {
  background-color: transparent;
  transition: all 0s;
  height: 0;
}

main #content {
  /*Padding de la hauteur du header pour compenser*/
  padding-top: 180px;
}

ul#navbar {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}

ul#navbar li:not(.first) {
  display: inline-block;
  font-size: 2.1rem;
  padding: 0 34px;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 10px;
	position: relative;
}
body > header > div > div.module.modulesticky-logo > p:nth-child(2) {
  display: none;
}

ul#navbar li:not(.first) ul {
	position: absolute;
	background-color: #231F20;
	z-index: 1;
	list-style-type: none;
	margin: 0;
	padding: 0 54px;
	transform:translateX(-50%);
	left: 50%;
	margin-top: 19px;
	height: 0;
	transition: all .5s ease-in-out;
	overflow: hidden;
}

ul#navbar li:not(.first):hover ul {
	height: 115px;
}

ul#navbar li:not(.first) ul li {
	position: relative;
	margin: 26px 0 10px 0;
	padding: 0;
	width: 100%;
}

ul#navbar li:not(.first) ul li.last {
	margin: 0 0 26px 0;
}

ul#navbar li:not(.first) ul li a {
	font-weight: bold;
	font-size: 18px;
	color: #F9E9C8;
	text-align: center;
	text-transform: uppercase;
	margin: 0;
	white-space: nowrap;
}

ul#navbar li:not(.first) ul li.active a,ul#navbar li:not(.first) ul li a:hover,ul#navbar li:not(.first) ul li a:focus {
	color: #5F7A36;
}

@media screen and (max-width: 800px) {
  ul#navbar li:not(.first) {
    padding: 0 10px;
  }
}

ul#navbar li:not(.first) a {
  transition: all 0.5s;
  font-size: 2.1rem;
}

@media screen and (max-width:768px) and (min-width:701px){
  ul#navbar li:not(.first) a {

    font-size: 1.8rem;
  }
}

ul#navbar li:not(.first) a:after,
ul#navbar li:not(.first) a:after {
  content: "";
  width: 100%;
  height: 5px;
  position: relative;
  display: block;
  background-color: transparent;
  border-radius: 100px;
  top: 0px;
  transition: all 0.5s;
}

ul#navbar > li:not(.first):hover a:after,
ul#navbar > li:not(.first).active a:after {
  background-color: #231f20;
  top: 10px;
}

ul#navbar li.first a {
  display: block;
  margin: 40px 0;
}

.nav > li > a:hover,
.nav > li > a:focus {
  background-color: transparent !important;
}

header .modulesticky-logo {
  display: none;
}

header.sticky .modulesticky-logo {
  display: block;
}

header.sticky,
header.sticky.open {
  display: block;
  width: 100%;
  height: 67px;
    top: 0;
  position: fixed;
  z-index: 200;
  background-color: #231f20;
  transition: all 0.5s;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.5);
  /*overflow: hidden;*/
}

header.sticky .wrapper {
  position: relative;
  height: 67px;
}

header.sticky.open .wrapper,
header.open .wrapper {
  height: 100vh;
  position: relative;
}

header.sticky .modulesticky-logo,
header .modulesticky-logo.sticky {
  transition: all 0.5s;
  opacity: 1;
  position: absolute;
  top: 12px;
  z-index: 1000;
  left: 0px;
  text-align: left;
}

header.sticky .modulesticky-logo img,
header .modulesticky-logo.sticky img {
  width: 120px;
  transition: all 0.5s;
}

header .modulesticky-logo img {
  width: 189px;
  transition: all 0.5s;
}

header.sticky ul#navbar {
  display: flex;
  position: absolute;
  justify-content: flex-end;
  align-items: center;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 22px 0;
  /*overflow: hidden;*/
  width: 100%;
  max-width: 100%;
  opacity: 1;
  z-index: 999;
}

header.sticky ul#navbar li {
  display: inline-block;
  font-size: 2.1rem;
  padding: 0 34px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  text-align: right;
}

header.sticky ul#navbar > li.first {
  display: none;
}

header.sticky ul#navbar li a {
  color: #fff;
}

header.sticky ul#navbar li ul li {
  text-align: center;
}

header.sticky ul#navbar > li:not(.first) > a:after,
header.sticky ul#navbar > li:not(.first) > a:after {
  content: "";
  width: 100%;
  height: 5px;
  position: relative;
  display: block;
  background-color: transparent;
  border-radius: 100px;
  top: 0px;
  transition: all 0.5s;
}

header.sticky ul#navbar > li:not(.first):hover > a:after,
header.sticky ul#navbar > li:not(.first).current.active > a:after {
  background-color: #fff;
  top: 10px;
}

header.sticky ul#navbar > li:not(.first) ul a:after {
	display: none;
}

.module.mobile-logo {
  display: none;
}

.module.burger,
.module.cross,
.module.burger-sticky {
  display: none;
}

.module.social-mobile {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  left: 0;
  right: 0;
}

.module.social-mobile ul {
  padding: 0;
  margin: 0;
}

/*------- Footer ------*/

footer {
  background-color: #231f20;
  margin: 0;
  padding: 100px 0 30px 0;
}

footer p {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 300;
  margin: 0 auto;
}

footer p span {
  margin-right: 40px;
}

footer p img {
  margin-left: 5px;
  transition: all 0.5s;
}

footer p a {
  position: relative;
}

footer .nav.menu {
  list-style: none;
  margin: 0 auto;
  padding: 0px;
}

footer .nav.menu li.first ul {
  padding: 0;
}

footer .nav.menu li.first ul li {
  display: inline-block;
  font-size: 2.1rem;
  padding: 0 27px;
  font-weight: bold;
  text-transform: uppercase;
}

footer .nav.menu li.first ul li a {
  display: block;
  height: 44px;
  width: 44px;
}

footer .nav.menu li > a {
  display: inline-block;
  margin: 0px 0 80px;
}

footer a.i-logoAbsolu:hover img {
  -webkit-filter: opacity(0.2);
  filter: opacity(0.2);
}

@media (max-width: 1200px) {
  footer .nav.menu {
    padding: 0px;
  }

  footer {
    padding: 100px 0 15px 0;
  }

  main #content {
    padding-top: 130px;
  }
}

/*------- Home Page ------*/

.home .page-header {
  display: block;
  height: 100vh;
  position: relative;
  top: 0;
  z-index: -1;
  margin-top: -275px;
  right: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.home .hover-header {
  position: relative;
  top: 46%;
  width: 50%;
  text-align: left;
  right: 0;
  left: 50%;
  max-width: 646px;
}

.home .hover-header h1 {
  text-transform: uppercase;
  line-height: 1.2;
  margin: 0 0 55px;
    font-size: 50px;
}
@media (max-width: 600px) {
.home .hover-header h1 {

    font-size: 30px;
}
}
.home .certifications {
  display: flex;
  justify-content: space-between;
}

.home section#two {
  display: flex;
  position: relative;
}

.home section#two .video-btn {
  position: absolute;
  top: -92px;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.home section#two .video-btn a {
  position: relative;
  width: 181px;
  display: block;
  margin: 0 auto;
}

.home section#two .video-btn:hover a {
  -webkit-animation: pulse 1s;
  animation: pulse 1s;
}

.home section#two .image {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
}

.home section#two .text-container {
  width: 50%;
  padding: 120px 0;
}

.home section#two .inner {
  max-width: 672px;
  margin: 0 auto;
  width: 90%;
}

.home section#two .text h2 {
  max-width: 612px;
  width: 95%;
  margin: 0 auto 15px;
}

.home section#two .list ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 36px auto 0px;
  max-height: 182px;
  flex-direction: column;
  align-items: flex-start;
}

.home section#two .list li {
  width: 30%;
  text-align: left;
  padding: 15px 15px 15px 30px;
  text-transform: uppercase;
  text-indent: -12px;
  flex-grow: 1;
  font-weight: 500;
}

.home section#two .list li::before {
  content: "+";
  position: relative;
  left: -5px;
}

.home section#two .green-btn:last-child {
  margin-top: 20px;
}

.home section#three {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 66% 17%;
  text-align: left;
  padding: 157px 0;
}

.home section#three .wrapper {
  padding-left: 57px;
}

.home section#three label {
  color: #f9e9c8;
  font-size: 3.5rem;
  padding-left: 20px;
  display: block;
  margin-bottom: 50px;
  font-weight: 500;
}

.home section#three label::before {
  content: "";
  background-image: url(../images/icones/map-pin.svg);
  background-repeat: no-repeat;
  display: inline-block;
  height: 42px;
  width: 31px;
  left: -20px;
  position: relative;
}

.home section#three input {
  color: #f9e9c8;
}

.home section#three .input-group {
  position: relative;
  width: 95%;
  max-width: 50%;
}

.home section#three .input-group input {
  display: inline-block;
  position: relative;
  background-color: transparent;
  outline: none;
  border: 3px solid #f9e9c8;
  font-size: 2.2rem;
  font-weight: 300;
  padding: 23px 0 23px 36px;
  width: 100%;
  border-radius: 100px;
}

.home section#three .input-group button {
  position: absolute !important;
  border-radius: 100px;
  background-color: #f9e9c8;
  background-image: url(../images/icones/search.svg);
  width: 66px;
  height: 66px;
  background-repeat: no-repeat;
  background-position: center;
  right: -34px;
  top: 50% !important;
  transform: translateY(-50%);
  transition: all 0.5s;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
}

.home section#three .input-group button:hover {
  background-color: #5f7a36;
  cursor: pointer;
}

.home section#three ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #f9e9c8;
  transition: all 0.5s;
}

.home section#three ::-moz-placeholder {
  /* Firefox 19+ */
  color: #f9e9c8;
  transition: all 0.5s;
}

.home section#three :-ms-input-placeholder {
  /* IE 10+ */
  color: #f9e9c8;
  transition: all 0.5s;
}

.home section#three :-moz-placeholder {
  /* Firefox 18- */
  color: #f9e9c8;
  transition: all 0.5s;
}

.home section#three input:focus::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  opacity: 0;
}

.home section#three input:focus::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 0;
}

.home section#three input:focus:-ms-input-placeholder {
  /* IE 10+ */
  opacity: 0;
}

.home section#three input:focus:-moz-placeholder {
  /* Firefox 18- */
  opacity: 0;
}

.home section#four {
  display: flex;
  background-repeat: no-repeat;
  background-position: 100% 80%;
  background-size: 35%;
}

.home section#four .image {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  background-position: center;
}

.home section#four .text-container {
  width: 50%;
  padding: 229px 0 400px;
}

.home section#four .inner {
  max-width: 672px;
  margin: 0 auto;
  width: 90%;
}

.home section#four .text h2 {
  max-width: 543px;
  width: 95%;
  margin: 0 auto 61px;
}

.home section#four .proud {
  text-align: left;
  padding: 120px 60px;
	text-align: center;
}

.home section#infolettre {
  text-align: center;
  padding: 280px 0 86px;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
}

.home section#infolettre h4 {
  margin-bottom: 34px;
  line-height: 1.2;
  font-weight: 500;
}

.home section#infolettre h4::after {
  content: "";
  width: 150px;
  height: 3px;
  background-image: url(../images/icones/point-vert.svg);
  margin: 0 auto;
  display: block;
  position: relative;
  top: 34px;
}

.home section#infolettre label {
  display: block;
  max-width: 390px;
  padding-top: 40px;
  margin: 0px auto 40px;
  line-height: 1.4;
  font-size: 1.8rem;
  font-weight: 300;
  text-align: center;
}

.home section#infolettre input[type="email"] {
  color: #5f7a36;
}

.home section#infolettre .input-group {
  position: relative;
  width: 95%;
  max-width: 40%;
  margin: 0px auto;
}

.home section#infolettre .input-group input[type="email"] {
  display: inline-block;
  position: relative;
  background-color: transparent;
  outline: none;
  border: 3px solid #5f7a36;
  font-size: 2.2rem;
  padding: 22px 0 22px 36px;
  width: 100%;
  border-radius: 100px;
  font-weight: 300;
}

.home section#infolettre ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #5f7a36;
  transition: all 0.5s;
}

.home section#infolettre ::-moz-placeholder {
  /* Firefox 19+ */
  color: #5f7a36;
  transition: all 0.5s;
}

.home section#infolettre :-ms-input-placeholder {
  /* IE 10+ */
  color: #5f7a36;
  transition: all 0.5s;
}

.home section#infolettre :-moz-placeholder {
  /* Firefox 18- */
  color: #5f7a36;
  transition: all 0.5s;
}

.home section#infolettre input[type="email"]:focus::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  opacity: 0;
}

.home section#infolettre input[type="email"]:focus::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 0;
}

.home section#infolettre input[type="email"]:focus:-ms-input-placeholder {
  /* IE 10+ */
  opacity: 0;
}

.home section#infolettre input[type="email"]:focus:-moz-placeholder {
  /* Firefox 18- */
  opacity: 0;
}

.home section#infolettre input#mc-embedded-subscribe {
  background-color: #5f7a36;
  position: absolute;
  border-radius: 100px;
  border: 3px solid transparent;
  width: 180px;
  height: 66px;
  background-repeat: no-repeat;
  background-position: center;
  right: -37px;
  bottom: 5px;
  text-transform: uppercase;
  color: #f9e9c8;
  padding: 0;
  font-weight: 300;
  transition: all 0.5s;
  -webkit-appearance: none;
  max-width: 40%;
}

.home section#infolettre input#mc-embedded-subscribe:hover {
  border: 3px solid #5f7a36;
  background-color: transparent;
  color: #5f7a36;
}

@media (max-width: 1400px) {
  .home section#two .list ul {
    max-height: 200px;
  }

  .home section#three {
    background-size: 130%;
  }

  .home section#four .text-container {
    padding: 110px 0 250px;
  }

  .home section#infolettre {
    padding: 100px 0 86px;
  }
}

@media (max-height: 900px) {
  .home .page-header {
    background-position: bottom -50px center;
  }
}

@media (max-width: 1280px) {
  .home .page-header {
    margin-top: -200px;
    background-position: center;
  }

  .home section#three {
    background-position: 50% 17%;
  }

  .home section#four .proud {
    padding: 60px;
  }

  .home section#infolettre {
    padding: 55px 0 55px;
  }

  .home .hover-header {
    left: 38%;
    width: 60%;
  }
}

@media (max-width: 1200px) {
  header {
    transition: all 0s;
    position: relative;
  }

  header.sticky {
    display: block;
    top: 0;
  }

  header ul#navbar > li.first {
    display: none;
  }

  header ul#navbar {
    margin: 100px auto 20px;
  }

  .module.mobile-logo {
    display: block;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 20px;
    z-index: 1;
  }
.home .module.mobile-logo {
    top:56px;
}
  .module.mobile-logo > div {
    background-repeat: no-repeat;
    width: 175px;
    height: 50px;
    margin: 0 auto;
    background-size: contain;
  }

  .module.mobile-logo a {
    margin: 0 auto;
    color: transparent;
  }

  .module.module_menu {
    position: relative;
  }
	


  /*
   header.open .module.modulesticky-logo {
    top: 20px;
    position: absolute;
    right: 0;
    left: 0;
    width: 189px;
   text-align: center;
   margin: 0 auto;
}*/
  header.sticky ul#navbar li {
    padding: 0 15px;
  }

  .home .page-header {
    background-position: 62% 50%;
  }

  .home .hover-header {
    left: 39%;
    top: 35%;
    width: 61%;
    max-width: 560px;
  }

  .certifications img {
    width: 255px;
  }

  .home section#two {
    flex-direction: column;
  }

  .home section#three .wrapper {
    padding-left: 0;
  }

  .home section#two .text h2 {
    max-width: 482px;
    margin: 0 auto 20px;
  }

  .home section#two .list ul {
    max-height: 200px;
  }

  .home section#two .text-container {
    width: 100%;
    padding: 140px 0 100px;
  }

  .home section#two .image {
    width: 100%;
    height: 100vh;
    background-position: center;
  }

  .home section#three {
    height: 50vh;
    background-size: cover;
  }

  .home section#three label {
    font-size: 2.5rem;
    max-width: 25%;
    text-indent: -42px;
    padding-left: 58px;
  }

  .home section#three label::before {
    background-size: contain;
    height: 54px;
    width: 41px;
    left: -11px;
    top: 30px;
  }

  .home section#four {
    flex-direction: column;
    background-position: 100% 100%;
    background-size: 65%;
  }

  .home section#four .image {
    width: 100%;
    height: 100vh;
  }

  .home section#four .text-container {
    width: 100%;
    padding: 60px 0 120px;
  }

  .home section#infolettre {
    background-size: 110%;
  }
}

@media (max-width: 1024px) {
  .home section#three .input-group button {
    top: 9px;
  }

  .home section#infolettre input#mc-embedded-subscribe {
    bottom: 6px;
  }

  #fp_searchAddressBtn {
    top: 5px;
  }
}

@media (max-width: 768px) {
  .home .page-header {
    background-position: 30%;
  }

  .home .hover-header {
    left: 0;
    top: 61%;
    width: 90%;
    margin: 0 auto;
  }

  .home section#three .input-group input {
    width: 100%;
  }

  .home section#three .input-group {
    position: relative;
    width: 90%;
    max-width: 90%;
    margin-right: -36px;
  }

  .home section#three .input-group button {
    right: -36px;
  }

  .home section#three label::before {
    background-size: contain;
    height: 79px;
    width: 82px;
    left: 0px;
    top: 55px;
  }

  .home section#three label {
    text-indent: -83px;
    padding-left: 81px;
  }

  .home section#four .proud {
    text-align: center;
  }

  .home section#infolettre {
    background-size: 100%;
    background-position: 100% 100%;
    padding: 30px 0 72%;
    background-image: url(../images/infolettre-2.svg) !important;
  }

  .home section#infolettre .input-group {
    width: 90%;
    max-width: 100%;
    text-align: left;
  }

  .home section#infolettre .input-group input[type="email"] {
    width: 90%;
  }

  .home section#infolettre input#mc-embedded-subscribe {
    right: 28px;
    /*right:0;*/
    bottom: 6px;
    width: inherit;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (max-width: 700px) {
  header {
    height: 0px;
    width: 100%;
    transition: all 0.5s;
    position: absolute;
    top: -200px;
    overflow: hidden;
    background-color: #231f20;
  }
	.module.module_menu ul#navbar li:not(.first) ul {
    position: relative;
        margin-top:0;
  }
	
	.module.module_menu ul#navbar li:not(.first) ul li {
    margin: 15px 0 15px 0 !important;
		padding: 0!important;
  }
  main #content {
    padding-top: 0;
  }

  header.sticky {
    display: block;
    top: 0;
  }

  header.open {
    display: block;
    height: 100vh;
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 44;
  }

  header.open .module.cross {
    display: block;
  }

  header.open .module.modulesticky-logo {
    height: 84px;
    width: 280px;
    display: block;
    text-align: center;
    margin: 0 auto;
    top: 20px;
    left: 0;
    position: absolute;
    transition: all 0.5s;
    right: 0;
  }

  header.open .module.modulesticky-logo.sticky {
    margin: 0;
    top: 12px;
    left: 0px;
    text-align: left;
  }

  header.open .module.modulesticky-logo a {
    display: block;
  }

  .module.burger {
    display: block;
    cursor: pointer;
  }

  .module.burger div,
  .module.cross div,
  .module.burger-sticky div {
    width: 29px;
    background-repeat: no-repeat;
    position: absolute;
    right: 20px;
    top: 40px;
    height: 29px;
    z-index: 4444;
  }
body.home .module.burger div,
body.home .module.cross div,
body.home .module.burger-sticky div{
    
    top: 60px;
    }
    
  .module.cross.sticky div {
    top: 23px;
  }

  .module.burger-sticky div {
    top: 0px;
    right: 0px;
  }

  .module.cross div {
    position: fixed;
  }

  .home .page-header {
    margin-top: 0px;
    background-position: 33%;
  }

  header ul#navbar {
    display: none;
  }

  header.open ul#navbar,
  header.open.sticky ul#navbar {
    margin: 100px auto 34px;
    display: inline-block;
  }

  header.open ul#navbar li a {
    color: #fff;
    border-bottom: 5px solid transparent;
    padding-bottom: 10px;
  }

  header.open ul#navbar li:not(.first):hover a,
  header.open ul#navbar li:not(.first).current.active a {
    border-bottom: 5px solid #fff;
  }

  header.open ul#navbar li:not(.first) {
    display: block;
    padding: 34px 0;
  }

  header.open .module.social-mobile {
    display: block;
  }

  header.open #social-mobile li {
    display: inline-block;
    padding: 0 34px;
  }

  header.sticky .module.burger-sticky {
    display: block;
    cursor: pointer;
    position: absolute;
    top: 23px;
    right: 20px;
    width: 29px;
    height: 29px;
  }

  header.sticky.open .module.burger-sticky {
    display: none;
  }

  header.sticky ul#navbar {
    display: none;
  }

  header.sticky.open ul#navbar {
    display: inline-block;
    margin: 100px auto 34px;
    position: relative;
  }

  header.sticky.open ul#navbar li {
    text-align: center;
  }

  .home section#two .video-btn {
    top: -60px;
  }

  .home section#two .video-btn img {
    width: 120px;
    height: 120px;
  }

  .home section#two .text-container {
    padding: 100px 0 60px;
  }

  .home section#four .proud img {
    max-width: 100%;
  }

  .certifications img {
    width: 130px;
  }
}

@media (max-width: 420px) {
  .home .page-header.home {
    background-image: url(../../../images/image_chien.png) !important;
    background-position: 34% 0%;
  }

  .home .hover-header {
    left: 0;
    top: 18%;
  }

  .certifications img {
    width: 132px;
  }

  .home .hover-header h1 {
    max-width: 100%;
    margin: 0 0 20px;
  }

  .home .certifications span:first-child {
    margin-right: 18px;
  }

  .home section#two .list ul {
    flex-direction: row;
    max-height: 100%;
  }

  .home section#two .list li {
    width: 30%;
    padding: 15px 15px 15px 18px;
  }

  .home section#three .wrapper {
    padding-left: 15px;
  }

  .home section#three label {
    max-width: 44%;
    font-size: 1.8rem;
    text-indent: -39px;
    padding-left: 45px;
    margin-bottom: 30px;
  }

  .home section#three {
    padding: 82px 0;
    height: auto;
    background-size: 130%;
  }

  .home section#three .input-group input {
    font-size: 1.6rem;
    padding: 19px 0 20px 20px;
  }

  .home section#three label::before {
    height: 48px;
    width: 37px;
    top: 33px;
    left: -11px;
  }

  .home section#three .input-group button {
    width: 54px;
    height: 54px;
    right: -20px;
    top: 7px;
  }

  .home section#infolettre h4 {
    margin: 0 auto 20px;
    max-width: 275px;
  }

  .home section#infolettre h4::after {
    top: 16px;
    width: 120px;
  }

  .home section#infolettre label {
    padding-top: 20px;
  }

  .home section#four {
    background-image: none !important;
  }

  .home section#four .proud {
    padding: 40px;
  }

  .home section#four .text-container {
    padding: 60px 0 0px;
  }

  .home section#infolettre input#mc-embedded-subscribe {
    height: 52px;
    width: 52px;
    color: transparent;
    background-image: url(../images/icones/arrow.svg);
    background-repeat: no-repeat;
    right: 10px;
    bottom: 5px;
  }

  .home section#infolettre .input-group input[type="email"] {
    padding: 19px 0 18px 20px;
    font-size: 1.6rem;
    margin-right: -20px;
    text-align: left;
    max-width: 100%;
  }
}

@media (max-width: 370px) {
  .home section#two .list ul {
    word-break: break-all;
  }
}

@media (max-width: 340px) {
  .home section#infolettre input#mc-embedded-subscribe {
    right: 6px;
    bottom: 7px;
  }
}

/*-----Contact Page----*/

section.article {
  margin-top: 50px;
}

section.article .containPage {
  display: flex;
}

section.article .image {
  margin: 0;
  width: 50%;
  display: block;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}

section.article .text {
  width: 50%;
  padding: 90px 0;
}

section.article .text p {
  max-width: 678px;
  margin: 0 auto;
  width: 90%;
}

section.article .text h1 {
  max-width: 491px;
  margin: 0px auto 50px;
  width: 90%;
  font-size: 4.8rem;
  color: #231f20;
  text-transform: uppercase;
  line-height: 1.1;
}

.module .module-cartes,
.module.hidden {
  display: none;
}

section.contact {
  background-color: rgba(63, 97, 10, 0.7);
}

section.contact .containPage {
  display: flex;
  padding: 55px 0px;
}

section.contact p {
  color: #f9e9c8;
  font-weight: 300;
}

section.contact p.adresse {
  margin: 20px 0;
}

section.contact p.follow {
  margin: 30px 0 15px;
}

section.contact a {
  color: #f9e9c8;
  font-weight: 300;
  text-decoration: underline;
  transition: all 0.5s;
}

section.contact a:hover {
  -webkit-filter: opacity(0.2);
  filter: opacity(0.2);
}

section.contact h3 {
  color: #f9e9c8;
  text-transform: none;
}

section.contact .contact-infos {
  width: 50%;
}

section.contact form {
  width: 50%;
}

section.contact form label {
  display: block;
  color: #f9e9c8;
  font-weight: 600;
  padding-bottom: 20px;
  font-size: 2.1rem;
}

section.contact form label.error {
  color: #c84938;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -47px;
}

section.contact form .field {
  margin-bottom: 45px;
  position: relative;
}

section.contact form input,
section.contact form textarea {
  display: block;
  background-color: transparent;
  outline: none;
  border: 3px solid #f9e9c8;
  font-size: 2.1rem;
  padding: 21px 0 21px 36px;
  width: 75%;
  border-radius: 100px;
  font-weight: 300;
  margin: 0 auto;
  color: #f9e9c8;
}

section.contact form textarea {
  height: 240px;
  border-radius: 20px;
}

section.contact form .beige-btn {
  text-transform: inherit;
  margin-top: 0px;
}

section.contact form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #f9e9c8;
  transition: all 0.5s;
}

section.contact form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #f9e9c8;
  transition: all 0.5s;
}

section.contact form :-ms-input-placeholder {
  /* IE 10+ */
  color: #f9e9c8;
  transition: all 0.5s;
}

section.contact form :-moz-placeholder {
  /* Firefox 18- */
  color: #f9e9c8;
  transition: all 0.5s;
}

section.contact form input:focus::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  opacity: 0;
}

section.contact form input:focus::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 0;
}

section.contact form input:focus:-ms-input-placeholder {
  /* IE 10+ */
  opacity: 0;
}

section.contact form input:focus:-moz-placeholder {
  /* Firefox 18- */
  opacity: 0;
}

.no-close .ui-dialog-titlebar-close {
  display: none;
}

.ui-dialog {
  background-color: #5f7a36;
  padding: 50px;
  border-radius: 20px;
}

button.ui-button.ui-corner-all.ui-widget {
  background-color: #f9e9c8;
  outline: none;
  border: 3px solid transparent;
  padding: 11px 27px;
  margin-top: 30px;
  border-radius: 100px;
  font-weight: 700;
  color: #231f20;
  transition: all 0.5s;
}

button.ui-button.ui-corner-all.ui-widget:hover {
  background-color: transparent;
  border: 3px solid #f9e9c8;
  color: #f9e9c8;
}

div#carte-map {
  position: relative;
  width: 90%;
  overflow: hidden;
  height: 360px;
  left: 0;
  right: 0;
  text-align: center;
  margin: 70px auto 0;
}

div#carte-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
  right: 0;
}

@media (max-width: 1200px) {
  section.article .containPage {
    flex-direction: column;
  }

  section.article .image {
    width: 100%;
    height: 50vh;
  }

  section.article .text {
    width: 100%;
    padding: 60px 0;
  }

  section.article .text h1 {
    max-width: 100%;
    margin: 0px auto 20px;
  }

  section.article .text p {
    max-width: 100%;
  }

  section.contact .containPage {
    flex-direction: column;
    padding: 55px 0px 0;
  }

  section.contact .contact-infos {
    width: 100%;
  }

  section.contact form {
    width: 100%;
    margin: 60px auto;
  }

  section.contact .contact-infos .module-cartes {
    display: flex;
  }

  section.contact .contact-infos .module-cartes .contact {
    width: 30%;
    padding: 0 10px;
  }

  section.contact .contact-infos .module-cartes #carte-map {
    width: 60%;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  section.contact .contact-infos .module-cartes {
    flex-direction: column;
  }

  section.contact .contact-infos .module-cartes .contact {
    width: 100%;
    padding: 0px;
  }

  section.contact .contact-infos .module-cartes #carte-map {
    width: 100%;
    margin: 40px auto 0;
    max-width: 95%;
  }
}

@media (max-width: 700px) {
  section.article {
    margin-top: 120px;
  }

  section.contact form label {
    font-size: 1.8rem;
  }

  section.contact form .field {
    margin-bottom: 35px;
  }
}

@media (max-width: 420px) {
  section.contact form input,
  section.contact form textarea {
    padding: 18px 0 18px 14px;
    font-size: 1.8rem;
    width: 95%;
    max-width: 100%;
  }

  section.contact form {
    width: 100%;
    margin: 60px auto 20px;
  }
}

/*------Point de ventes------*/

.header-pdv .image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 34%;
  padding: 80px 5%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0;
}

.header-pdv .text,
.header-pdv h1 {
  color: #fff !important;
  max-width: 794px;
  font-size: 2.8rem;
}

.infoboxcontent {
  text-align: left;
  width: 50%;
  padding: 10px;
  max-width: 211px;
}

@media (max-width: 768px) {
  .infoboxcontent {
    width: 100%;
  }
}

.infoboxcontent p {
  line-height: 1.286;
  font-size: 1.4rem;
  color: #231f20;
}

#fp_googleMap .infoBox img.icone {
  margin-top: 15px;
}

#focalpoint
  #fp_googleMapContainer
  #fp_googleMapSidebar
  .listeCarte
  .fp_listitem
  img,
#focalpoint
  #fp_googleMapContainer
  #fp_locationlist_container
  #fp_locationlist
  .fp_ll_holder
  .fp_listitem
  img {
  width: 106px;
  height: fit-content;
  padding: 10px 10px 10px 0px;
}

.showMore.green-btn {
  margin-bottom: 60px;
}

#fp_locationlist_container {
  width: 90%;
  margin: 0 auto;
}

#focalpoint .nav #carte,
#focalpoint .nav #locationlisttab {
  color: #f9e9c8;
  background-color: #5f7a36;
  background-image: url(../images/icones/list.svg);
  background-repeat: no-repeat;
  border: 2px solid transparent;
}

#focalpoint #fp_googleMapContainer #fp_googleMapSidebar a.masquer span:before {
  content: "<";
  transition: all 250ms ease 0s;
  background-size: contain;
  font-weight: bold;
  width: 18px;
  height: 18px;
  position: absolute;
  left: -41px;
  top: 1px;
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

#focalpoint
  #fp_googleMapContainer
  #fp_googleMapSidebar
  a.masquer
  span.montrer:before {
  top: 1px;
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  content: ">";
}

#focalpoint #fp_googleMapContainer #fp_googleMapSidebar .pagination li a.active,
#focalpoint #fp_googleMapContainer #fp_googleMapSidebar .pagination li a:hover,
#focalpoint #fp_googleMapContainer #fp_googleMapSidebar .pagination li a:focus {
  display: inline-block;
  color: #5f7a36;
}

#focalpoint
  #fp_googleMapContainer
  #fp_googleMapSidebar
  .pagination
  li:nth-last-child(2)
  a,
#focalpoint #fp_googleMapContainer #fp_googleMapSidebar .pagination li a.shown {
  display: inline-block;
}

#focalpoint
  #fp_googleMapContainer
  #fp_googleMapSidebar
  .pagination
  li.points::after {
  padding: 0 1rem;
  content: "...";
}

#focalpoint .nav #carte:focus,
#focalpoint .nav #locationlisttab:focus,
#focalpoint .nav #carte:hover,
#focalpoint .nav #locationlisttab:hover {
  color: #5f7a36;
  background-color: transparent;
  background-image: url(../images/icones/list-green.svg);
}

#focalpoint .input-append label {
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  color: #231f20;
  text-align: left;
  position: absolute;
  top: 0px;
  z-index: 44;
  max-width: 265px;
}

#focalpoint .input-append .input-group {
  position: relative;
}

#focalpoint .tab-content {
  overflow: visible;
}

#focalpoint #fp_googleMapContainer #fp_googleMapSidebar .pagination li a {
  display: none;
  color: #231f20;
  transition: all 0.5s;
  margin: 0 7px;
}

#focalpoint
  #fp_googleMapContainer
  #fp_googleMapSidebar
  .pagination
  li:first-child
  a {
  display: inline-block;
}

#focalpoint
  #fp_googleMapContainer
  #fp_googleMapSidebar
  .pagination
  li:first-child
  a:after {
  content: "<";
  position: relative;
  left: -10px;
}

#focalpoint
  #fp_googleMapContainer
  #fp_googleMapSidebar
  .pagination
  li:last-child
  a {
  display: inline-block;
}

#focalpoint
  #fp_googleMapContainer
  #fp_googleMapSidebar
  .pagination
  li:last-child
  a:after {
  content: ">";
  position: relative;
  left: -10px;
}

@media (max-width: 1200px) {
  .header-pdv .image {
    padding: 40px 5%;
    background-position: 80%;
  }

  .header-pdv .text,
  .header-pdv h1 {
    max-width: 60%;
    margin: 0 auto;
  }

  #fp_main {
    max-width: 95%;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .header-pdv .image {
    background-position: 45%;
  }

  .header-pdv .text,
  .header-pdv h1 {
    max-width: 70%;
  }

  #focalpoint
    #fp_googleMapContainer
    #fp_locationlist_container
    #fp_locationlist
    .fp_ll_holder
    .fp_listitem {
    width: 350px;
    margin: 0 5px 0 0;
  }

  #fp_locationlist_container {
    width: 100%;
  }

  #focalpoint
    #fp_googleMapContainer
    #fp_googleMapSidebar
    .listeCarte
    .fp_listitem
    img,
  #focalpoint
    #fp_googleMapContainer
    #fp_locationlist_container
    #fp_locationlist
    .fp_ll_holder
    .fp_listitem
    img {
    height: 123px;
    width: 106px;
  }
}

@media (max-width: 700px) {
  .point-de-vente div#content {
    position: relative;
    top: 60px;
    margin-bottom: 60px;
  }

  .header-pdv .image {
    margin: 120px 0 40px;
    background-position: 34%;
  }

  .header-pdv .text,
  .header-pdv h1 {
    max-width: 73%;
  }
}

@media (max-width: 414px) {
  .header-pdv .text,
  .header-pdv h1 {
    max-width: 100%;
  }

  .header-pdv .image {
    background-position: 24%;
  }

  #focalpoint .nav #carte,
  #focalpoint .nav #locationlisttab {
    /* width: 100%;
    padding: 11px 17px 11px 8px; */
  }

  #focalpoint .nav {
    padding: 0;
  }
}

/*-----Page dentlerproductsdentler------*/



.dentlerproductsdentler .page-header {
  width: 100%;
  background-repeat: no-repeat;
  /*background-size: contain;
  background-position: bottom;*/
  background-size: 50% auto;
  background-position: bottom 30% right 4%;
}
.dentlerproductsdentler.java-wood .page-header ,
.dentlerproductsdentler.bois-de-java .page-header {
  background-position:bottom 30% right 10%;
  background-size:auto 100% ;
}
@media (max-width: 1500px) {
    .dentlerproductsdentler.java-wood .page-header ,
    .dentlerproductsdentler.bois-de-java .page-header {
      background-size: 50% auto;
      background-position: center right -10%;
    }
}
.dentlerproductsdentler .page-header .content-header {
  /*width: 40%;*/
  width: 50%;
  padding: 50px 50px 100px;
  position: relative;
}

.dentlerproductsdentler .page-header .content-header > div {
	width: 520px;
	max-width: 90%;
	margin-right: auto;
	margin-left: auto;
}

.dentlerproductsdentler .page-header .content-header .text {
  max-width: 578px;
  margin: 0 auto;
  width: 90%;
}

.dentlerproductsdentler .page-header .content-header .round-pic {
  display: flex;
  justify-content: space-between;
  margin: 50px auto 0px;
  max-width: 500px;
}

.dentlerproductsdentler .page-header .content-header .round-pic img {
  height: 130px;
}

section.imagedroite .round-pic {
  display: flex;
  justify-content: space-between;
  margin: 50px auto 0px;
  max-width: 500px;
}

section.imagedroite .round-pic img {
  height: 130px;
}

.dentlerproductsdentler .page-header .content-header .buttons {
  display: flex;
  max-width: 405px;
  margin: 34px auto 0 auto;
	flex-wrap: wrap;
}

.dentlerproductsdentler .page-header .content-header .buttons a {
  margin-top: 18px;
	width: 405px;
	max-width: 100%;
}


.dentlerproductsdentler .page-header .video-btn {
  position: absolute;
  /*top: 35%;
  right: -22%;*/
	top: 30%;
  right: -35%;
}

.dentlerproductsdentler .page-header .video-btn a {
  display: inline-block;
  width: 180px;
  height: 180px;
}

.dentlerproductsdentler .page-header .video-btn:hover a {
  -webkit-animation: pulse 1s;
  animation: pulse 1s;
}

.dentlerproductsdentler .page-header .content-header h1 {
  color: #231f20;
  font-size: 2.1rem;
  margin-bottom: 28px;
  line-height: 1.2;
}

.dentlerproductsdentler .page-header .content-header h1 strong {
  font-size: 2.8rem;
}

/* section 2 */

section#nature {
  display: flex;
  background-color: rgba(63, 97, 10, 0.7);
  color: #f9e9c8;
  font-weight: 300;
  margin-top: 50px;
}

section#nature .text-container {
  width: 100%;
  padding: 60px 0;
}

section#nature .text-container .inner {
  width: 90%;
  margin: 0 auto;
  max-width: 571px;
}

section#nature .text-container h5 {
  margin-top: 30px;
  margin-bottom: 10px;
}

section#nature .image {
  display: block;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

section#nature h3.titre-sauvage {
  color: #5f7a36;
  padding: 2px 39px 23px;
  background-image: url(../images/background.png);
  border-radius: 5px;
  position: relative;
  display: inline-block;
}

section#nature h3.titre-sauvage::after {
  content: "";
  background-image: url(../images/icones/nature.svg);
  position: relative;
  width: 47px;
  height: 47px;
  margin-left: 13px;
  background-size: contain;
  background-repeat: no-repeat;
  top: 14px;
  display: inline-block;
  z-index: 4;
}

section#nature .bois-images {
  display: flex;
  margin: 30px auto;
}

section#nature .bois-images a:hover img {
  -webkit-animation: swing 1s;
  animation: swing 1s;
}

section#nature .bois-images span {
  text-transform: uppercase;
  padding: 30px;
  font-size: 1.6rem;
}

section#nature .bois-images div:first-child {
  text-align: right;
}

section#nature .bois-images div:last-child {
  text-align: left;
}

section#nature .format p {
  font-size: 2.1rem;
  margin: 5px auto;
  font-weight: bold;
  text-transform: uppercase;
}

section#nature a.tableau {
  margin-bottom: 15px;
  display: block;
  color: #f9e9c8;
  text-decoration: underline;
  transition: all 0.5s;
}

section#nature a.tableau:hover {
  color: #231f20;
}

.dentlerproductsdentler .list ul {
  list-style: none;
  display: flex;
  margin: 30px auto 0px;
  flex-direction: row;
}

.dentlerproductsdentler .list li {
  text-align: left;
  padding: 15px 15px 2px 30px;
  text-transform: uppercase;
  text-indent: -12px;
  flex-grow: 1;
  font-weight: 500;
}

.dentlerproductsdentler .list li::before {
  content: "+";
  position: relative;
  left: -5px;
}

section#jambon {
  display: flex;
  background-color: rgba(197, 8, 3, 0.7);
  color: #f9e9c8;
  font-weight: 300;
}

section#jambon .text-container {
  width: 100%;
  padding: 60px 0;
}

section#jambon .text-container .inner {
  width: 90%;
  margin: 0 auto;
  max-width: 571px;
}

section#jambon .text-container h5 {
  margin-top: 30px;
  margin-bottom: 10px;
}

section#jambon .image {
  display: block;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

section#jambon h3.titre-sauvage {
  color: #c84938;
  padding: 11px 53px 22px;
  background-image: url(../images/background.png);
  border-radius: 5px;
  position: relative;
  display: inline-block;
}

section#jambon h3.titre-sauvage::after {
  content: "";
  background-image: url(../images/icones/jambon.svg);
  position: relative;
  width: 53px;
  height: 39px;
  margin-left: 13px;
  background-repeat: no-repeat;
  top: 10px;
  display: inline-block;
  background-size: contain;
  z-index: 4;
}

section#jambon .bois-images {
  display: flex;
  margin: 30px auto;
}

section#jambon .bois-images a:hover img {
  -webkit-animation: swing 1s;
  animation: swing 1s;
}

section#jambon .bois-images span {
  text-transform: uppercase;
  padding: 30px;
  font-size: 1.6rem;
}

section#jambon .bois-images div:first-child {
  text-align: right;
}

section#jambon .bois-images div:last-child {
  text-align: left;
}

section#jambon .format p {
  font-size: 2.1rem;
  margin: 5px auto;
  font-weight: bold;
  text-transform: uppercase;
}

section#jambon a.tableau {
  margin-bottom: 15px;
  display: block;
  color: #f9e9c8;
  text-decoration: underline;
  transition: all 0.5s;
}

section#jambon a.tableau:hover {
  color: #231f20;
}

section.imagedroite {
  display: flex;
  color: #231F20;
  font-weight: 300;
	
}

section.imagedroite .round-pic img {
  height: 130px;
}

section.imagedroite .text-container {
  width: 100%;
  padding: 60px 0;
}

section.imagedroite .text-container.noir {
  background-color: rgba(35, 31, 32, 1);
	color: #F9E9C8;
}

section.imagedroite .text-container.noir .inner {
 max-width: 460px;
}

section.imagedroite .text-container.noir .first-text {
  margin-bottom: 37px;
}

section.imagedroite .text-container.noir .first-text h5 {
  margin-bottom: 0;
}

section.imagedroite .text-container.noir .first-text p {
  margin-top: 0;
}

section.imagedroite .text-container.noir .titre-list {
	font-weight: bold;
	font-size: 18px;
	color: #F9E9C8;
	text-align: center;
	line-height: 28px;
	text-transform: uppercase;
	border-bottom: 2px solid #5F7A36;
	padding-bottom: 9px;
	margin-bottom: 14px;
}

section.imagedroite .text-container.noir .la-list {
	margin-bottom: 37px;
}

section.imagedroite .text-container.noir .la-list ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

section.imagedroite .text-container.noir .la-list ul li {
	width: 49%;
	margin: 0 0 10px 0;
	padding: 0;
	text-align: left;
}

section.imagedroite .text-container.noir .titre-dents {
	font-weight: bold;
	font-size: 18px;
	color: #F9E9C8;
	text-align: center;
	line-height: 28px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

section.imagedroite .text-container.noir .round-pic {
	margin-bottom: 38px;
	display: flex;
	justify-content: space-between;
}

section.imagedroite .text-container.noir .format  {
	font-weight: bold;
}

section.imagedroite .text-container.noir .format p {
	font-weight: normal;
}

section.imagedroite .text-container.noir .last-text p {
	font-size: 14px;
	line-height: 28px;
}

section.imagedroite .text-container.noir .last-text strong {
	font-size: 18px;
}

section.imagedroite .text-container .inner {
  width: 90%;
  margin: 0 auto;
  /*max-width: 571px;*/
    max-width:650px;
}

section.imagedroite .text-container .inner h4 {
	font-weight: bold;
    font-size: 28px;
    color: #C84938;
    margin-bottom: 22px;
}

section.imagedroite .image {
  display: block;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
section.imagedroite + .deuxzonesdeuxcouleurs + .imagedroite .image {
  display: block;
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

section.imagedroite .text-container .inner .div_table {
	border-radius: 15px;
	overflow: hidden;
	border: 1px solid #231F20;
	margin-bottom: 35px;
}

section.imagedroite .text-container .inner .div_table.mobile {
	display: none;
}

@media (max-width: 1023px) {
	section.imagedroite .text-container .inner .div_table.desktop {
		display: none;
	}
	
	section.imagedroite .text-container .inner .div_table.mobile {
		display: block;
	}
}

section.imagedroite .text-container .inner table {
	font-size: 16px;
	color: #231F20;
	text-align: center;
	line-height: 28px;
	width: 100%;
}

section.imagedroite .text-container .inner table tr {
	border: 0px;
}

section.imagedroite .text-container .inner table tr:first-child td,section.imagedroite .text-container .inner table tr:first-child th {
	border-top: 0px;
}

section.imagedroite .text-container .inner table tr:last-child td, section.imagedroite .text-container .inner table tr:last-child th {
	border-bottom: 0px;
}

section.imagedroite .text-container .inner table tr td:first-child, section.imagedroite .text-container .inner table tr th:first-child {
	border-left: 0px;
}

section.imagedroite .text-container .inner table tr td:last-child, section.imagedroite .text-container .inner table tr th:last-child {
	border-right: 0px;
}

section.imagedroite .text-container .inner table td {
	text-align: center;
}

section.imagedroite .text-container .inner table td.gris {
	background: rgba(35,31,32,0.20);
	text-align: left;
}

section.imagedroite .text-container .inner table td.noir, section.imagedroite .text-container .inner table th {
	background: #231F20;
	font-weight: bold;
	font-size: 16px;
	color: #F9E9C8;
	line-height: 28px;
}

section.deuxzonesdeuxcouleurs {
  display: flex;
  color: #F9E9C8;
  font-weight: 300;
}

section.deuxzonesdeuxcouleurs .text-container {
  width: 100%;
  padding: 60px 0;
}

section.deuxzonesdeuxcouleurs .text-container.vert {
  background-color: rgba(63, 97, 10, 0.7);
}

section.deuxzonesdeuxcouleurs .text-container.vert h3.titre-sauvage {
  color: #5f7a36;
  padding: 2px 39px 23px;
  background-image: url(../images/background.png);
  border-radius: 5px;
  position: relative;
  display: inline-block;
}

section.deuxzonesdeuxcouleurs .text-container.vert h3.titre-sauvage::after {
  content: "";
  background-image: url(../images/icones/nature.svg);
  position: relative;
  width: 47px;
  height: 47px;
  margin-left: 13px;
  background-size: contain;
  background-repeat: no-repeat;
  top: 14px;
  display: inline-block;
  z-index: 4;
}

section.deuxzonesdeuxcouleurs .text-container.rouge {
  background-color: rgba(197, 8, 3, 0.7);
}

section.deuxzonesdeuxcouleurs .text-container.rouge h3.titre-sauvage {
  color: #c84938;
  padding: 11px 53px 22px;
  background-image: url(../images/background.png);
  border-radius: 5px;
  position: relative;
  display: inline-block;
}

section.deuxzonesdeuxcouleurs .text-container.rouge h3.titre-sauvage::after {
  content: "";
  background-image: url(../images/icones/jambon.svg);
  position: relative;
  width: 53px;
  height: 39px;
  margin-left: 13px;
  background-repeat: no-repeat;
  top: 10px;
  display: inline-block;
  background-size: contain;
  z-index: 4;
}

section.deuxzonesdeuxcouleurs .text-container .inner {
  width: 90%;
  margin: 0 auto;
  max-width: 571px;
}

section.deuxzonesdeuxcouleurs .bois-images a:hover img {
  -webkit-animation: swing 1s;
  animation: swing 1s;
}

section.deuxzonesdeuxcouleurs .text-container h5 {
  margin-top: 30px;
  margin-bottom: 10px;
}

section.deuxzonesdeuxcouleurs a.tableau {
  margin-bottom: 15px;
  display: block;
  color: #f9e9c8;
  text-decoration: underline;
  transition: all 0.5s;
}

section.deuxzonesdeuxcouleurs a.tableau:hover {
  color: #231f20;
}


.dentlerproductsdentler section#four {
  margin: 82px auto 0 auto;
	padding-bottom: 38px;
 background-repeat: no-repeat;
	background-position: right bottom, left -27% bottom -6px;
	background-size: auto, 37%;
}



.dentlerproductsdentler section#four .flex {
  display: flex;
}

.dentlerproductsdentler section#four .inner {
  padding: 0 90px;
  text-align: left;
}

.dentlerproductsdentler section#four .left {
  background-repeat: no-repeat;
  background-position: left -100% bottom;
  width: 100%;
  background-size: 70%;
	
background-size: 0 0;
}

@media (max-width: 1023px) {
	.dentlerproductsdentler section#four .left {
		background-image: none;
	}
}

.dentlerproductsdentler section#four .left .text p {
  margin-bottom: 30px;
}

.dentlerproductsdentler section#four .left .text {
  width: 75%;
  margin: 0 0 0 auto;
}

.dentlerproductsdentler section#four .right {
  background-repeat: no-repeat;
  background-position: bottom right;
  width: 100%;
	background-size: 0 0;
}

.dentlerproductsdentler section#four .right .text {
  width: 75%;
}

.dentlerproductsdentler section#four h4 {
  font-weight: bold;
  font-size: 28px;
  color: #C84938;
	margin-bottom: 22px;
}

.dentlerproductsdentler section#four p {
  font-size: 18px;
  color: #231F20;
  line-height: 28px;
}

.dentlerproductsdentler section#four h4 strong {
  /*font-size: 2.8rem;*/
}

.dentlerproductsdentler section#four .icones {
  background-repeat: no-repeat;
  display: block;
  background-size: contain;
  width: 60%;
  height: 170px;
  background-position: center;
}

.dentlerproductsdentler section#four .note_bas {
  width: 1300px;
	max-width: 70%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding-top: 35px;
	border-top: 2px solid #5F7A36;
font-size: 14px;
	margin-top: 142px;
}
.dentlerproductsdentler.java-wood .page-header .video-btn,
.dentlerproductsdentler.bois-de-java .page-header .video-btn{
    display: none;
}
@media (max-width: 1500px) {
  .dentlerproductsdentler .page-header .content-header {
    width: 51%;
  }
}

@media (max-width: 1280px) {
  .dentlerproductsdentler .page-header .video-btn {
   /* position: absolute;
    top: 12%;
    right: -27%;*/
  }

  .dentlerproductsdentler section#four {
    flex-direction: column;
  }

  .dentlerproductsdentler section#four .right {
    margin-top: 82px;
  }
}

@media (max-width: 1200px) {
  .dentlerproductsdentler .page-header .video-btn {
    position: static;
    display: block;
    padding: 60px 0;
    text-align: center;
    width: 100%;
    right: 0;
    top: 0;
    margin: 0 auto;
  }

 
  .dentlerproductsdentler .page-header .content-header .text {
    max-width: 100%;
  }

  section#nature, .imagedroite, section.deuxzonesdeuxcouleurs {
    flex-direction: column-reverse;
  }

  section#nature .image, .imagedroite .image, section.deuxzonesdeuxcouleurs .image {
    height: 100vh;
  }

  section#jambon {
    flex-direction: column;
  }

  section#jambon .image {
    height: 100vh;
  }
	
	.dentlerproductsdentler section#four {
		background-image: none !important;
	}
	
	.dentlerproductsdentler section#four .flex {
		flex-wrap: wrap;
	}
	
	.dentlerproductsdentler section#four .left {
		background-size: 70%;
	}
	
	.dentlerproductsdentler section#four .right {
		background-size: inherit;
	}
	
	.dentlerproductsdentler section#four .note_bas {
		max-width: 90%;
	}
}

@media (max-width: 768px) {
   .dentlerproductsdentler .page-header .content-header {
    width: 90%;
    padding: 50px 0 0;
    margin: 0 auto;
  }

  .dentlerproductsdentler .page-header {
    background-size: 115%;
    background-position: 46% 100%;
  }
    .dentlerproductsdentler.java-wood .page-header,
    .dentlerproductsdentler.bois-de-java .page-header {
      background-size: 115%;
    background-position: 46% 100%;
    }
  .dentlerproductsdentler .page-header .content-header {
    padding: 25px 0 0;
  }
  body.java-wood .page-header .content-header,
  body.bois-de-java .page-header .content-header{
        padding-bottom:68vw;
    }
  section#nature .image, .imagedroite .image, section.deuxzonesdeuxcouleurs .image {
    height: 50vh;
  }

  section#nature .image, .imagedroite .image, section.deuxzonesdeuxcouleurs .image {
    height: 50vh;
    background-position: top;
  }

  .dentlerproductsdentler section#four .inner {
    padding: 0px;
    max-width: 95%;
    margin: 0 auto;
  }

  .dentlerproductsdentler section#four .left .text {
    width: 63%;
  }

  .dentlerproductsdentler section#four .right .text {
    width: 63%;
  }

  .dentlerproductsdentler section#four {
    margin: 40px auto;
  }
}

@media (max-width: 700px) {
  .dentlerproductsdentler div#content {
    margin-top: 120px;
  }
   section.deuxzonesdeuxcouleurs .text-container.rouge h3.titre-sauvage,
    section.deuxzonesdeuxcouleurs .text-container.vert h3.titre-sauvage {
        padding:23px 9px 23px;
          display: flex;
      justify-content: center;
      flex-direction: column;
      text-align: center;
    }
   section.deuxzonesdeuxcouleurs .text-container.rouge h3.titre-sauvage::after,
    section.deuxzonesdeuxcouleurs .text-container.vert h3.titre-sauvage::after{
    
    margin: 0 auto;
    }
  .dentlerproductsdentler .page-header .content-header {
    padding: 0;
  }

  .dentlerproductsdentler .page-header .video-btn {
    padding: 50px 0 170px;
    width: 90%;
    max-width: 100%;
  }

  section#nature h3.titre-sauvage {
    padding: 6px 60px 24px;
  }

  .dentlerproductsdentler .video-btn img {
    width: 120px;
    height: 120px;
  }

  section#nature h3.titre-sauvage::after {
    width: 37px;
    height: 37px;
    margin-left: 5px;
  }

  section#jambon h3.titre-sauvage::after {
    width: 44px;
    height: 33px;
    margin-left: 5px;
  }

  .dentlerproductsdentler .page-header .content-header .round-pic {
    align-items: center;
    flex-direction: column;
  }

  .dentlerproductsdentler .page-header .content-header .round-pic img {
    padding: 20px 0;
  }
	
  section.imagedroite .round-pic {
    align-items: center;
    flex-direction: column;
  }

  section.imagedroite .round-pic img {
    padding: 20px 0;
  }

  .dentlerproductsdentler .page-header .content-header .buttons {
    flex-direction: column;
  }

  .dentlerproductsdentler .list ul {
    padding: 0px;
    flex-direction: column;
    align-items: center;
    margin: 10px auto 0px;
  }

  section#nature .bois-images,
  section#jambon .bois-images {
    flex-direction: column;
  }

  section#nature .bois-images div,
  section#jambon .bois-images div {
    text-align: center !important;
  }

  section#nature .bois-images span {
    display: block;
  }

  section#jambon .bois-images span {
    display: block;
  }

  section#nature .format p,
  section#jambon .format p {
    max-width: 275px;
  }

  .dentlerproductsdentler .list li {
    font-weight: 500;
  }
}

@media (max-width: 414px) {
  .dentlerproductsdentler section#four .icones {
    background-size: contain;
  }

  .round-pic img {
    height: 130px;
  }

  .dentlerproductsdentler .page-header .content-header .buttons a.red-btn {
    margin: 25px auto 0px;
  }

  .dentlerproductsdentler:not(.bois-de-java):not(.java-wood) .page-header {
    background-size: 206%;
    background-position: 76% 100%;
  }

  section#nature {
    margin-top: 20px;
  }

  section#nature h3.titre-sauvage {
    padding: 4px 0px 24px;
    width: 100%;
    display: block;
  }

  section#nature .text-container {
    padding: 0px 0 40px;
  }

  section#jambon h3.titre-sauvage {
    padding: 7px 0px 19px;
    width: 100%;
    display: block;
  }

  section#jambon .text-container {
    padding: 0 0 40px;
  }

  .dentlerproductsdentler section#four .left {
    background-image: none !important;
  }

  .dentlerproductsdentler section#four .left .text {
    width: 100%;
  }

  .dentlerproductsdentler section#four .right {
    background-image: none !important;
    margin-top: 0px;
  }

  .dentlerproductsdentler section#four .right .text {
    width: 100%;
  }
}

.Safari.home section#infolettre input#mc-embedded-subscribe {
  margin-top: -3px;
}

@media (max-width: 630px) {
  .home section#two .list ul {
    max-height: 300px;
  }

  .home section#two .list li {
    width: 50%;
    box-sizing: border-box;
  }
}

@media (max-width: 420px) {
  .home section#two .list ul {
    max-height: 500px;
  }

  .home section#two .list li {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  #focalpoint .nav.nav-tabs {
    padding-left: 0 !important;
    margin-left: 0 !important;
    padding-right: 0 !important;
    margin-right: 0 !important;
    width: 100%;
  }

  #tab-container .row-fluid #fp_searchAddress {
    box-sizing: border-box;
    width: 100%;
    font-size: 1.6rem;
    color: #5f7a36;
    background-color: transparent;
    outline: none;
    border: 2px solid #5f7a36;
    border-radius: 100px;
    text-overflow: ellipsis;
    padding: 10px 25px 11px 15px;
    position: relative;
  }

  #focalpoint .nav {
    text-align: left;
  }

  #fp_searchAddressBtn {
    top: 3px !important;
    right: 4px;
  }

  #tab-container .input-append label {
    display: block;
    font-size: 1.8rem;
    font-weight: bold;
    color: #231f20;
    text-align: left;
    position: inherit;
    top: inherit;
    z-index: 44;
    padding-bottom: 10px;
    max-width: 285px;
  }

  #tab-container .input-append {
    margin-bottom: 0;
    display: inline-block;
  }
}

@media (max-width: 385px) {
  #locationlisttab {
    padding-right: 5px;
    text-align: right;
  }

  #focalpoint .nav.nav-tabs {
    padding-left: 0 !important;
    margin-left: 0 !important;
    padding-right: 0 !important;
    margin-right: 0 !important;
    width: 100%;
  }

  #focalpoint .btn {
    margin-top: 0px !important;
  }
}

body.home .bandeauPDV{
    display: block;
    width:100%; 
    background:#f00; 
    color:#f9e9c8; 
    padding:10px 0; 
    text-align: center;
    transition:all 250ms ease 0s;
}
body.home .bandeauPDV:hover{
    background:#d00; 
    color:#f9e9c8; 
}

body:not(.home) .bandeauPDV{
    display:none;
}


.btn.lien{
    margin-top:10px;
    background-color: #5F7A36;
    padding: 6px 7px 3px 7px;
    background-repeat: no-repeat;
    text-align: center;
    display: block;
    border-radius: 100px;
    color: #F9E9C8;
    width: 109px;
    transition: all 0.5s;
    border: 2px solid transparent;
    font-weight: bold;
    background-position: left 10px center;
    transition:all 250ms ease 0s;
}
.btn.lien:hover{
    background-color: transparent;
    
    border: 2px solid #5f7a36;
    color: #5f7a36;
}

.btn.lien.bleu{
    background-color:#6b60e2;
}
.btn.lien.bleu:hover{
    background-color: transparent;
     border: 2px solid #6b60e2;
     color:#6b60e2;
}
#fp_googleMap .infoBox .infoboxcontent a.btn.lien{

    padding-left: 10px;
    background-position: center left 10px;
    display: inline-block;
    max-width: 118px;
}