*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}
html {
  font-size: 2.5vw;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body {
  color: #3a3828;
  font-weight: 400;
  font-family: 'Libre Baskerville', serif;
  font-size: 1.6rem;
  line-height: 1.4;
}
.img-r {
  display: block;
  height: auto;
  max-width: 100%;
}
.title1 {
  font-size: 3.5rem;
  font-weight: bold;
}
.title2 {
  font-size: 2.8rem;
  font-weight: bold;
}
.title3 {
  font-size: 2.2rem;
  font-weight: bold;
}

.btn {
  display: inline-block;
  background: #dec700;
  color: #3a3828;
  font-family: 'Oswald';
  font-size: 1.6rem;
  padding: 1rem 2rem;
  border: 0.1rem solid #dec700;
  text-transform: uppercase;
  text-decoration: none;
}

.box {
  margin-top: 5rem;
}
.box-inner {
  height: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.box-title {
  margin-top: 3rem;
}
.box-content {
  padding-bottom: 2rem;
}
.box-content p {
  margin-top: 1.5rem;
}
.box-content strong {
  font-weight: bold;
}
.box-inner .btn {
  margin-top: auto;
}

.page-heading {
  background: #dec700;
  padding: 15px;
}

.page-heading h1 {
  font-weight: bold;
}
.page-heading .page-heading-desc {
  font-size: 1.4rem;
}

/****************/
.under-construction {
  background: rgba(58, 56, 40, 0.2);
  display: none;
  font-size: 1.1rem;
  padding: 0.3rem 0.5rem;
  text-align: center;
}
.header-main {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  justify-content: space-between;
  padding: 1rem;
}
.header-icon {
  color: #3a3828;
  font-size: 2.4rem;
  padding: 0 0.7rem;
  margin: 0 0 0 0.8rem;
  text-decoration: none;
}

.header-logo img {
  display: block;
  height: auto;
  width: 9rem;
}

.open-menu {
  background: none;
  border: 0;
  margin-right: 1.5rem;
}
.close-menu {
  color: #3a3828;
  font-size: 1.8rem;
  background: none;
  padding: 0;
  margin: 0;
  border: 0;
}
.open-menu i,
.close-menu i {
  pointer-events: none;
}

.mainmenu-overlay {
  background: rgba(0, 0, 0, 0.4);
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  position: fixed;
  pointer-events: none;
  z-index: 5;
  transition: opacity 0.3s ease 0s;
}
.mainmenu.open .mainmenu-overlay {
  opacity: 1;
  pointer-events: auto;
}
.mainmenu-ctn {
  background: #fff;
  bottom: 0;
  top: 0;
  left: -105%;
  width: 90%;
  padding: 1rem 1.5rem;
  position: fixed;
  z-index: 6;
  transition: left 0.3s ease 0s;
}
.mainmenu.open .mainmenu-ctn {
  left: 0;
}

.mainmenu img {
  display: block;
  width: 9rem;
  height: auto;
}
.mainmenu ul {
  border-top: 1px solid rgba(0, 0, 0, 0.4);
  padding: 1.5rem 2rem;
  margin: 1rem -1.5rem 0 -1.5rem;
}
.mainmenu a {
  color: #3a3828;
  display: block;
  font-size: 1.8rem;
  padding: 1rem 0;
  position: relative;
  font-family: 'Oswald';
  text-transform: uppercase;
  text-decoration: none;
  transition: color 0.3s ease 0s;
}
.mainmenu a:after {
  content: '\ea3c';
  font-family: 'icomoon';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.mainmenu a.active,
.mainmenu a:hover {
  color: #dec700;
}

/********* SLIDER *******/
.slide {
  position: relative;
}
.slide img {
  width: 100%;
}
.slide::before {
  background: rgba(0, 0, 0, 0.3);
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.slide-content {
  padding: 1.5rem;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  text-align: center;
}
.slide-title {
  font-size: 4rem;
  color: #fff;
}
.slide-desc {
  color: #fff;
  font-family: 'Oswald';
  font-size: 1.5rem;
  text-transform: uppercase;
}
.slide-btn {
  margin-top: 2rem;
}

/********* SEO *******/
.seo {
  background: #dec700;
  margin-bottom: 70px;
  padding: 3.5rem 1.5rem 8rem 1.5rem;
  position: relative;
  text-align: center;
}
.seo-desc {
  margin-top: 10px;
}
.seo-img {
  background: #dec700;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  bottom: -6.5rem;
  position: absolute;
  width: 13rem;
  height: 13rem;
  padding: 0.5rem;
  text-align: center;
  border-radius: 50%;
  border: 0.5rem solid #fff;
}
.seo-img img {
  width: 100%;
  height: auto;
}

.footer-main {
  background: #3a3828;
  color: #fff;
  font-size: 1.1rem;
  font-style: italic;
  margin-top: 5rem;
  padding: 0.5rem 1rem;
  text-align: center;
}

/* Produits */
.product-ctn {
  border: 1px solid #3a3828;
  margin-top: 3rem;
}
.product-packing {
  display: block;
  font-style: italic;
  font-size: 1.3rem;
  margin: -0.3rem 0 0 0;
}
.product-content {
  font-size: 1.4rem;
  padding: 1.5rem 3rem;
}
.product-content strong {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 1.5rem 0 0.5rem 0;
}
.product-content ul {
  padding-left: 1.5rem;
}

.product-content li {
  list-style-type: disc;
}

.product-prices {
  display: flex;
  justify-content: space-between;
  padding: 1.5rem 3rem;
}
.product-prices .price {
  font-size: 2.6rem;
  font-weight: bold;
}
@media (min-width: 360px) {
  .mainmenu img {
    width: 11rem;
  }
  .header-logo img {
    width: 11rem;
  }
  .header-link {
    font-size: 1.4rem;
    padding: 0.4rem 1rem;
  }
}

@media (min-width: 480px) {
  html {
    font-size: 1.4vw;
  }
  .header-link {
    margin-right: 2rem;
  }
  .mainmenu-ctn {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .header-main {
    padding: 1rem 1.5rem;
  }
  .btn {
    padding: 1rem 2rem;
  }
  .slide-content {
    padding: 1.5rem 5rem;
  }
  .slide-title {
    font-size: 6rem;
    color: #fff;
  }
  .slide-desc {
    color: #fff;
    font-family: 'Oswald';
    font-size: 2.5rem;
    margin-top: -1rem;
    text-transform: uppercase;
  }
  .slide-btn {
    margin-top: 4rem;
  }
  .seo-desc {
    margin-top: 10px;
    padding: 0 15%;
  }
}

@media (min-width: 991px) {
  html {
    font-size: 1vw;
  }
  .open-menu {
    display: none;
  }
  .mainmenu {
    display: block;
  }
  .mainmenu-ctn {
    position: static;
    width: auto;
  }
  .mainmenu-header {
    display: none;
  }
  .mainmenu-overlay {
    display: none;
  }
  .mainmenu ul {
    border: 0;
    padding: 0;
    margin: 0;
    display: flex;
  }
  .mainmenu a {
    padding: 1rem 2.5rem;
  }
  .mainmenu a:after {
    display: none;
  }

  .page-heading {
    padding: 4rem 1.5rem;
  }

  .product-prices {
    display: block;
    flex-grow: 0;
    padding: 1.5rem 3rem 1.5rem 1.5rem;
  }
  .product-prices .btn {
    white-space: nowrap;
    margin-top: 2rem;
  }
}

@media (min-width: 1200px) {
  html {
    font-size: 0.7vw;
  }
  .slide-title {
    font-size: 8rem;
    color: #fff;
  }
}

@media (min-width: 1400px) {
  html {
    font-size: 62.5%;
  }
  .slide-title {
    font-size: 10rem;
    color: #fff;
  }
}
