/* Variables */
/* End Variables */
/* 
 ***
 *
 * Generale Stylesheet
 *
 *****/
body, html {
  margin: 0;
  padding: 0;
  color: #000000;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  font-family: "neue-haas-grotesk-display", sans-serif;
  background-color: #ffffff;
}

* {
  box-sizing: border-box;
  outline: 0;
}

a {
  color: #b2b2b2;
  text-decoration: none;
}

a:hover {
  color: #000;
  font-family: "neue-haas-grotesk-display", sans-serif;
}

.a {
  display: block;
  width: 100%;
  height: 100%;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: #000000;
  font-family: "neue-haas-grotesk-display", sans-serif;
}

h2, .h2 {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 1px;
}

.woocommerce-message {
  border-top-color: #000;
}
.woocommerce-message:before {
  color: #000;
}

.woocommerce a.button.alt {
  background-color: #000;
  color: #fff;
  border: 1px solid #ccc;
  transition: all 0.25s;
  border-radius: 0;
  font-size: 16px;
  text-transform: uppercase;
  display: inline-block;
  padding: 15px;
  width: 100%;
  max-width: 305px;
}
.woocommerce a.button.alt:hover {
  background-color: #000;
  color: #fff;
}

.woocommerce button.button.alt {
  background-color: #ccc;
  color: #000;
  border: 1px solid #ccc;
  transition: all 0.25s;
}
.woocommerce button.button.alt:hover {
  background-color: #ebe9eb;
  color: #000;
}

.btn-checkout-page {
  width: 100%;
  padding: 10px;
  text-align: center;
  background-color: #000;
  color: #fff;
  margin: 10px auto;
  display: block;
  font-weight: 500;
  transition: all 0.25s;
  text-transform: uppercase;
  white-space: nowrap;
}
.btn-checkout-page:hover {
  opacity: 0.8;
  color: #fff;
}

.select2-container--default .select2-selection--single {
  border-radius: 2px;
  height: 51.08px;
  padding: 3px 0;
}

.woocommerce form .form-row input.input-text {
  line-height: 22px;
  font-size: 14px;
  letter-spacing: 1px;
}
.woocommerce form .form-row textarea {
  line-height: 22px;
  font-size: 14px;
  letter-spacing: 1px;
}

/* 
 ***
 *
 * Generale Classes
 *
 *****/
.max-width {
  max-width: 1180px;
  width: 100%;
  margin: auto;
}

.wrap {
  position: relative;
  width: 100%;
  height: 100%;
}

.d-flex {
  display: flex;
}

.f-wrap {
  flex-wrap: wrap;
}

.jc-space-b {
  justify-content: space-between;
}

.jc-center {
  justify-content: center;
}

.align-center {
  align-items: center;
}

.ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.text-center {
  text-align: center;
}

.overhidden {
  overflow: hidden;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
  margin-bottom: 0;
}

.galleryImg a {
  margin: 0px !important;
}

.lienVersProduct {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.woocommerce button.button.loading::after {
  content: "";
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  top: calc(50% - 16px);
  bottom: 1px;
  right: -4px;
  animation: loading 2s linear infinite;
  animation-timing-function: steps(8, end);
  font-family: WooCommerce;
  margin-left: 0;
  vertical-align: bottom;
  background-size: contain;
  background-image: url("../img/loading.png");
}

@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* 
 ***
 *
 * Header Menu
 *
 *****/
@media screen and (min-width: 768px) {
  .fixed.hideMenu .header {
    transform: translateY(-100%);
  }
  .fixed .header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    transform: translateY(0%);
    z-index: 1024;
    border-bottom: 1px solid #eee;
  }
  .fixed .sections {
    margin-top: 155px;
  }
}
.header {
  letter-spacing: 1px;
  background-color: #fff;
  padding: 63px 116px;
  color: #3a393a;
  transition: transform 1s;
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 1024;
}
.header .max {
  max-width: 1680px;
  margin: auto;
}
.header .headerbar .sitename {
  font-size: 25px;
  padding: 0 55px 3px 0;
  margin-top: -3px;
}
.header .headerbar .sitename a {
  color: #3a393a;
}
.header .headerbar .sitename a img {
  width: 102px;
}
.header .headerbar .navmenu {
  width: 100%;
  max-width: 530px;
}
.header .headerbar .navmenu a {
  font-size: 16px;
  color: #3a393a;
  transition: all 0.25s;
}
.header .headerbar .navmenu a:hover {
  color: #b2b2b2;
}
.header .headerbar .wpml-ls-sidebars-language-sidebar {
  margin-right: 40px;
  padding: 0;
}
.header .headerbar .wpml-ls-sidebars-language-sidebar ul {
  padding: 0;
  line-height: 21px;
}
.header .headerbar .wpml-ls-sidebars-language-sidebar ul li a {
  padding: 0;
  line-height: inherit;
}
.header .headerbar .menu > ul > li {
  display: inline-block;
  vertical-align: top;
  margin-right: 40px;
  /* &.current-menu-item{
  	> a{
  		color: #b2b2b2;
  	}
  } */
}
.header .headerbar .menu > ul > li a {
  display: inline-block;
}
.header .headerbar .menu > ul > li.on ul {
  padding-top: 20px;
  max-height: 500px;
  opacity: 1;
}
.header .headerbar .menu > ul > li ul {
  padding: 0;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.35s;
  margin: 0;
  list-style-type: none;
}
.header .headerbar .menu > ul > li ul:hover {
  max-height: 500px;
  opacity: 1;
}
.header .headerbar .menu > ul > li ul li {
  /* &.current-menu-item{
  	a{
  		color: $primary-color;
  	}
  } */
  display: block;
}

/* 
 ***
 *
 * Body sections
 *
 *****/
.sections {
  transition: all 1s;
  margin: 0;
  margin-top: 155px;
}
.sections.panier, .sections.images-bank {
  background-color: #f1f2f2;
}
.sections.panier {
  font-size: 16px;
  letter-spacing: 1px;
}
.sections.panier .woocommerce table.shop_table th, .sections.panier strong, .sections.panier .woocommerce a.button.alt {
  font-weight: 500;
}
.sections .banner {
  height: calc(100vh - 158px);
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.sections .banner h1 {
  font-size: 142px;
  color: #fff;
  letter-spacing: 1px;
  line-height: 146px;
  margin: 0;
  text-shadow: 0 0 25px #000;
}
.sections .banner h1 img {
  max-width: calc(100% - 60px);
  display: block;
  margin: auto;
}
.sections .banner p {
  color: #fff;
  letter-spacing: 2px;
}
.sections .banner .arrow {
  position: absolute;
  bottom: 40px;
  animation: bounce 2s infinite;
}
@media screen and (max-width: 767px) {
  .sections .banner .arrow {
    bottom: 10px;
  }
}
.sections .banner .arrow a {
  font-size: 50px;
  color: #fff;
  text-shadow: 0 0 15px #000;
}
@media screen and (max-width: 767px) {
  .sections .banner .arrow a {
    font-size: 30px;
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.sections.commande {
  background-color: #f2f2f2;
}
.sections .woocommerce-checkout .col2-set .col-1, .sections .woocommerce-checkout .col2-set .col-2 {
  float: none;
  width: 100%;
}
.sections .introduction {
  padding: 40px 0;
  padding-bottom: 82px;
  padding-left: calc(50% - 615px);
  padding-right: calc(50% - 615px);
}
.sections .introduction .h2 {
  margin: 0;
  margin-top: 20px;
  margin-bottom: 30px;
  padding-right: 30px;
  line-height: 45px;
  font-size: 38px;
  letter-spacing: 1px;
}
.sections .introduction .p {
  font-size: 18px;
  line-height: 29px;
  letter-spacing: 1px;
}
.sections .introduction .columns {
  width: calc(100% - 30px);
  margin: auto;
}
.sections .introduction .columns .col {
  width: calc(50% - 60px);
}
.sections .introduction .columns .col img {
  max-width: 100%;
}
.sections .introduction .columns .col.img {
  background-size: cover;
  background-position: center;
}
.sections .NoData {
  max-width: 500px;
  margin: auto;
  text-align: center;
  padding: 15px;
  background-color: #eee;
  margin-bottom: 30px;
  border-radius: 2px;
  font-weight: bold;
  color: #d66262;
}
.sections .gallery-products {
  padding: 65px 0 0 0;
  padding-left: calc(50% - 515px);
  padding-right: calc(50% - 515px);
  background-color: #f1f2f2;
}
.sections .gallery-products .kt-pagination {
  margin: 0;
  padding: 30px 0;
  text-align: center;
}
.sections .gallery-products .kt-pagination .arrow {
  font-size: 24px;
}
.sections .gallery-products .kt-pagination .current {
  position: relative;
}
.sections .gallery-products .kt-pagination .current:after {
  content: "";
  border: 8px solid transparent;
  border-top-color: #333;
  border-bottom-width: 4px;
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translate(-50%);
}
.sections .gallery-products .kt-pagination > a, .sections .gallery-products .kt-pagination > span {
  margin: 0 10px;
}
.sections .gallery-products .columns {
  width: calc(100% - 30px);
  margin: auto;
}
.sections .gallery-products .columns .col {
  display: flex;
  width: calc(33.33% - 20px);
  margin-bottom: 30px;
}
.sections .gallery-products .columns .col.col-2 {
  width: calc(66.66% - 7.5px);
}
.sections .gallery-products .columns .col.col-3 {
  width: 100%;
}
.sections .gallery-products .columns .col.top {
  align-items: flex-start;
}
.sections .gallery-products .columns .col.middle {
  align-items: center;
}
.sections .gallery-products .columns .col.bottom {
  align-items: flex-end;
}
.sections .gallery-products .columns .col img {
  max-width: 100%;
  display: block;
}
.sections .gallery-products .columns .col .item {
  transition: all 0.25s;
  position: relative;
  top: 0;
}
.sections .gallery-products .columns .col .item:hover {
  opacity: 0.8;
}
.sections .gallery-products .columns .col .item span {
  display: block;
  padding: 15px 0;
  text-align: center;
}
.sections .gallery-products .columns .col .item span a {
  font-weight: bold;
  font-size: 18px;
  color: #000;
  font-weight: 500;
  letter-spacing: 1px;
}
.sections .gallery-products.single-product-gallery {
  margin: 0 -10px;
}
.sections .gallery-products.single-product-gallery .columns .col {
  margin-left: 10px;
  margin-right: 10px;
}
.sections .gallery-products.single-product-gallery .columns .col.col-2 {
  width: calc(66.66% - 20px);
}
.sections .gallery-products.single-product-gallery .columns .col .item:hover {
  opacity: 1;
}

/* 
 ***
 *
 * Footer sections
 *
 *****/
.footer {
  background-color: #fff;
  padding: 0 116px;
  padding-top: 35px;
  color: #4e4e4e;
  letter-spacing: 1px;
}
.footer .max {
  max-width: 1680px;
  margin: auto;
}
.footer .columns .col .h3 {
  color: #181818;
  font-size: 16px;
}
.footer .columns .col a {
  color: #181818;
  font-size: 16px;
  transition: all 0.25s;
}
.footer .columns .col a:hover {
  color: #cccaca;
}
.footer .bottom-footer {
  padding-top: 105px;
  padding-bottom: 15px;
  color: #9b9c9c;
  font-size: 14px;
}
.footer .bottom-footer .columns .col a {
  color: #808080;
  font-size: 14px;
}
.footer .bottom-footer .columns .col a:hover {
  color: #cccaca;
  text-decoration: underline;
}

/* 
 ****
 *
 *
 * Produit Page
 *
 *
 *******/
.produit-page {
  background-color: #f1f2f2;
}
.produit-page > div.wrapper {
  max-width: 840px;
  margin: auto;
  width: calc(100% - 15px);
  padding-top: 40px;
}
.produit-page > div.wrapper .detail-product > .columns > .col {
  width: calc(50% - 20px);
}
.produit-page > div.wrapper .detail-product > .columns > .col:first-child {
  text-align: right;
}
.produit-page > div.wrapper .detail-product > .columns > .col .imgproduct {
  display: inline-block;
}
.produit-page > div.wrapper .detail-product > .columns > .col .imgproduct .img {
  position: relative;
  cursor: pointer;
}
.produit-page > div.wrapper .detail-product > .columns > .col .imgproduct .img:before {
  content: "+";
  position: absolute;
  left: 0;
  top: 0;
  height: 35px;
  width: 35px;
  text-align: center;
  line-height: 35px;
  color: #fff;
  background-color: #3e3d40;
  font-weight: bold;
  font-size: 35px;
  cursor: pointer;
  opacity: 0;
  transition: all 0.25s;
  display: none;
}
.produit-page > div.wrapper .detail-product > .columns > .col .imgproduct .img img {
  display: block;
  max-width: auto;
  margin-right: 0;
  max-width: 100%;
}
.produit-page > div.wrapper .detail-product > .columns > .col .imgproduct .img:hover:before {
  opacity: 1;
}
.produit-page > div.wrapper .detail-product > .columns > .col .imgproduct a {
  text-align: center;
  display: block;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: bold;
  color: #000000;
  margin-top: 25px;
  margin-bottom: 40px;
  font-weight: 600;
  text-transform: uppercase;
}
.produit-page > div.wrapper .detail-product > .columns > .col h1, .produit-page > div.wrapper .detail-product > .columns > .col .h1 {
  font-size: 30px;
  margin-bottom: 3px;
  font-weight: 500;
  letter-spacing: 1px;
}
.produit-page > div.wrapper .detail-product > .columns > .col .subtitle {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;
}
.produit-page > div.wrapper .detail-product > .columns > .col ._price {
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 40px;
  letter-spacing: 1px;
}
.produit-page > div.wrapper .detail-product > .columns > .col ._price .woocommerce-Price-currencySymbol {
  font-size: 90%;
}
.produit-page > div.wrapper .detail-product > .columns > .col ._price b {
  display: block;
  font-size: 55%;
  margin-top: 0;
  font-weight: 500;
  color: #a5a5a5;
  text-transform: none;
  line-height: initial;
}
.produit-page > div.wrapper .detail-product > .columns > .col .p {
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 40px;
  line-height: 22px;
}
.produit-page > div.wrapper .detail-product > .columns > .col .couleur-materiel {
  text-align: center;
  margin-top: 40px;
}
.produit-page > div.wrapper .detail-product > .columns > .col .couleur-materiel .label-colors {
  font-size: 12px;
  letter-spacing: 1px;
}
.produit-page > div.wrapper .detail-product > .columns > .col .couleur-materiel .item-colors .item {
  display: inline-block;
  margin: 20px 20px 10px 20px;
  vertical-align: top;
}
.produit-page > div.wrapper .detail-product > .columns > .col .couleur-materiel .item-colors .item .img {
  width: 85px;
  height: 100px;
  background-size: cover;
  background-position: center;
  display: block;
  cursor: pointer;
}
.produit-page > div.wrapper .detail-product > .columns > .col .couleur-materiel .item-colors .item .label {
  font-size: 15px;
  text-align: center;
  font-weight: 500;
  cursor: pointer;
  opacity: 0;
  transition: all 0.25s;
}
.produit-page > div.wrapper .detail-product > .columns > .col .couleur-materiel .item-colors .item [type=radio] {
  position: absolute;
  opacity: 0;
  left: -3000px;
}
.produit-page > div.wrapper .detail-product > .columns > .col .couleur-materiel .item-colors .item [type=radio]:checked + .img {
  /* outline: 2px solid #ccc;
  border: 2px solid white; */
}
.produit-page > div.wrapper .detail-product > .columns > .col .couleur-materiel .item-colors .item [type=radio]:checked + .img + .label {
  opacity: 1;
}
.produit-page > div.wrapper .detail-product > .columns > .col .couleur-materiel .reset_variations_couleur {
  display: inline-block;
  margin-bottom: 15px;
}
.produit-page > div.wrapper .detail-product > .columns > .col .input-text.qty {
  width: 100%;
  height: 44px;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-bottom: 15px;
  padding: 10px;
}
.produit-page > div.wrapper .detail-product > .columns > .col .add-to-cart, .produit-page > div.wrapper .detail-product > .columns > .col .single_add_to_cart_button {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 12px;
  text-align: center;
  padding: 15px;
  font-weight: 500;
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
  transition: all 0.25s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  opacity: 1;
  border-radius: 0;
  letter-spacing: 1px;
  font-family: "neue-haas-grotesk-display", sans-serif;
  /* &:hover{
  	background-color: #fff;
  	color: #000;
  } */
}
.produit-page > div.wrapper .detail-product > .columns > .col .availability {
  display: block;
  text-align: center;
  font-size: 12px;
  padding: 5px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.produit-page > div.wrapper .detail-product > .columns > .col .tabs.details {
  margin-top: 15px;
  font-size: 16px;
  letter-spacing: 1px;
}
.produit-page > div.wrapper .detail-product > .columns > .col .tabs.details .item {
  border-bottom: 1px solid #000;
}
.produit-page > div.wrapper .detail-product > .columns > .col .tabs.details .item .headItem {
  padding: 10px 0;
  cursor: pointer;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 500;
}
.produit-page > div.wrapper .detail-product > .columns > .col .tabs.details .item .bodyItem {
  font-size: 16px;
  display: none;
  padding-left: 3px;
}
.produit-page > div.wrapper .detail-product > .columns > .col .tabs.details .item .bodyItem p {
  margin-top: 0;
  font-size: 12px;
  letter-spacing: 1px;
}
.produit-page > div.wrapper .detail-product > .columns > .col .tabs.details .item .bodyItem p a {
  color: #000;
  text-decoration: underline;
}
.produit-page > div.wrapper .detail-product > .columns > .col .tabs.details .item .bodyItem p strong, .produit-page > div.wrapper .detail-product > .columns > .col .tabs.details .item .bodyItem p b {
  font-weight: 600;
}
.produit-page > div.wrapper .detail-product > .columns > .col .tabs.details .item .arrow {
  transition: all 0.25s;
  transform: none;
}
.produit-page > div.wrapper .detail-product > .columns > .col .tabs.details .item.on .arrow {
  transform: rotate(90deg);
  display: inline-block;
}
.produit-page > div.wrapper .detail-product > .columns > .col .sharebtns {
  padding-top: 15px;
  margin-bottom: 40px;
}
.produit-page > div.wrapper .detail-product > .columns > .col .sharebtns .sharebtnpopup {
  font-weight: 600;
  color: #000000;
  cursor: pointer;
  transition: all 0.25s;
  position: relative;
  font-size: 12px;
  letter-spacing: 1px;
}
.produit-page > div.wrapper .detail-product > .columns > .col .sharebtns .sharebtnpopup:hover .infobull {
  visibility: visible;
  transform: translate(-50%, 0px);
  opacity: 1;
}
.produit-page > div.wrapper .detail-product > .columns > .col .sharebtns .sharebtnpopup .infobull {
  position: absolute;
  left: 50%;
  top: 100%;
  padding-top: 20px;
  display: block;
  visibility: hidden;
  transform: translate(-50%, -20px);
  opacity: 0;
  transition: all 0.25s;
  z-index: 100;
}
.produit-page > div.wrapper .detail-product > .columns > .col .sharebtns .sharebtnpopup .infobull .wrap-info {
  position: relative;
  padding: 5px 10px;
  border-radius: 4px;
  display: block;
  background-color: #fff;
  box-shadow: 0 0 10px #ccc;
}
.produit-page > div.wrapper .detail-product > .columns > .col .sharebtns .sharebtnpopup .infobull .wrap-info:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 10px solid transparent;
  border-bottom-color: #fff;
}
.produit-page > div.wrapper .detail-product > .columns > .col .sharebtns .sharebtnpopup .infobull .wrap-info ul {
  padding: 0;
  margin: 0;
  letter-spacing: normal;
  white-space: nowrap;
  display: flex;
  align-items: center;
}
.produit-page > div.wrapper .detail-product > .columns > .col .sharebtns .sharebtnpopup .infobull .wrap-info ul li {
  margin: 0 6px;
  display: inline-block;
}
.produit-page > div.wrapper .detail-product > .columns > .col .sharebtns .sharebtnpopup .infobull .wrap-info ul li a {
  display: block;
}
.produit-page > div.wrapper .detail-product > .columns > .col .sharebtns .sharebtnpopup .infobull .wrap-info ul li a:hover {
  opacity: 0.8;
}
.produit-page > div.wrapper .detail-product > .columns > .col .sharebtns .sharebtnpopup .infobull .wrap-info ul li a img {
  display: block;
  width: 35px;
}
.produit-page > div.wrapper .detail-product > .columns > .col .sharebtns .sharebtnpopup .infobull .wrap-info .fa-facebook {
  color: #000;
}
.produit-page > div.wrapper .detail-product > .columns > .col .sharebtns .sharebtnpopup .infobull .wrap-info .fa-twitter {
  color: #000;
}
.produit-page > div.wrapper .detail-product > .columns > .col .sharebtns .sharebtnpopup .infobull .wrap-info .fa-linkedin {
  color: #000;
}
.produit-page > div.wrapper .gallery-products {
  padding: 0;
}
.produit-page > div.wrapper .gallery-products .columns {
  padding: 0;
}
.produit-page > div.wrapper .similar-product {
  padding-top: 30px;
  padding-bottom: 54px;
  text-align: center;
}
.produit-page > div.wrapper .similar-product .h2 {
  display: block;
  margin-bottom: 45px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.produit-page > div.wrapper .similar-product .items {
  max-width: 660px;
  margin: auto;
}
.produit-page > div.wrapper .similar-product .items .item {
  margin: 16px;
  width: calc(33.5% - 34px);
  background-size: cover;
  background-position: center;
  position: relative;
  top: 0;
  transition: all 0.25s;
}
.produit-page > div.wrapper .similar-product .items .item:hover {
  opacity: 0.8;
}
.produit-page > div.wrapper .similar-product .items .item .posa {
  position: absolute;
  left: 0;
  top: 0;
}
.produit-page > div.wrapper .similar-product .items .item .img {
  display: block;
  width: 100%;
  padding-top: 142%;
  position: relative;
  overflow: hidden;
}
.produit-page > div.wrapper .similar-product .items .item .img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-height: 100%;
  min-width: 100%;
  width: auto;
  height: auto;
}

.returns-page {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 1px;
}
.returns-page .max-width {
  max-width: 1000px;
}
@media screen and (max-width: 767px) {
  .returns-page ._columns {
    flex-wrap: wrap;
  }
}
.returns-page ._columns ._col {
  width: calc(50% - 15px);
}
@media screen and (max-width: 767px) {
  .returns-page ._columns ._col {
    width: 100%;
  }
}
.returns-page ._textes {
  background-color: #f1f2f2;
  padding: 40px 15px 120px 15px;
}
.returns-page .texte-section.deux-colonnes .p img {
  width: 100%;
}
.returns-page .texte-section h1 {
  font-size: 18px;
}
.returns-page .texte-section .p {
  font-weight: 400;
}
.returns-page .texte-section h2, .returns-page .texte-section .h2 {
  font-size: 18px;
}
.returns-page .texte-section .texte_img {
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .returns-page .texte-section .texte_img {
    flex-direction: column;
  }
  .returns-page .texte-section .texte_img.right {
    flex-direction: column;
  }
  .returns-page .texte-section .texte_img img {
    margin-bottom: 15px;
  }
}
.returns-page .texte-section .texte_img img {
  max-width: 100%;
}
.returns-page .texte-section .texte_img.right {
  flex-direction: row-reverse;
}
.returns-page .texte-section .texte_img p:first-child {
  margin-top: 0;
}
.returns-page .texte-section .texte_img p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 599px) {
  .contact-page .carte ._columns {
    flex-direction: column;
  }
}
.contact-page .carte ._columns ._col {
  width: 50%;
}
@media screen and (max-width: 599px) {
  .contact-page .carte ._columns ._col {
    width: 100%;
  }
  .contact-page .carte ._columns ._col:last-child {
    height: 320px;
  }
}
.contact-page .carte ._columns ._col .wrap-left-col {
  max-width: 450px;
  margin: 0 0 0 auto;
  padding: 40px 0;
  padding-left: 15px;
}
@media screen and (max-width: 599px) {
  .contact-page .carte ._columns ._col .wrap-left-col {
    margin: 0;
  }
}
.contact-page .carte ._columns ._col .wrap-left-col p a {
  color: #000;
}
.contact-page .carte ._columns ._col .wrap-left-col p a:hover {
  text-decoration: underline;
}
.contact-page .carte ._columns ._col .wrap-left-col strong {
  font-weight: 600;
}

/* 
 ****
 *
 *
 * Gallery page
 *
 *
 *******/
.gallery {
  padding: 30px 0 100px 0;
}
.gallery .gallery-product .items {
  align-items: flex-start;
}
.gallery .gallery-product .items .item {
  width: calc(33.33% - 15px);
  margin: 7.5px;
  position: relative;
}
.gallery .gallery-product .items .item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  background-color: #ffffff87;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.25s;
}
.gallery .gallery-product .items .item img {
  max-width: 100%;
  transition: all 0.25s;
  display: block;
}
.gallery .gallery-product .items .item a {
  color: #000;
  transition: all 0.25s;
}
.gallery .gallery-product .items .item a:hover {
  text-decoration: none;
  color: #b2b2b2;
}
.gallery .gallery-product .items .item p {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 10;
  margin: 0;
}
.gallery .gallery-product .items .item:hover:before {
  opacity: 1;
}
.gallery .gallery-product .items .item:hover p {
  opacity: 1;
}
.gallery .products-images .items {
  align-items: flex-start;
  margin: 0 -7.5px;
}
.gallery .products-images .items .item {
  width: calc(25% - 30px);
  margin: 15px;
  position: relative;
  top: 0;
  transition: all 0.25s;
}
.gallery .products-images .items .item:hover {
  opacity: 0.8;
}
.gallery .products-images .items .item img {
  max-width: 100%;
  display: block;
}
.gallery .products-images .items .item a {
  color: #000;
  transition: all 0.25s;
  display: block;
  position: relative;
}
.gallery .products-images .items .item a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  transition: all 0.25s;
}
.gallery .products-images .items .item p {
  position: absolute;
  margin: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 2;
}
.gallery .products-images .items .item p a {
  display: block;
  opacity: 0;
  transition: all 0.25s;
}
.gallery .products-images .items .item:hover p a {
  opacity: 1;
}
.gallery .products-images .items .item:hover p a:after {
  background-color: transparent;
}
.gallery .products-images .items .item:hover a:after {
  background-color: rgba(255, 255, 255, 0.8);
}

/* 
 ****
 *
 *
 * Panel page
 *
 *
 *******/
.fixed .left-panel {
  top: 155px;
}
@media screen and (max-width: 767px) {
  .fixed .left-panel {
    top: 67px;
    height: calc(100vh - 67px);
  }
}
.fixed.hideMenu .left-panel {
  top: 0;
  height: 100vh;
}
@media screen and (max-width: 767px) {
  .fixed.hideMenu .left-panel {
    top: 67px;
    height: calc(100vh - 67px);
  }
}

.left-panel {
  position: fixed;
  right: 0;
  top: 0;
  transition: all 1s;
  top: 155px;
  width: 0;
  overflow: hidden;
  height: calc(100vh - 155px);
  z-index: 1023;
  background-color: #dcddde;
}
@media screen and (max-width: 767px) {
  .left-panel {
    top: 67px;
    height: calc(100vh - 67px);
  }
}
.left-panel .wrap {
  overflow: hidden;
  overflow-y: auto;
  z-index: 1023;
}
.left-panel .overlay {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: auto;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1023;
  visibility: hidden;
  opacity: 0;
  transition: all 1s;
}
.left-panel .panel-content {
  width: 297px;
  padding: 1px 15px;
  padding-right: 47px;
  position: relative;
  min-height: 100%;
}
.left-panel .panel-content .panel-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-top: 1px solid #eee;
  padding: 15px;
  color: #fff;
  padding-right: 47px;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 500;
  text-transform: uppercase;
}
.left-panel .panel-content .entry-title .h2 {
  display: block;
  padding: 15px;
  padding-left: 0;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  font-size: 16px;
}
.left-panel .panel-content hr {
  margin: 0;
  border: none;
  border-top: 1px solid #000;
}
.left-panel .panel-content .list-products {
  padding: 15px 0;
  margin-bottom: 130px;
}
.left-panel .panel-content .list-products .item {
  margin-bottom: 15px;
  padding: 9px;
  background-color: #000;
  border-bottom: 1px solid #000;
}
.left-panel .panel-content .list-products .item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.left-panel .panel-content .list-products .item .fegure {
  width: 50px;
  height: 75px;
  background-color: #ccc;
  margin-right: 10px;
  background-size: cover;
  background-position: center;
  position: relative;
}
.left-panel .panel-content .list-products .item .fegure.loading:after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  left: 50%;
  top: 50%;
  animation: loading 2s linear infinite;
  animation-timing-function: steps(8, end);
  font-family: WooCommerce;
  margin-left: 0.53em;
  vertical-align: bottom;
  background-size: contain;
  background-position: center;
  background-image: url(../img/loading.png);
  margin: -9px 0px 0 -9px;
  display: block;
}
.left-panel .panel-content .list-products .item .fegure img {
  width: 100%;
  display: block;
  opacity: 0;
}
.left-panel .panel-content .list-products .item .detail-product-item {
  flex: 1px;
  position: relative;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}
.left-panel .panel-content .list-products .item .detail-product-item .entry-title {
  margin-bottom: 15px;
  margin-top: 0;
  color: #fff;
}
.left-panel .panel-content .list-products .item .detail-product-item .close {
  position: absolute;
  right: 0;
  top: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 11px;
  color: #fff;
}
.left-panel .panel-content .list-products .item .detail-product-item .h3 {
  color: #fff;
  font-size: 14px;
  line-height: 15px;
  padding-right: 20px;
  letter-spacing: 1px;
}
.left-panel .panel-content .list-products .item .detail-product-item table {
  line-height: 10px;
  font-size: 17px;
  color: #fff;
  text-align: center;
}
.left-panel .panel-content .list-products .item .detail-product-item table td:last-child {
  text-align: right;
  font-size: 14px;
  letter-spacing: 1px;
}
.left-panel .panel-content .list-products .item .detail-product-item table td {
  font-size: 14px;
  letter-spacing: 1px;
}
.left-panel .panel-content .list-products .item .detail-product-item table .plus, .left-panel .panel-content .list-products .item .detail-product-item table .minus {
  cursor: pointer;
  color: #ccc;
}

.open-panel .left-panel {
  width: 280px;
}
.open-panel .left-panel .overlay {
  visibility: visible;
  opacity: 1;
}

.woocommerce-info {
  border-top-color: #000;
}

.woocommerce-info::before {
  color: #000;
}

.woocommerce table.shop_table {
  border: none;
}

.woocommerce a.remove {
  color: #3e3e3e !important;
}

.woocommerce a.remove:hover {
  background-color: #ff1919;
}

.woocommerce td.product-name a {
  color: #3e3e3e;
  font-weight: 500;
}

.woocommerce-cart button.button, .sections.panier .woocommerce a.button.alt, .woocommerce-cart .woocommerce button.button:disabled {
  padding: 15px;
  letter-spacing: 1px;
  font-family: "neue-haas-grotesk-display", sans-serif;
}
/* Custm css => correction and adaptations */
.home_images .gallery .products-images .items {
  margin: auto;
}
.home_images .gallery .products-images .items .item {
  width: calc(32.33% - 20px);
}
/* 
 ****
 *
 *
 * Responsive layouts
 *
 *
 *******/
.btntoggle {
  display: none;
}

@media screen and (max-width: 991px) {
  .produit-page > div.wrapper {
    max-width: 650px;
  }

  .gallery .products-images .items .item {
    width: calc(33.33% - 15px);
    margin: 7.5px;
  }

  .sections .introduction .columns {
    padding: 0 15px;
  }
  .sections .introduction .columns .col {
    width: calc(50% - 30px);
  }
}
.visible-xs {
  display: none;
}

@media screen and (max-width: 767px) {
  body, html {
    font-size: 14px;
    line-height: 22px;
  }

  .hide-xs {
    display: none !important;
  }

  .visible-xs {
    display: block !important;
  }

  .header {
    padding: 14px 20px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1024;
    box-shadow: 0 0 5px #eee;
  }
  .header .btntoggle {
    height: 32px;
    width: 32px;
    padding: 2px;
    border: 2px solid transparent;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    transition: all 0.25s;
    border-radius: 2px;
    cursor: pointer;
  }
  .header .btntoggle:hover span {
    background-color: #3a393a;
  }
  .header .btntoggle span {
    transition: all 0.25s;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #181818;
  }
  .header.openMenu .btntoggle span:first-child {
    transform: rotateZ(45deg) translate(6px, 6px);
  }
  .header.openMenu .btntoggle span:nth-child(2) {
    transform: rotate(-45deg);
  }
  .header.openMenu .btntoggle span:last-child {
    opacity: 0;
  }
  .header.openMenu .headerbar .navmenu {
    box-shadow: 0px 25px 10px 3px #ccc;
    transform: translateX(0%);
  }
  .header .headerbar .sitename a img {
    width: 80px;
    margin-top: 5px;
  }
  .header .headerbar .navmenu {
    position: fixed;
    left: 0;
    top: 60px;
    width: 50%;
    max-width: 200px;
    height: calc(100% - 60px);
    background-color: #fff;
    transform: translateX(-100%);
    transition: all 0.35s;
    flex-direction: column;
    justify-content: flex-start;
    padding: 30px 20px;
    box-shadow: none;
  }
  .header .headerbar .navmenu .cart {
    position: static;
    right: 0;
    bottom: 0;
  }
  .header .headerbar .wrap-menu {
    flex-direction: column-reverse;
  }
  .header .headerbar .wrap-menu .menu > ul > li {
    display: block;
  }
  .header .headerbar .wrap-menu .menu > ul > li.on ul {
    padding-top: 0;
    padding-left: 15px;
    transition: all 0.5s;
  }
  .header .headerbar .wrap-menu .menu > ul > li ul {
    transition: none;
  }
  .header .headerbar .wrap-menu .wpml-ls-sidebars-language-sidebar {
    position: static;
  }

  .sections {
    margin-top: 60px;
  }
  .sections .banner {
    height: auto;
    padding-top: 32%;
    padding-bottom: 32%;
  }
  .sections .banner h1 {
    font-size: 82px;
    line-height: 82px;
  }
  .sections .introduction .p {
    font-size: 14px;
    line-height: 22px;
  }
  .sections .introduction .h2, .sections .introduction h2 {
    line-height: 35px;
    font-size: 30px;
  }
  .sections .introduction .columns {
    flex-direction: column;
  }
  .sections .introduction .columns .col {
    width: 100%;
  }
  .sections .introduction .columns .col.img {
    padding-top: 15px;
  }
  .sections .gallery-products .columns .col {
    width: calc(50% - 15px);
  }
  .sections .gallery-products .columns .col.col-2 {
    width: 100%;
  }

  .produit-page > div.wrapper .detail-product .columns {
    flex-direction: column;
  }
  .produit-page > div.wrapper .detail-product .columns h1, .produit-page > div.wrapper .detail-product .columns .h1 {
    font-size: 30px;
    margin-bottom: 3px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-top: 0;
  }
  .produit-page > div.wrapper .detail-product .columns > div > .subtitle {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 20px;
  }
  .produit-page > div.wrapper .detail-product .columns .col {
    width: 100%;
  }
  .produit-page > div.wrapper .detail-product .columns .col .p {
    min-height: auto;
  }

  .gallery {
    padding: 30px 0;
  }
  .gallery .gallery-product .items .item {
    width: calc(50% - 15px);
    margin: 7.5px;
  }
  .gallery .products-images .items .item {
    width: calc(50% - 15px);
    margin: 7.5px;
  }

  .footer {
    padding: 0 15px;
    padding-top: 35px;
  }
  .footer .columns {
    flex-wrap: wrap;
  }
  .footer .columns .col {
    width: calc(50% - 30px);
    margin-bottom: 35px;
  }
  .footer .bottom-footer {
    margin: 55px -15px 0 -15px;
    padding-top: 15px;
    background-color: #fafafa;
  }
  .footer .bottom-footer .columns .col {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
    padding: 5px 0;
  }
  .home_images .gallery .products-images .items .item {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 480px) {
  .sections .banner h1 {
    font-size: 50px;
    line-height: 48px;
  }
  .sections .banner p {
    margin: 5px 0;
  }

  .produit-page > div.wrapper .similar-product .items .item {
    width: 100%;
  }

  .gallery {
    padding: 30px 0;
  }
  .gallery .gallery-product .items .item {
    width: calc(100%);
    margin: 7.5px;
  }
  .gallery .products-images .items .item {
    width: calc(100%);
    margin: 7.5px;
  }

  .footer .columns .col {
    width: 100%;
    text-align: center;
  }
  .footer .columns .col .h3 {
    font-size: 17px;
  }
  .footer .columns .col a, .footer .columns .col span {
    font-size: 15px;
  }
  .home_images .gallery .products-images .items .item {
    width: calc(100% - 15px);
  }
}

/*# sourceMappingURL=style.css.map */
