/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.action-primary:focus,
.action-primary:active {
  background: #0088cc;
  border: 1px solid #0088cc;
  color: #ffffff;
}
.action-primary:hover {
  background: #0088cc;
  border: 1px solid #0088cc;
  color: #ffffff;
}
.action-primary.disabled,
.action-primary[disabled],
fieldset[disabled] .action-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-discount-block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.cancel {
  border-radius: 3px;
}
.abs-action-link-button:focus,
.abs-action-link-button:active {
  background: #e2e2e2;
  border: 1px solid #cccccc;
  color: #777777;
}
.abs-action-link-button:hover {
  background: #e1e1e1;
  border: 1px solid #cccccc;
  color: #777777;
}
.abs-action-link-button.disabled,
.abs-action-link-button[disabled],
fieldset[disabled] .abs-action-link-button {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-action-link-button:hover,
.abs-action-link-button:active,
.abs-action-link-button:focus {
  text-decoration: none;
}
.abs-action-remove,
.abs-discount-block .action.check,
.abs-add-fields .action.remove {
  line-height: 1.4;
  padding: 0;
  color: #0088cc;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  border-radius: 0;
  font-weight: 400;
}
.abs-action-button-as-link:visited,
.abs-action-remove:visited,
.abs-discount-block .action.check:visited,
.abs-add-fields .action.remove:visited {
  color: #0088cc;
  text-decoration: none;
}
.abs-action-button-as-link:hover,
.abs-action-remove:hover,
.abs-discount-block .action.check:hover,
.abs-add-fields .action.remove:hover {
  color: #0088cc;
  text-decoration: underline;
}
.abs-action-button-as-link:active,
.abs-action-remove:active,
.abs-discount-block .action.check:active,
.abs-add-fields .action.remove:active {
  color: #0088cc;
  text-decoration: underline;
}
.abs-action-button-as-link:hover,
.abs-action-button-as-link:active,
.abs-action-button-as-link:focus,
.abs-action-remove:hover,
.abs-action-remove:active,
.abs-action-remove:focus,
.abs-discount-block .action.check:hover,
.abs-discount-block .action.check:active,
.abs-discount-block .action.check:focus,
.abs-add-fields .action.remove:hover,
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:focus {
  background: none;
  border: 0;
}
.abs-action-button-as-link.disabled,
.abs-action-button-as-link[disabled],
fieldset[disabled] .abs-action-button-as-link,
.abs-action-remove.disabled,
.abs-action-remove[disabled],
fieldset[disabled] .abs-action-remove,
.abs-discount-block .action.check.disabled,
.abs-discount-block .action.check[disabled],
fieldset[disabled] .abs-discount-block .action.check,
.abs-add-fields .action.remove.disabled,
.abs-add-fields .action.remove[disabled],
fieldset[disabled] .abs-add-fields .action.remove {
  color: #0088cc;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.abs-action-remove:active,
.abs-action-remove:not(:focus),
.abs-discount-block .action.check:active,
.abs-discount-block .action.check:not(:focus),
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:not(:focus) {
  box-shadow: none;
}
.abs-dropdown-simple:before,
.abs-dropdown-simple:after {
  content: '';
  display: table;
}
.abs-dropdown-simple:after {
  clear: both;
}
.abs-dropdown-simple .action.toggle {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: inherit;
  content: '\f807';
  font-family: 'porto-icons';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle:active:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: inherit;
  content: '\f804';
  font-family: 'porto-icons';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle.active:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active:active:after {
  color: inherit;
}
.abs-dropdown-simple ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-dropdown-simple ul.dropdown li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.abs-dropdown-simple ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-dropdown-simple ul.dropdown:before,
.abs-dropdown-simple ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-dropdown-simple ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.abs-dropdown-simple ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.abs-dropdown-simple ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.abs-dropdown-simple ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.abs-dropdown-simple.active {
  overflow: visible;
}
.abs-dropdown-simple.active ul.dropdown {
  display: block;
}
.abs-remove-button-for-blocks > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-remove-button-for-blocks:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 15px;
  color: #999999;
  content: '\f819';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-remove-button-for-blocks:hover:before {
  color: #494949;
}
.abs-remove-button-for-blocks:active:before {
  color: #999999;
}
.abs-product-link > a:visited {
  color: #777777;
  text-decoration: underline;
}
.abs-product-link > a:hover {
  color: #777777;
  text-decoration: underline;
}
.abs-product-link > a:active {
  color: #777777;
  text-decoration: underline;
}
.abs-like-link:visited {
  color: #0088cc;
  text-decoration: none;
}
.abs-like-link:hover {
  color: #0088cc;
  text-decoration: underline;
}
.abs-like-link:active {
  color: #0088cc;
  text-decoration: underline;
}
.abs-add-fields .action.remove {
  width: auto;
  line-height: normal;
  position: absolute;
  top: 34px;
  margin-left: 73%;
}
.abs-add-clearfix:before,
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:before,
.abs-add-fields .fieldset .actions-toolbar:after {
  content: '';
  display: table;
}
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:after {
  clear: both;
}
.abs-field-date .control,
.abs-field-tooltip {
  box-sizing: border-box;
}
.abs-navigation-icon:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 34px;
  line-height: 1.2;
  color: inherit;
  content: '\f807';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button:before,
.abs-split-button:after {
  content: '';
  display: table;
}
.abs-split-button:after {
  clear: both;
}
.abs-split-button .action.split {
  float: left;
  margin: 0;
}
.abs-split-button .action.toggle {
  float: right;
  margin: 0;
}
.abs-split-button button.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.abs-split-button button + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.abs-split-button .action.toggle {
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: inherit;
  color: inherit;
  content: '\f807';
  font-family: 'porto-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle:active:after {
  color: inherit;
}
.abs-split-button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: inherit;
  color: inherit;
  content: '\f804';
  font-family: 'porto-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle.active:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle.active:active:after {
  color: inherit;
}
.abs-split-button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 100%;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-split-button .items li {
  margin: 0;
  padding: 3px 4.5px;
}
.abs-split-button .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-split-button .items:before,
.abs-split-button .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-split-button .items:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.abs-split-button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.abs-split-button .items:before {
  right: 10px;
  top: -12px;
}
.abs-split-button .items:after {
  right: 9px;
  top: -14px;
}
.abs-split-button.active {
  overflow: visible;
}
.abs-split-button.active .items {
  display: block;
}
.abs-actions-addto:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 17px;
  line-height: inherit;
  color: inherit;
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-cart-block > .title,
.abs-discount-block .block > .title {
  border-top: 1px solid #cccccc;
  cursor: pointer;
  margin-bottom: 0;
  position: relative;
  padding: 9px 36px 9px 15px;
  display: block;
  text-decoration: none;
}
.abs-cart-block > .title:after,
.abs-discount-block .block > .title:after {
  position: absolute;
  right: 18px;
  top: 9px;
}
.abs-toggling-title > span,
.abs-cart-block > .title > span,
.abs-discount-block .block > .title > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-toggling-title:after,
.abs-cart-block > .title:after,
.abs-discount-block .block > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\f807';
  font-family: 'porto-icons';
  margin: 3px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-discount-block .block {
  margin: 0;
}
.abs-discount-block .block > .title:after {
  color: #858585;
}
.abs-discount-block .block .content {
  display: none;
  padding: 5px 15px 23px;
  position: relative;
}
.abs-cart-block.active > .title:after,
.abs-discount-block .block.active > .title:after {
  content: '\f804';
}
.abs-discount-block .block.active .content {
  display: block;
}
.abs-tax-total:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 8px;
  line-height: 8px;
  color: inherit;
  content: '\f807';
  font-family: 'porto-icons';
  margin: 3px 0 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-tax-total-expanded:after {
  content: '\f804';
}
.abs-dropdown-items-new .action.new {
  display: inline-block;
  text-decoration: none;
}
.abs-icon-add:before,
.abs-dropdown-items-new .action.new:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 10px;
  color: inherit;
  content: '\e61c';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-sidebar-totals .table-caption {
  display: none;
}
.abs-table-striped > tbody > tr:nth-child(even) > td,
.abs-table-striped > tbody > tr:nth-child(even) > th {
  background: #f6f6f6;
}
.abs-table-striped > thead > tr > th,
.abs-table-striped > tbody > tr > th,
.abs-table-striped > tfoot > tr > th,
.abs-table-striped > thead > tr > td,
.abs-table-striped > tbody > tr > td,
.abs-table-striped > tfoot > tr > td {
  border: none;
}
.abs-table-striped > thead > tr > th,
.abs-table-striped > thead > tr > td {
  border-bottom: 1px solid #cccccc;
}
.abs-field-date input {
  margin-right: 9px;
  width: calc(100% - (23px + 9px));
}
.abs-sidebar-totals .totals-tax-summary .amount .price > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-sidebar-totals .totals-tax-summary .amount .price:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\f807';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-sidebar-totals .totals-tax-summary.expanded .amount .price:after {
  content: '\f804';
}
@font-face {
  font-family: 'Bodoni';
  src: url('../fonts/Bodoni72/BodoniSvtyTwoITCTT-Book.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'centabel';
  src: url('../fonts/centabel.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-discount .g-recaptcha {
  margin-top: 50px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.wishlist.share .g-recaptcha {
  margin-bottom: 40px;
}
.block-minicart .block-content > .actions .smart-buttons {
  margin-top: 15px;
}
.pay-later-message {
  margin-top: 10px;
}
.smart-buttons > div > div {
  vertical-align: bottom;
}
.apple-pay {
  margin-top: 14px;
}
.cart-summary .apple-pay {
  margin-top: 11px;
}
.google-pay {
  margin-top: 14px;
}
.google-pay button {
  background-origin: content-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
}
.cart-summary .google-pay {
  margin-bottom: 14px;
}
.configuration .title h1 {
  display: flex;
  align-items: center;
  font-size: 30px;
  font-weight: normal;
  font-family: 'centabel';
  color: #000;
  width: 100%;
  justify-content: center;
  margin-bottom: 5px;
  margin-top: 15px;
  position: relative;
  z-index: 1;
  text-align: center;
}
.configuration .title h1 hr {
  display: block;
  height: 1px;
  width: 90px;
  background: #000;
  border: none;
  margin: 0 25px;
}
.configuration .title h2 {
  display: flex;
  align-items: center;
  font-size: 21px;
  font-weight: normal;
  font-family: 'centabel';
  color: #000;
  width: 100%;
  justify-content: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  text-align: center;
  margin-top: 10px;
}
.configuration .first-step {
  text-align: center;
  padding-bottom: 30px;
}
.configuration .first-step p {
  color: #000;
  font-family: 'Bodoni';
  font-size: 16px;
  display: block;
  text-align: center;
  padding: 0 5% 20px;
  margin-bottom: 5px;
}
.configuration .first-step a {
  background: #1d2322;
  font-family: 'Bodoni';
  font-size: 17px;
  color: #fff;
  text-align: center;
  display: inline-block;
  margin: 0 10px;
  padding: 5px 20px;
  text-decoration: none;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3);
  border: none;
}
.configuration #categoriesIds {
  height: 100%;
  overflow: scroll;
}
@media screen and (max-width: 767px) {
  .configuration #categoriesIds {
    height: auto;
    overflow: auto;
    padding-bottom: 35px;
  }
  .configuration #categoriesIds form .title {
    width: 100% !important;
  }
}
.configuration #categoriesIds::-webkit-scrollbar {
  display: none;
}
.configuration .categories {
  display: flex;
  overflow: hidden;
  padding-inline-start: 0;
  margin-bottom: 0;
  width: calc(70% - 25px);
}
.configuration .categories.hidden {
  display: none;
}
@media screen and (max-width: 767px) {
  .configuration .categories {
    display: none !important;
  }
}
.configuration .categories li {
  width: 100%;
  padding-left: 0;
  list-style-type: none;
  margin: 0;
}
.configuration .categories li .category {
  width: 100%;
  padding: 15px 0 15px 40px;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-family: 'Bodoni';
  font-size: 17px;
  color: #fff;
  background: #1D2322;
  justify-content: center;
  position: relative;
  -webkit-transition: all .4s linear;
  transition: all .4s linear;
  cursor: default;
  text-decoration: none;
  height: 55px;
}
@media screen and (max-width: 868px) {
  .configuration .categories li .category {
    padding: 15px 0 15px 30px;
  }
  .configuration .categories li .category:last-child {
    padding-right: 10px;
  }
}
.configuration .categories li .category h3 {
  margin: 0;
  font-weight: 400;
  font-family: 'Bodoni';
  font-size: 17px;
  line-height: 1.4;
}
@media screen and (max-width: 868px) {
  .configuration .categories li .category h3 {
    font-size: 14px;
  }
}
.configuration .categories li .category:after {
  content: "";
  position: absolute;
  background: #1D2322;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  top: 50%;
  right: -25px;
  height: 70px;
  width: 70px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transition: all .4s linear;
  transition: all .4s linear;
  z-index: -1;
}
@media screen and (max-width: 868px) {
  .configuration .categories li .category:after {
    right: -10px;
  }
}
.configuration .categories li .category.current {
  background: #587575;
}
.configuration .categories li .category.current:after {
  background: #587575;
}
.configuration .categories li .category.todo {
  background: #404242;
}
.configuration .categories li .category.todo:after {
  background: #404242;
}
.configuration .categories li .category.done {
  background: #1D2322;
  cursor: pointer;
}
.configuration .categories li .category.done:after {
  background: #1D2322;
}
.configuration .categories li:first-child .category {
  padding-left: 20px;
}
.configuration #categoriesIds.hidden {
  display: none;
}
.configuration #categoriesIds.final-step {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  height: auto;
}
.configuration #categoriesIds.final-step form > .title {
  width: 100% !important;
}
.configuration #categoriesIds.final-step form ul.categories {
  width: 100%;
}
.configuration #categoriesIds.final-step form .colonnes > .subtitle {
  width: 100%;
}
.configuration .categories-content {
  margin-top: 20px;
}
.configuration .categories-content.hidden {
  display: none;
}
.configuration .categories-content .category-content {
  display: none;
}
@media screen and (max-width: 767px) {
  .configuration .categories-content .category-content {
    margin-bottom: 25px;
  }
}
.configuration .categories-content .category-content.current {
  display: block;
  overflow: hidden;
}
.configuration .categories-content .category-content .subtitle {
  background: #fff;
  font-weight: bold;
  font-family: 'Bodoni';
  font-size: 20px;
  color: #000;
  text-align: center;
  padding: 4px 0;
  margin-bottom: 20px;
  width: calc(70% - 25px);
}
@media screen and (max-width: 767px) {
  .configuration .categories-content .category-content .subtitle {
    font-size: 17px;
    padding: 10px 0;
    width: 100%;
  }
}
.configuration .categories-content .category-content > p {
  color: #000;
  font-family: 'Bodoni';
  font-size: 16px;
  display: block;
  text-align: center;
  padding: 20px 5%;
  margin-bottom: 30px;
}
.configuration .categories-content .category-content .colonnes {
  display: flex;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .configuration .categories-content .category-content .colonnes {
    margin-bottom: 0;
  }
}
.configuration .categories-content .category-content .colonnes .actions {
  text-align: center;
  padding-bottom: 25px;
}
.configuration .categories-content .category-content .colonnes .actions a,
.configuration .categories-content .category-content .colonnes .actions input {
  background: #1D2322;
  font-family: 'Bodoni';
  font-size: 17px;
  color: #fff;
  text-align: center;
  display: inline-block;
  margin: 0 10px;
  padding: 5px 20px;
  text-decoration: none;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3);
  border: none;
  border-radius: 0 !important;
}
@media screen and (max-width: 868px) {
  .configuration .categories-content .category-content .colonnes .actions a,
  .configuration .categories-content .category-content .colonnes .actions input {
    font-size: 15px;
    padding: 5px 10px;
  }
}
@media screen and (max-width: 767px) {
  .configuration .categories-content .category-content .colonnes .actions a,
  .configuration .categories-content .category-content .colonnes .actions input {
    font-size: 18px;
    padding: 5px 15px;
    height: 35px;
    vertical-align: top;
  }
}
.configuration .categories-content .category-content .colonnes .actions a.disabled,
.configuration .categories-content .category-content .colonnes .actions input.disabled {
  pointer-events: none;
  cursor: default;
  background: #404242;
}
.configuration .categories-content .category-content .colonnes .left .actions {
  display: none;
}
.configuration .categories-content .category-content .colonnes .remember {
  text-align: center;
  font-family: 'centabel';
  font-size: 13px;
  color: #000;
  display: block;
  margin-bottom: 15px;
}
.configuration .categories-content .category-content .colonnes .description {
  margin: 5px 0 5px;
  color: #000;
  font-style: italic;
  text-align: center;
  font-size: 12px;
}
.configuration .categories-content .category-content .colonnes .left {
  width: calc(70% - 25px);
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  .configuration .categories-content .category-content .colonnes .left {
    width: 100%;
  }
}
.configuration .categories-content .category-content .colonnes .left .items ul {
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 0;
}
.configuration .categories-content .category-content .colonnes .left .items ul li {
  list-style-type: none;
}
.configuration .categories-content .category-content .colonnes .left .items ul li.sous_categ {
  width: 100%;
  text-align: center;
  padding: 0 0 10px;
  margin-bottom: 20px;
  font-family: 'Bodoni';
  font-size: 17px;
  color: #000;
}
.configuration .categories-content .category-content .colonnes .left .items ul li.sous_categ p {
  background: #fff;
  display: block;
  padding: 10px 0;
}
.configuration .categories-content .category-content .colonnes .left .items ul li > input {
  display: none;
}
.configuration .categories-content .category-content .colonnes .left .items ul li label {
  display: block;
}
.configuration .categories-content .category-content .colonnes .left .items ul li label:hover {
  cursor: pointer;
}
.configuration .categories-content .category-content .colonnes .left .items ul li label .product-item-photo {
  border: 5px solid transparent;
}
.configuration .categories-content .category-content .colonnes .left .items ul li label .product-item-link {
  text-align: center;
  font-family: 'centabel';
  font-size: 15px;
  color: #000;
  display: block;
  margin-top: 5px;
  text-decoration: none;
  cursor: initial;
  position: relative;
  padding: 0 20px;
}
.configuration .categories-content .category-content .colonnes .left .items ul li label .product-item-link:hover {
  text-decoration: none;
  cursor: initial;
}
.configuration .categories-content .category-content .colonnes .left .items ul li label .product-item-link .info {
  display: inline-block;
  margin-left: 2px;
  margin-bottom: -5px;
}
.configuration .categories-content .category-content .colonnes .left .items ul li label .product-item-link .info span {
  background: url(../AB_Configurateur/images/info.png);
  display: block;
  width: 20px;
  height: 20px;
  background-size: 100%;
}
.configuration .categories-content .category-content .colonnes .left .items ul li label .product-item-link .info span:hover + .contain {
  display: block;
}
.configuration .categories-content .category-content .colonnes .left .items ul li label .product-item-link .info .contain {
  position: absolute;
  width: 100%;
  background: #fff;
  padding: 5px;
  border-radius: 5px;
  display: none;
  z-index: 100;
  left: 0;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3);
  transform: translateY(-100%);
  margin-top: -25px;
}
.configuration .categories-content .category-content .colonnes .left .items ul li label .contain-price {
  display: none;
  align-items: center;
  justify-content: center;
}
.configuration .categories-content .category-content .colonnes .left .items ul li label .contain-price .price-container {
  display: flex;
  align-items: center;
}
.configuration .categories-content .category-content .colonnes .left .items ul li label .contain-price .price-label {
  font-family: 'centabel';
  font-size: 12px;
  color: #587575;
  text-transform: none;
  font-weight: 700;
  margin-right: 5px;
  line-height: 7px;
}
.configuration .categories-content .category-content .colonnes .left .items ul li label .contain-price .price {
  font-family: 'centabel';
  font-size: 17px;
  color: #587575;
  text-transform: none;
  font-weight: 700;
}
.configuration .categories-content .category-content .colonnes .left .items ul li label .contain-price .price-box {
  margin: 0;
  text-align: center;
}
.configuration .categories-content .category-content .colonnes .left .items ul li label .contain-price .price-box .price-final_price * {
  font-family: 'centabel';
  font-size: 17px;
  color: #587575;
  text-transform: none;
  font-weight: 700;
}
.configuration .categories-content .category-content .colonnes .left .items ul li label .contain-price .price-box .price-final_price .price-label {
  font-size: 12px;
}
.configuration .categories-content .category-content .colonnes .left .items ul li > input:checked + label .product-item-photo {
  border: 5px solid #587575;
}
.configuration .categories-content .category-content .colonnes .left .items ul li.product {
  width: calc(33% - 30px);
  max-width: 290px;
  margin: -5px 15px 20px;
}
@media screen and (max-width: 1000px) {
  .configuration .categories-content .category-content .colonnes .left .items ul li.product {
    width: calc(50% - 30px);
  }
}
@media screen and (max-width: 767px) {
  .configuration .categories-content .category-content .colonnes .left .items ul li.product {
    width: 100%;
    max-width: 280px;
  }
}
.configuration .categories-content .category-content .colonnes .left .items ul li.product .product-item-photo {
  padding: 4px;
}
.configuration .categories-content .category-content .colonnes .left .items ul li.empty_items {
  font-family: 'Bodoni';
  font-size: 16px;
  display: block;
  text-align: center;
}
.configuration .categories-content .category-content .colonnes .left .items ul li.attribut {
  width: 120px;
  text-align: center;
  margin: 0 10px 20px;
  padding: 5px;
}
.configuration .categories-content .category-content .colonnes .left .items ul li.attribut .border {
  padding: 4px;
  border: 5px solid transparent;
  border-radius: 50%;
  text-align: center;
  height: 90px;
  width: 90px;
  margin: auto;
}
.configuration .categories-content .category-content .colonnes .left .items ul li.attribut .border .image_attribute {
  margin: 0;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.configuration .categories-content .category-content .colonnes .left .items ul li.attribut > input:checked + label .border {
  border: 5px solid #587575;
}
.configuration .categories-content .category-content .colonnes .right {
  width: 30%;
  margin-left: 2%;
  position: fixed;
  right: 20px;
  top: 100px;
  z-index: 99;
  max-height: calc(100vh - 90px);
  height: calc(100vh - 90px);
  overflow-y: scroll;
  padding: 0 10px 20px;
}
@media screen and (max-width: 767px) {
  .configuration .categories-content .category-content .colonnes .right {
    overflow: hidden;
  }
}
.configuration .categories-content .category-content .colonnes .right::-webkit-scrollbar {
  display: none;
}
.configuration .categories-content .category-content .colonnes .right .data-sticky-container {
  height: 100%;
}
.configuration .categories-content .category-content .colonnes .right .data-sticky-container .contain-recap {
  height: 100%;
}
.configuration .categories-content .category-content .colonnes .right .data-sticky-container .contain-recap .recap {
  height: calc(100vh - 235px);
  overflow: scroll;
}
.configuration .categories-content .category-content .colonnes .right .data-sticky-container .contain-recap .recap::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 767px) {
  .configuration .categories-content .category-content .colonnes .right {
    position: fixed;
    left: 0;
    width: 100%;
    bottom: 0;
    height: 85px;
    top: inherit;
    margin: 0;
    padding: 5px 5px 15px;
    background: #fff;
  }
  .configuration .categories-content .category-content .colonnes .right .avancement,
  .configuration .categories-content .category-content .colonnes .right .recap {
    display: none !important;
  }
  .configuration .categories-content .category-content .colonnes .right .total {
    margin-bottom: 0 !important;
    box-shadow: none !important;
    padding-bottom: 5px !important;
  }
  .configuration .categories-content .category-content .colonnes .right .actions a {
    font-size: 18px;
    padding: 5px 20px;
  }
}
.configuration .categories-content .category-content .colonnes .right .recap {
  background: #fff;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3);
  padding: 10px;
  margin-bottom: 15px;
  padding-bottom: 5px;
}
.configuration .categories-content .category-content .colonnes .right .recap ul {
  padding: 0;
}
.configuration .categories-content .category-content .colonnes .right .recap ul li {
  padding: 0;
  list-style-type: none;
}
.configuration .categories-content .category-content .colonnes .right .recap ul li.main p {
  text-align: center;
  font-family: 'centabel';
  font-size: 17px;
  color: #000;
  display: block;
  margin-top: 5px;
  margin-bottom: 0;
}
.configuration .categories-content .category-content .colonnes .right .recap ul li.main img {
  max-width: 210px;
  display: block;
  margin: auto;
}
.configuration .categories-content .category-content .colonnes .right .recap ul li.attribute {
  margin-bottom: 15px;
}
.configuration .categories-content .category-content .colonnes .right .recap ul li.attribute .image_attribute {
  width: 50px;
  height: 50px;
  display: block;
  margin: auto;
  border-radius: 50%;
  overflow: hidden;
}
.configuration .categories-content .category-content .colonnes .right .recap ul li.product p {
  text-align: center;
  font-family: 'centabel';
  font-size: 15px;
  color: #000;
  display: block;
  margin-top: 10px;
  margin-bottom: 0;
  position: relative;
}
.configuration .categories-content .category-content .colonnes .right .recap ul li.product p span {
  margin-right: 10px;
}
.configuration .categories-content .category-content .colonnes .right .total {
  background: #fff;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3);
  margin-bottom: 15px;
}
.configuration .categories-content .category-content .colonnes .right .total .price-box {
  margin: 0;
  text-align: center;
  padding: 3px 0;
}
.configuration .categories-content .category-content .colonnes .right .total .price-box .price-final_price * {
  font-family: 'centabel';
  font-size: 17px;
  color: #587575;
  text-transform: none;
  font-weight: 700;
}
.configuration .categories-content .category-content .colonnes .right .total .price-box .price-final_price .price-label {
  font-size: 12px;
}
.configuration .categories-content .category-content .colonnes .right .avancement {
  display: flex;
  overflow: hidden;
  padding-inline-start: 0;
  margin-bottom: 15px;
}
.configuration .categories-content .category-content .colonnes .right .avancement li {
  width: 100%;
  padding-left: 0;
  list-style-type: none;
  margin: 0;
}
.configuration .categories-content .category-content .colonnes .right .avancement li .category {
  width: 100%;
  padding: 0 0 20px 0;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-family: 'Bodoni';
  font-size: 17px;
  color: #fff;
  background: #1D2322;
  justify-content: center;
  position: relative;
  -webkit-transition: all .4s linear;
  transition: all .4s linear;
  cursor: default;
  text-decoration: none;
}
.configuration .categories-content .category-content .colonnes .right .avancement li .category:after {
  content: "";
  position: absolute;
  background: #1D2322;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  top: 50%;
  right: 5px;
  height: 70px;
  width: 70px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transition: all .4s linear;
  transition: all .4s linear;
  z-index: -1;
}
.configuration .categories-content .category-content .colonnes .right .avancement li .category.current {
  background: #587575;
}
.configuration .categories-content .category-content .colonnes .right .avancement li .category.current:after {
  background: #587575;
}
.configuration .categories-content .category-content .colonnes .right .avancement li .category.todo {
  background: #404242;
}
.configuration .categories-content .category-content .colonnes .right .avancement li .category.todo:after {
  background: #404242;
}
.configuration .categories-content .category-content .colonnes .right .avancement li .category.done {
  background: #1D2322;
  cursor: pointer;
}
.configuration .categories-content .category-content .colonnes .right .avancement li .category.done:after {
  background: #1D2322;
}
.configuration .categories-content .category-content .colonnes.first-empty .right {
  display: none;
}
.configuration .categories-content .category-content .colonnes.first-empty .left {
  width: 100%;
}
.configuration .categories-content .category-content.recap_final .colonnes {
  display: block;
}
.configuration .categories-content .category-content.recap_final .colonnes .content-recap {
  background: #fff;
  margin-top: 30px;
  padding-top: 15px;
}
.configuration .categories-content .category-content.recap_final .colonnes .total {
  background: #fff;
  display: flex;
  margin: 30px 0;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .configuration .categories-content .category-content.recap_final .colonnes .total {
    justify-content: center;
  }
}
.configuration .categories-content .category-content.recap_final .colonnes .total .label {
  display: flex;
  width: 50%;
  justify-content: flex-end;
  align-items: center;
  font-weight: bold;
  font-family: 'Bodoni';
  font-size: 25px;
  color: #000;
  padding-right: 15px;
}
@media screen and (max-width: 767px) {
  .configuration .categories-content .category-content.recap_final .colonnes .total .label {
    width: 120px;
    justify-content: center;
  }
}
.configuration .categories-content .category-content.recap_final .colonnes .total .price {
  font-family: 'centabel';
  font-size: 23px;
  color: #587575;
  text-transform: none;
  font-weight: 700;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  padding-left: 15px;
}
@media screen and (max-width: 767px) {
  .configuration .categories-content .category-content.recap_final .colonnes .total .price {
    width: 120px;
    justify-content: center;
  }
}
.configuration .categories-content .category-content.first .colonnes .left .items ul li label .contain-price {
  display: flex;
}
@media screen and (max-width: 767px) {
  .configuration .category-content.recap_final .content-recap {
    margin-top: 15px !important;
  }
}
.configuration .category-content.recap_final .content-recap .category {
  display: flex;
}
@media screen and (max-width: 767px) {
  .configuration .category-content.recap_final .content-recap .category {
    display: block;
    padding: 1px;
  }
}
.configuration .category-content.recap_final .content-recap .category .name {
  display: flex;
  width: 30%;
  line-height: 200px;
  justify-content: flex-end;
  padding-right: 5%;
  font-weight: bold;
  font-family: 'Bodoni';
  font-size: 22px;
  color: #000;
}
@media screen and (max-width: 767px) {
  .configuration .category-content.recap_final .content-recap .category .name {
    width: 100%;
    line-height: 1;
    padding: 0;
    justify-content: center;
    margin: 30px 0 0;
  }
}
.configuration .category-content.recap_final .content-recap .category .items {
  width: 70%;
}
@media screen and (max-width: 767px) {
  .configuration .category-content.recap_final .content-recap .category .items {
    width: 100%;
  }
}
.configuration .category-content.recap_final .content-recap .category .items .item {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  height: 200px;
}
@media screen and (max-width: 767px) {
  .configuration .category-content.recap_final .content-recap .category .items .item {
    height: auto;
    position: relative;
    margin: 15px 0;
    padding: 15px 0;
  }
  .configuration .category-content.recap_final .content-recap .category .items .item:after {
    position: absolute;
    content: "";
    display: block;
    width: 50px;
    height: 1px;
    border: none;
    background: #000;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
.configuration .category-content.recap_final .content-recap .category .items .item .image {
  width: 50%;
}
.configuration .category-content.recap_final .content-recap .category .items .item .image .product-item-photo img {
  width: auto;
  max-height: 200px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .configuration .category-content.recap_final .content-recap .category .items .item .image .product-item-photo img {
    max-height: 150px;
  }
}
.configuration .category-content.recap_final .content-recap .category .items .item .image .border {
  padding: 4px;
  border: 2px solid transparent;
  border-radius: 50%;
  text-align: center;
  height: 90px;
  width: 90px;
  margin: auto;
}
.configuration .category-content.recap_final .content-recap .category .items .item .image .border .image_attribute {
  margin: 0;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.configuration .category-content.recap_final .content-recap .category .items .item .title {
  width: 50%;
  padding-left: 5%;
  font-family: 'centabel';
  font-size: 15px;
  color: #000;
}
@media screen and (max-width: 767px) {
  .configuration .category-content.recap_final .content-recap .category .items .item .title {
    text-align: center;
    padding: 0 0 0 20px;
  }
}
.configuration .menu_mobile {
  display: none;
  width: 100%;
  margin: 15px 0;
}
@media screen and (max-width: 767px) {
  .configuration .menu_mobile {
    display: block;
  }
}
.configuration .menu_mobile a {
  width: 100%;
  padding: 15px 0;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-family: 'Bodoni';
  font-size: 17px;
  color: #fff;
  background: #1D2322;
  justify-content: center;
  position: relative;
  -webkit-transition: all .4s linear;
  transition: all .4s linear;
  cursor: default;
  text-decoration: none;
}
.configuration .menu_mobile a h3 {
  margin: 0;
  font-weight: 400;
  font-family: 'Bodoni';
  font-size: 17px;
  line-height: 1.4;
}
.configuration .menu_mobile a.current {
  background: #587575;
}
.configuration .menu_mobile a.current:after {
  background: #587575;
}
.configuration .menu_mobile a.todo {
  background: #404242;
}
.configuration .menu_mobile a.todo:after {
  background: #404242;
}
.configuration .menu_mobile a.done {
  background: #1D2322;
  cursor: pointer;
}
.configuration .menu_mobile a.done:after {
  background: #1D2322;
}
.configurateur .page-header {
  z-index: 150 !important;
}
.configurateur .page-header .logo img {
  height: 30px;
}
.configurateur .page-header .nav-sections .sw-megamenu.navigation {
  padding: 0 0 10px !important;
}
.configurateur .page-main {
  width: 100%;
  max-width: 100%;
  height: calc(100vh - 90px);
  padding: 15px 25px;
}
@media screen and (max-width: 767px) {
  .configurateur .page-main {
    height: auto;
  }
}
.configuration {
  height: calc(100vh - 120px);
}
@media screen and (max-width: 767px) {
  .configuration {
    height: auto;
  }
}
body::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 767px) {
  .page-wrapper {
    overflow: inherit;
  }
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: 'amcform';
  src: url('../Amasty_Customform/fonts/amcform.eot?hcflpq');
  src: url('../Amasty_Customform/fonts/amcform.eot?hcflpq#iefix') format('embedded-opentype'), url('../Amasty_Customform/fonts/amcform.ttf?hcflpq') format('truetype'), url('../Amasty_Customform/fonts/amcform.woff?hcflpq') format('woff'), url('../Amasty_Customform/fonts/amcform.svg?hcflpq#amcform') format('svg');
  font-display: block;
}
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_AjaxLayer
 * @copyright   Copyright (c) Mageplaza (http://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
.ln_overlay {
  background-color: #FFFFFF;
  height: 300%;
  left: 0;
  text-align: center;
  opacity: 0.5;
  filter: alpha(opacity=50);
  position: absolute;
  top: 0px;
  width: 500%;
  z-index: 555;
  display: none;
}
.ln_overlay img {
  margin-top: 300px;
  left: 45%;
  display: block;
  position: fixed;
}
.ln_slider_container {
  width: calc(80%);
  margin: 0 15px 0 5px;
}
.filter-options-content a {
  display: inline-block !important;
}
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_Search
 * @copyright   Copyright (c) 2017 Mageplaza (http://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
.autocomplete-suggestions {
  border: 1px solid #bbb;
  background: #fff;
  cursor: default;
  border-top: none;
  overflow: auto;
  max-height: 10000px;
}
.autocomplete-suggestion {
  cursor: pointer;
  overflow: hidden;
  padding: 10px 5px 10px 5px;
  font-size: 1.2em;
  border-bottom: 1px solid #eee;
  display: block;
}
.autocomplete-suggestion:last-child {
  border-bottom: none;
}
.search-category,
#mpsearch-category {
  height: 100%;
}
.autocomplete-selected {
  background: #eef3d6;
}
input#searchauto {
  border: 1px solid #bbb;
  border-radius: 2px;
  width: 375px;
}
.suggestion-left {
  float: left;
  width: 15%;
  padding: auto;
}
.suggestion-right {
  width: 82%;
  padding-left: 10px;
  text-align: left;
  color: black;
  float: left;
}
.product-name {
  font-size: 14px;
  color: #3399cc;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-price {
  font-size: 12px;
}
.product-des {
  font-size: 12px;
}
.product-des p {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-line {
  margin-bottom: 5px;
}
ul#ui-id-1 {
  background: #fff;
  width: 373px;
  font-family: inherit;
  padding: 0px;
  border-bottom: none;
}
p.short-des {
  margin: 0px;
  font-size: 0.9em;
  color: #aaa;
}
#view_all {
  text-align: center;
  background: #eff4f7;
  cursor: pointer;
}
/**
 * Copyright © OpenGento, All rights reserved.
 * See LICENSE bundled with this library for license details.
 */
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/*
 * Shipper HQ
 *
 * @category ShipperHQ
 * @package ShipperHQ_AddressAutocomplete
 * @copyright Copyright (c) 2020 Zowta LTD and Zowta LLC (http://www.ShipperHQ.com)
 * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
 * @author ShipperHQ Team sales@shipperhq.com
 */
.pac-container {
  z-index: 905 !important;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
.weltpixel-quickview-catalog-product-view .box-tocart .action.tocart {
  width: 100%;
}
.weltpixel-quickview-catalog-product-view .page-wrapper .page-main {
  margin: 20px 0;
}
.weltpixel-quickview-catalog-product-view .reviews-actions .add {
  display: none;
}
.box-gotoproduct #product-gotoproduct-button {
  width: 100%;
  padding: 7px 20px;
  font-size: 14px;
  text-align: center;
  min-width: 150px;
}
.product-item .weltpixel-quickview {
  display: none;
}
.products-grid .product-item .product-item-info {
  position: relative;
}
.products-grid .product-item .product-item-details {
  position: static !important;
}
.side-list .product-item .weltpixel-quickview {
  display: none !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
body.custom-form .page.messages .messages .message,
body.amform-body .page.messages .messages .message {
  margin: 10px 0;
}
body.custom-form .document_download,
body.amform-body .document_download {
  margin: 0 auto;
  min-width: 700px;
  width: 50%;
  text-align: center;
  margin-top: 3%;
}
body.custom-form .document_download p a,
body.amform-body .document_download p a {
  color: #2B3D44;
}
body.custom-form .amform-form .fields .field .ui-datepicker-trigger,
body.amform-body .amform-form .fields .field .ui-datepicker-trigger {
  display: none;
}
body.custom-form .amform-form .fields .field.field-numserie,
body.amform-body .amform-form .fields .field.field-numserie {
  position: relative;
}
body.custom-form .amform-form .fields .field.field-numserie > label,
body.amform-body .amform-form .fields .field.field-numserie > label {
  display: block;
  font-size: 0;
  position: absolute;
  right: 5px;
  top: 12px;
}
body.custom-form .amform-form .fields .field.field-numserie > label .tooltip-element,
body.amform-body .amform-form .fields .field.field-numserie > label .tooltip-element {
  font-weight: normal;
  font-size: 13px;
}
body.custom-form .amform-form .fields .field.field-numserie > label .tooltip-element:hover:after,
body.amform-body .amform-form .fields .field.field-numserie > label .tooltip-element:hover:after {
  left: initial;
  right: -2px;
  border-radius: 5px;
}
body.custom-form .amform-form .fields .field.amform-layout-three,
body.amform-body .amform-form .fields .field.amform-layout-three {
  margin-right: 0;
  width: 33.33333%;
  max-width: 33.33333%;
  padding: 0 3.75px;
}
@media screen and (max-width: 767px) {
  body.custom-form .amform-form .fields .field.amform-layout-three,
  body.amform-body .amform-form .fields .field.amform-layout-three {
    width: 100%;
    display: block;
    max-width: 100%;
    padding: 0;
  }
}
body.custom-form .amform-form .fields .field.amform-layout-two,
body.amform-body .amform-form .fields .field.amform-layout-two {
  margin-right: 0;
  padding: 0 3.75px;
  width: 50%;
  max-width: 50%;
}
body.custom-form .amform-form .fields .field.fb-file.field-photo1 label,
body.amform-body .amform-form .fields .field.fb-file.field-photo1 label {
  margin-left: -3.75px;
}
body.custom-form .amform-form .fields .field.fb-file.field-photo3 label,
body.amform-body .amform-form .fields .field.fb-file.field-photo3 label {
  margin-left: 3.75px;
}
body.custom-form .amform-form .fields .field.fb-file label,
body.amform-body .amform-form .fields .field.fb-file label {
  display: block;
  font-weight: normal;
  font-size: 15px;
  color: #000;
}
@media screen and (max-width: 767px) {
  body.custom-form .amform-form .fields .field.fb-file label,
  body.amform-body .amform-form .fields .field.fb-file label {
    margin-left: 0 !important;
  }
}
body.custom-form .amform-form .fields .field.field-appareils label,
body.amform-body .amform-form .fields .field.field-appareils label {
  display: block;
  font-weight: normal;
  font-size: 15px;
  color: #000;
}
body.custom-form .amform-form .fields .field.field-appareils label span,
body.amform-body .amform-form .fields .field.field-appareils label span {
  color: #000;
  margin-left: -4px;
}
body.custom-form .amform-form .fields .field.field-appareils .checkbox-group,
body.amform-body .amform-form .fields .field.field-appareils .checkbox-group {
  width: 60%;
  margin: auto;
  padding-left: 10%;
  margin-bottom: 10px;
}
body.custom-form .amform-form .fields .field.field-appareils .checkbox-group:after,
body.amform-body .amform-form .fields .field.field-appareils .checkbox-group:after {
  content: '';
  clear: both;
  display: block;
}
body.custom-form .amform-form .fields .field.field-appareils .checkbox-group label,
body.amform-body .amform-form .fields .field.field-appareils .checkbox-group label,
body.custom-form .amform-form .fields .field.field-appareils .checkbox-group input,
body.amform-body .amform-form .fields .field.field-appareils .checkbox-group input {
  float: left;
  margin: 0;
  padding: 0;
  display: block;
  height: 30px;
  text-align: left;
  margin-bottom: 10px;
}
body.custom-form .amform-form .fields .field.field-appareils .checkbox-group label,
body.amform-body .amform-form .fields .field.field-appareils .checkbox-group label {
  width: 50%;
  display: flex;
  align-items: center;
  padding-left: 10px;
  font-weight: normal;
  font-size: 15px;
  color: #000;
  position: relative;
}
body.custom-form .amform-form .fields .field.field-appareils .checkbox-group label:before,
body.amform-body .amform-form .fields .field.field-appareils .checkbox-group label:before {
  display: inline-block;
  content: '';
  width: 15px;
  height: 15px;
  background: #fff;
  margin-right: 10px;
  position: absolute;
  top: 8px;
  z-index: 2;
  left: -15px;
}
body.custom-form .amform-form .fields .field.field-appareils .checkbox-group input:checked + label:after,
body.amform-body .amform-form .fields .field.field-appareils .checkbox-group input:checked + label:after {
  display: inline-block;
  content: '';
  width: 15px;
  height: 15px;
  background: url(../Magento_Customer/images/checked_vert.png) center center no-repeat;
  position: absolute;
  top: 8px;
  z-index: 3;
  left: -15px;
}
body.custom-form .amform-form .fields .field.field-appareils .checkbox-group input,
body.amform-body .amform-form .fields .field.field-appareils .checkbox-group input {
  width: 0;
  visibility: hidden;
}
body.custom-form .amform-form .fields .field.field-appareils .checkbox-group br,
body.amform-body .amform-form .fields .field.field-appareils .checkbox-group br {
  display: none;
}
body.custom-form .amform-form .fields .field .control,
body.amform-body .amform-form .fields .field .control {
  width: 100%;
}
body.custom-form .amform-form .fields .field .control .form-control[multiple],
body.amform-body .amform-form .fields .field .control .form-control[multiple] {
  height: auto;
}
body.custom-form .amform-form .fields .field .control input,
body.amform-body .amform-form .fields .field .control input,
body.custom-form .amform-form .fields .field .control select,
body.amform-body .amform-form .fields .field .control select,
body.custom-form .amform-form .fields .field .control textarea,
body.amform-body .amform-form .fields .field .control textarea {
  border: none;
  font-weight: normal;
  font-size: 15px;
  color: #000;
  text-align: center;
  height: 38px;
  width: 100%;
}
body.custom-form .amform-form .fields .field .control textarea,
body.amform-body .amform-form .fields .field .control textarea {
  height: auto;
  min-height: 160px;
  text-align: left;
}
body.custom-form .amform-form .fields .field .control h1,
body.amform-body .amform-form .fields .field .control h1,
body.custom-form .amform-form .fields .field .control h2,
body.amform-body .amform-form .fields .field .control h2,
body.custom-form .amform-form .fields .field .control h3,
body.amform-body .amform-form .fields .field .control h3 {
  color: #000000;
}
body.custom-form .amform-form .fields .field .control .amform-checkbox,
body.amform-body .amform-form .fields .field .control .amform-checkbox,
body.custom-form .amform-form .fields .field .control .amform-checkboxtwo,
body.amform-body .amform-form .fields .field .control .amform-checkboxtwo,
body.custom-form .amform-form .fields .field .control .amform-radio,
body.amform-body .amform-form .fields .field .control .amform-radio {
  height: initial;
}
body.custom-form .amform-form .fields .field .control .field-50-left,
body.amform-body .amform-form .fields .field .control .field-50-left,
body.custom-form .amform-form .fields .field .control .field-33-left,
body.amform-body .amform-form .fields .field .control .field-33-left {
  position: relative;
  left: -3.75px;
}
@media screen and (max-width: 767px) {
  body.custom-form .amform-form .fields .field .control .field-33-left,
  body.amform-body .amform-form .fields .field .control .field-33-left {
    left: 0;
  }
}
body.custom-form .amform-form .fields .field .control .field-50-right,
body.amform-body .amform-form .fields .field .control .field-50-right,
body.custom-form .amform-form .fields .field .control .field-33-right,
body.amform-body .amform-form .fields .field .control .field-33-right {
  position: relative;
  right: -3.75px;
}
@media screen and (max-width: 767px) {
  body.custom-form .amform-form .fields .field .control .field-33-right,
  body.amform-body .amform-form .fields .field .control .field-33-right {
    right: initial;
  }
}
body.custom-form .amform-form .fields .field .control input::-webkit-input-placeholder,
body.amform-body .amform-form .fields .field .control input::-webkit-input-placeholder {
  color: #0000008a;
}
body.custom-form .amform-form .fields .field .control input::-moz-placeholder,
body.amform-body .amform-form .fields .field .control input::-moz-placeholder {
  color: #0000008a;
}
body.custom-form .amform-form .fields .field .control input::-ms-placeholder,
body.amform-body .amform-form .fields .field .control input::-ms-placeholder {
  color: #0000008a;
}
body.custom-form .amform-form .fields .field .control input::placeholder,
body.amform-body .amform-form .fields .field .control input::placeholder {
  color: #0000008a;
}
body.custom-form .amform-form .fields .field .control textarea::-webkit-input-placeholder,
body.amform-body .amform-form .fields .field .control textarea::-webkit-input-placeholder {
  color: #0000008a;
}
body.custom-form .amform-form .fields .field .control textarea::-moz-placeholder,
body.amform-body .amform-form .fields .field .control textarea::-moz-placeholder {
  color: #0000008a;
}
body.custom-form .amform-form .fields .field .control textarea::-ms-placeholder,
body.amform-body .amform-form .fields .field .control textarea::-ms-placeholder {
  color: #0000008a;
}
body.custom-form .amform-form .fields .field .control textarea::placeholder,
body.amform-body .amform-form .fields .field .control textarea::placeholder {
  color: #0000008a;
}
body.custom-form .amform-form .fields .amcform-toolbar button.primary,
body.amform-body .amform-form .fields .amcform-toolbar button.primary,
body.custom-form .amform-form .fields .amcform-toolbar a.primary,
body.amform-body .amform-form .fields .amcform-toolbar a.primary {
  background-color: #2B3D44;
  border: 1px solid #FFFFFF;
  margin: 0;
  letter-spacing: 0;
  position: relative;
  padding: 3px 15px;
  display: inline-block;
  height: auto;
  width: 180px;
  color: #FFFFFF;
  font-family: 'DIN 2014';
  font-size: 16px;
  text-transform: uppercase;
}
body.custom-form .header-contact,
body.amform-body .header-contact {
  margin-top: 5%;
}
body.custom-form .header-contact h1,
body.amform-body .header-contact h1 {
  font-weight: 600;
  font-family: 'DIN 2014';
  font-size: 28px;
  font-style: oblique;
  color: #2B3D44;
  text-transform: uppercase;
  text-align: center;
  display: flex;
  align-items: center;
  position: relative;
  height: 100px;
  justify-content: center;
  width: 100%;
  max-width: 470px;
  margin: 20px auto 0;
}
@media screen and (max-width: 500px) {
  body.custom-form .header-contact h1,
  body.amform-body .header-contact h1 {
    height: 50px;
  }
}
@media screen and (min-width: 768px) {
  body.custom-form .rendered-form,
  body.amform-body .rendered-form {
    min-width: 700px;
    width: 50%;
    max-width: unset;
  }
}
@media screen and (min-width: 768px) {
  body.custom-form .rendered-form .amcform-page-titles,
  body.amform-body .rendered-form .amcform-page-titles {
    justify-content: left;
  }
}
body.custom-form .rendered-form .amcform-page-titles .amcform-title-wrap,
body.amform-body .rendered-form .amcform-page-titles .amcform-title-wrap {
  margin-top: 5%;
  text-align: left;
}
body.custom-form .rendered-form .amcform-page-titles .amcform-title-wrap .amcform-step,
body.amform-body .rendered-form .amcform-page-titles .amcform-title-wrap .amcform-step {
  display: none;
}
body.custom-form .rendered-form .amcform-page-titles .amcform-title-wrap .amcform-title,
body.amform-body .rendered-form .amcform-page-titles .amcform-title-wrap .amcform-title {
  font-size: 17px;
  font-weight: 700;
  margin: 0;
  max-width: none;
}
@media screen and (max-width: 767px) {
  body.custom-form .rendered-form .amcform-page-titles .amcform-title-wrap .amcform-title,
  body.amform-body .rendered-form .amcform-page-titles .amcform-title-wrap .amcform-title {
    border-bottom: 0;
    text-align: center;
  }
}
body.custom-form .rendered-form .amcform-page-titles .amcform-title-wrap .amcform-title .amcform-label,
body.amform-body .rendered-form .amcform-page-titles .amcform-title-wrap .amcform-title .amcform-label {
  color: #333333;
  border-bottom: 7px solid #2B3D44;
}
body.custom-form .rendered-form .fieldset .fields .field.form-group,
body.amform-body .rendered-form .fieldset .fields .field.form-group {
  margin-bottom: 25px;
}
body.custom-form .rendered-form .fieldset .fields .field.form-group.fb-file input::-webkit-file-upload-button,
body.amform-body .rendered-form .fieldset .fields .field.form-group.fb-file input::-webkit-file-upload-button {
  padding: 3px 36px;
  background: #bdc2c54d;
  border-color: #2B3D44;
  font-family: 'DIN 2014';
  color: #000000;
  border-width: thin;
}
body.custom-form .rendered-form .fieldset .fields .field.form-group.fb-file .control input,
body.amform-body .rendered-form .fieldset .fields .field.form-group.fb-file .control input {
  border: none;
  background: inherit;
}
body.custom-form .rendered-form .fieldset .fields .field.form-group .label,
body.amform-body .rendered-form .fieldset .fields .field.form-group .label,
body.custom-form .rendered-form .fieldset .fields .field.form-group .label.fb-checkbox-group-label,
body.amform-body .rendered-form .fieldset .fields .field.form-group .label.fb-checkbox-group-label,
body.custom-form .rendered-form .fieldset .fields .field.form-group .label.fb-file-label,
body.amform-body .rendered-form .fieldset .fields .field.form-group .label.fb-file-label {
  font-weight: 600;
  font-size: 17px;
  font-family: 'DIN 2014';
  color: #000000;
  position: initial;
  text-align: left;
  font-style: normal;
}
body.custom-form .rendered-form .fieldset .fields .field.form-group .label .required,
body.amform-body .rendered-form .fieldset .fields .field.form-group .label .required,
body.custom-form .rendered-form .fieldset .fields .field.form-group .label.fb-checkbox-group-label .required,
body.amform-body .rendered-form .fieldset .fields .field.form-group .label.fb-checkbox-group-label .required,
body.custom-form .rendered-form .fieldset .fields .field.form-group .label.fb-file-label .required,
body.amform-body .rendered-form .fieldset .fields .field.form-group .label.fb-file-label .required {
  font-size: 13px;
  margin-left: -4px;
  color: #C10000;
}
body.custom-form .rendered-form .fieldset .fields .field.form-group .label .tooltip-element,
body.amform-body .rendered-form .fieldset .fields .field.form-group .label .tooltip-element,
body.custom-form .rendered-form .fieldset .fields .field.form-group .label.fb-checkbox-group-label .tooltip-element,
body.amform-body .rendered-form .fieldset .fields .field.form-group .label.fb-checkbox-group-label .tooltip-element,
body.custom-form .rendered-form .fieldset .fields .field.form-group .label.fb-file-label .tooltip-element,
body.amform-body .rendered-form .fieldset .fields .field.form-group .label.fb-file-label .tooltip-element {
  background: #22B99D;
  color: #FFFFFF;
  width: 18px;
  height: 18px;
  border-radius: 13px;
  display: inline-block;
  text-align: center;
  line-height: 21px;
  margin: 1px 5px;
  font-size: 13px;
}
body.custom-form .rendered-form .fieldset .fields .field.form-group .control input,
body.amform-body .rendered-form .fieldset .fields .field.form-group .control input,
body.custom-form .rendered-form .fieldset .fields .field.form-group select,
body.amform-body .rendered-form .fieldset .fields .field.form-group select,
body.custom-form .rendered-form .fieldset .fields .field.form-group textarea,
body.amform-body .rendered-form .fieldset .fields .field.form-group textarea {
  border: 1px solid #2B3D44;
  font-weight: normal;
  font-family: 'DIN 2014';
  font-size: 15px;
  text-align: left;
  color: #000000;
  background: #FFFFFF;
  padding-left: 10px;
}
body.custom-form .rendered-form .fieldset .fields .field.form-group .control .amform-text,
body.amform-body .rendered-form .fieldset .fields .field.form-group .control .amform-text {
  font-size: 15px;
  color: #333333;
  font-weight: 600;
  text-align: left;
}
body.custom-form .rendered-form .fieldset .fields .field.form-group .control .amform-checkbox,
body.amform-body .rendered-form .fieldset .fields .field.form-group .control .amform-checkbox,
body.custom-form .rendered-form .fieldset .fields .field.form-group .control .amform-checkboxtwo,
body.amform-body .rendered-form .fieldset .fields .field.form-group .control .amform-checkboxtwo {
  border: 1px solid #2B3D44;
  display: block;
  opacity: 0;
}
body.custom-form .rendered-form .fieldset .fields .field.form-group .control .amform-checkbox + label,
body.amform-body .rendered-form .fieldset .fields .field.form-group .control .amform-checkbox + label,
body.custom-form .rendered-form .fieldset .fields .field.form-group .control .amform-checkboxtwo + label,
body.amform-body .rendered-form .fieldset .fields .field.form-group .control .amform-checkboxtwo + label {
  color: #000000;
}
@media (min-width: 768px) {
  body.custom-form .rendered-form .fieldset .fields .field.form-group .control .amform-checkbox + label,
  body.amform-body .rendered-form .fieldset .fields .field.form-group .control .amform-checkbox + label,
  body.custom-form .rendered-form .fieldset .fields .field.form-group .control .amform-checkboxtwo + label,
  body.amform-body .rendered-form .fieldset .fields .field.form-group .control .amform-checkboxtwo + label {
    padding-top: 5px;
  }
}
body.custom-form .rendered-form .fieldset .fields .field.form-group .control .amform-checkbox + label:before,
body.amform-body .rendered-form .fieldset .fields .field.form-group .control .amform-checkbox + label:before,
body.custom-form .rendered-form .fieldset .fields .field.form-group .control .amform-checkboxtwo + label:before,
body.amform-body .rendered-form .fieldset .fields .field.form-group .control .amform-checkboxtwo + label:before {
  border: 1px solid #2B3D44;
  background: #FFFFFF;
}
body.custom-form .rendered-form .fieldset .fields .field.form-group .control .amform-checkbox:checked + label:after,
body.amform-body .rendered-form .fieldset .fields .field.form-group .control .amform-checkbox:checked + label:after,
body.custom-form .rendered-form .fieldset .fields .field.form-group .control .amform-checkboxtwo:checked + label:after,
body.amform-body .rendered-form .fieldset .fields .field.form-group .control .amform-checkboxtwo:checked + label:after {
  border: 1px solid #2B3D44;
  background: #2B3D44;
  transform: none;
  top: 2px;
  left: 0px;
  width: 15px;
  height: 15px;
}
body.custom-form .rendered-form .fieldset .fields .field.form-group .control .checkbox-group,
body.amform-body .rendered-form .fieldset .fields .field.form-group .control .checkbox-group {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
body.custom-form .rendered-form .fieldset .fields .field.form-group .control .checkbox-group .amform-groupv2,
body.amform-body .rendered-form .fieldset .fields .field.form-group .control .checkbox-group .amform-groupv2 {
  -webkit-flex-basis: 0;
  -moz-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
  min-width: 25%;
}
@media (max-width: 767px) {
  body.custom-form .rendered-form .fieldset .fields .field.form-group .control .checkbox-group .amform-groupv2,
  body.amform-body .rendered-form .fieldset .fields .field.form-group .control .checkbox-group .amform-groupv2 {
    min-width: 50%;
  }
}
body.custom-form.cms-demandes-sav .column > p,
body.amform-body.cms-demandes-sav .column > p,
body.custom-form.cms-liste-des-revendeurs .column > p,
body.amform-body.cms-liste-des-revendeurs .column > p,
body.custom-form.cms-formulaire-location .column > p,
body.amform-body.cms-formulaire-location .column > p,
body.custom-form.cms-demandes-sav .column > a,
body.amform-body.cms-demandes-sav .column > a,
body.custom-form.cms-liste-des-revendeurs .column > a,
body.amform-body.cms-liste-des-revendeurs .column > a,
body.custom-form.cms-formulaire-location .column > a,
body.amform-body.cms-formulaire-location .column > a {
  font-weight: normal;
  font-size: 14px;
  color: #000000;
  text-align: center;
}
body.custom-form.cms-demandes-sav .column > p a,
body.amform-body.cms-demandes-sav .column > p a,
body.custom-form.cms-liste-des-revendeurs .column > p a,
body.amform-body.cms-liste-des-revendeurs .column > p a,
body.custom-form.cms-formulaire-location .column > p a,
body.amform-body.cms-formulaire-location .column > p a,
body.custom-form.cms-demandes-sav .column > a a,
body.amform-body.cms-demandes-sav .column > a a,
body.custom-form.cms-liste-des-revendeurs .column > a a,
body.amform-body.cms-liste-des-revendeurs .column > a a,
body.custom-form.cms-formulaire-location .column > a a,
body.amform-body.cms-formulaire-location .column > a a {
  text-decoration: underline;
  color: #2B3D44;
}
body.custom-form.cms-demandes-sav .column > p,
body.amform-body.cms-demandes-sav .column > p,
body.custom-form.cms-liste-des-revendeurs .column > p,
body.amform-body.cms-liste-des-revendeurs .column > p,
body.custom-form.cms-formulaire-location .column > p,
body.amform-body.cms-formulaire-location .column > p {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  body.custom-form.cms-demandes-sav .column > p,
  body.amform-body.cms-demandes-sav .column > p,
  body.custom-form.cms-liste-des-revendeurs .column > p,
  body.amform-body.cms-liste-des-revendeurs .column > p,
  body.custom-form.cms-formulaire-location .column > p,
  body.amform-body.cms-formulaire-location .column > p {
    margin-top: 15px;
  }
}
body.custom-form.cms-demandes-sav .column > p.bold,
body.amform-body.cms-demandes-sav .column > p.bold,
body.custom-form.cms-liste-des-revendeurs .column > p.bold,
body.amform-body.cms-liste-des-revendeurs .column > p.bold,
body.custom-form.cms-formulaire-location .column > p.bold,
body.amform-body.cms-formulaire-location .column > p.bold {
  font-weight: bold;
  margin-bottom: 40px;
}
body.custom-form.cms-demandes-sav .column > h1,
body.amform-body.cms-demandes-sav .column > h1,
body.custom-form.cms-liste-des-revendeurs .column > h1,
body.amform-body.cms-liste-des-revendeurs .column > h1,
body.custom-form.cms-formulaire-location .column > h1,
body.amform-body.cms-formulaire-location .column > h1 {
  font-weight: 600;
  font-family: 'DIN 2014';
  font-size: 28px;
  font-style: oblique;
  color: #2B3D44;
  text-transform: uppercase;
  text-align: center;
  display: flex;
  align-items: center;
  position: relative;
  height: 100px;
  justify-content: center;
  width: 100%;
  max-width: 500px;
  margin: 20px auto 0;
  margin-top: 5%;
}
@media screen and (max-width: 500px) {
  body.custom-form.cms-demandes-sav .column > h1,
  body.amform-body.cms-demandes-sav .column > h1,
  body.custom-form.cms-liste-des-revendeurs .column > h1,
  body.amform-body.cms-liste-des-revendeurs .column > h1,
  body.custom-form.cms-formulaire-location .column > h1,
  body.amform-body.cms-formulaire-location .column > h1 {
    height: 50px;
  }
}
body.custom-form.cms-demande-brochure .column.main .top-brochure hr,
body.amform-body.cms-demande-brochure .column.main .top-brochure hr {
  display: none;
}
body.custom-form.cms-demande-brochure .column.main .top-brochure h1,
body.amform-body.cms-demande-brochure .column.main .top-brochure h1 {
  font-weight: 600;
  font-family: 'DIN 2014';
  font-size: 28px;
  font-style: oblique;
  color: #2B3D44;
  text-transform: uppercase;
  text-align: center;
  display: flex;
  align-items: center;
  position: relative;
  height: 100px;
  justify-content: center;
  width: 100%;
  max-width: 470px;
  margin: 20px auto 0;
}
@media screen and (max-width: 500px) {
  body.custom-form.cms-demande-brochure .column.main .top-brochure h1,
  body.amform-body.cms-demande-brochure .column.main .top-brochure h1 {
    height: 50px;
  }
}
body.custom-form.cms-liste-des-revendeurs .bottom-revendeur,
body.amform-body.cms-liste-des-revendeurs .bottom-revendeur {
  background-color: #587575;
  position: relative;
  padding: 20px 0 40px;
  margin-top: 100px;
}
@media screen and (max-width: 1500px) {
  body.custom-form.cms-liste-des-revendeurs .bottom-revendeur,
  body.amform-body.cms-liste-des-revendeurs .bottom-revendeur {
    margin-top: 80px;
  }
}
body.custom-form.cms-liste-des-revendeurs .bottom-revendeur:before,
body.amform-body.cms-liste-des-revendeurs .bottom-revendeur:before {
  background-color: #587575;
  width: 200vw;
  content: '';
  display: block;
  transform: rotate(-2deg);
  height: 200px;
  position: absolute;
  left: -50%;
  top: -75px;
}
@media screen and (max-width: 1500px) {
  body.custom-form.cms-liste-des-revendeurs .bottom-revendeur:before,
  body.amform-body.cms-liste-des-revendeurs .bottom-revendeur:before {
    top: -45px;
  }
}
@media screen and (max-width: 1200px) {
  body.custom-form.cms-liste-des-revendeurs .bottom-revendeur:before,
  body.amform-body.cms-liste-des-revendeurs .bottom-revendeur:before {
    top: -25px;
  }
}
body.custom-form.cms-liste-des-revendeurs .bottom-revendeur:after,
body.amform-body.cms-liste-des-revendeurs .bottom-revendeur:after {
  background-color: #587575;
  width: 200vw;
  top: 0;
  bottom: 0;
  left: -50%;
  content: '';
  display: block;
  z-index: 1;
  position: absolute;
}
body.custom-form.cms-liste-des-revendeurs .bottom-revendeur h2,
body.amform-body.cms-liste-des-revendeurs .bottom-revendeur h2 {
  position: relative;
  z-index: 2;
  display: block;
  text-align: center;
  font-weight: normal;
  font-size: 20px;
  color: #fff;
}
body.custom-form.cms-liste-des-revendeurs .bottom-revendeur p,
body.amform-body.cms-liste-des-revendeurs .bottom-revendeur p {
  font-weight: normal;
  font-size: 14px;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}
body.mgsButton .page-wrapper .page-header .header.panel {
  padding-top: 4px;
}
body.mgsButton .page-header.type6.header-newskin .navigation li.level0 > .level-top {
  margin-top: 0;
}
body.mgsButton .page-header.type6.header-newskin .header.content {
  margin-top: 0;
}
@media (min-width: 1200px) {
  body.mgsButton #maincontent {
    margin-top: 56px;
  }
}
@media (min-width: 1921px) {
  body.mgsButton.catalog-category-view.page-products .page-wrapper .breadcrumbs,
  body.mgsButton.catalog-product-view .page-wrapper .replacebreadcrumbs {
    margin-top: 28px;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  body.mgsButton.catalog-category-view.page-products .page-wrapper .breadcrumbs,
  body.mgsButton.catalog-product-view .page-wrapper .replacebreadcrumbs {
    margin-top: 76px;
  }
}
@media (min-width: 1600px) and (max-width: 1920px) {
  body.mgsButton.catalog-category-view.page-products .page-wrapper .breadcrumbs,
  body.mgsButton.catalog-product-view .page-wrapper .replacebreadcrumbs {
    margin-top: 62px;
  }
}
@media (min-width: 1921px) {
  body.mgsButton.catalog-product-view .page-wrapper .replacebreadcrumbs {
    margin-top: 41px;
  }
}
.page-products .page-wrapper {
  background: #fff;
}
.page-products .page-wrapper .category-image,
.page-products .page-wrapper .category-description {
  display: none;
}
.page-products .page-wrapper .page-main {
  padding-bottom: 20px;
  padding-top: 30px;
}
.page-products .page-wrapper .page-main .sidebar:before {
  display: none;
}
.page-products .page-wrapper .page-main .sidebar.sidebar-main .layered-filter-block-container {
  background: #e8e8e8;
}
.page-products .page-wrapper .page-main .sidebar .block-category-list {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .page-products .page-wrapper .page-main .sidebar .block-category-list {
    display: none;
  }
}
.page-products .page-wrapper .page-main .sidebar .block-category-list .block-title {
  display: flex;
  align-items: center;
  padding-left: 30px;
  padding-top: 20px;
}
.page-products .page-wrapper .page-main .sidebar .block-category-list .block-title strong {
  font-weight: normal;
  font-family: 'DIN 2014';
  font-size: 20px;
  color: #000;
  text-transform: none;
}
.page-products .page-wrapper .page-main .sidebar .block-category-list .block-title hr {
  display: block;
  width: 50px;
  border: none;
  height: 1px;
  background: #000;
  margin: 0 15px 0;
}
.page-products .page-wrapper .page-main .sidebar .block-category-list .block-content {
  padding: 10px 20px 15px 30px;
}
.page-products .page-wrapper .page-main .sidebar .block-category-list .block-content ol.items {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}
.page-products .page-wrapper .page-main .sidebar .block-category-list .block-content ol.items li {
  padding: 3px 0;
}
.page-products .page-wrapper .page-main .sidebar .block-category-list .block-content ol.items li a {
  font-family: 'DIN 2014';
  font-size: 17px;
  color: #000 !important;
}
.page-products .page-wrapper .page-main .sidebar .block-category-list .block-content ol.items li .contain-subitem {
  padding-left: 15px;
  padding-top: 3px;
}
.page-products .page-wrapper .page-main .sidebar .block-category-list .block-content ol.items li .contain-subitem .subitem {
  margin-bottom: 0;
  list-style: none;
}
@media only screen and (max-width: 767px) {
  .page-products .page-wrapper .page-main .sidebar .filter-options > .block-category-list {
    display: block;
  }
}
.page-products .page-wrapper .page-main .sidebar .filter-options-item {
  /*
          &.choix_cuir {
            background: #587575;

            .filter-options-title {
              color: #fff;

              hr {
                background: #fff;
              }
            }

            .filter-options-content {
              ol.items {
                li {
                  a {
                    color: #fff !important;

                    span {
                      color: #fff;
                    }
                  }
                }
              }
            }
          }

          &.price {
            background: #000;

            .filter-options-title {
              color: #fff;

              hr {
                background: #fff;
              }
            }

            .filter-options-content {
              ol.items {
                li {
                  a {
                    color: #fff !important;

                    span {
                      color: #fff;
                    }
                  }
                }
              }
            }
          }
          */
}
.page-products .page-wrapper .page-main .sidebar .filter-options-item .filter-options-title {
  display: flex;
  align-items: center;
  font-weight: normal;
  font-family: 'DIN 2014';
  font-size: 20px;
  color: #000;
  text-transform: none;
  padding-left: 30px;
}
.page-products .page-wrapper .page-main .sidebar .filter-options-item .filter-options-title hr {
  display: block;
  width: 27px;
  border: none;
  height: 1px;
  background: #000;
  margin: 0 15px 0;
}
.page-products .page-wrapper .page-main .sidebar .filter-options-item .filter-options-title:after {
  display: none;
}
.page-products .page-wrapper .page-main .sidebar .filter-options-item .filter-options-content {
  padding-left: 30px;
  border-bottom: none;
  padding-bottom: 18px;
}
.page-products .page-wrapper .page-main .sidebar .filter-options-item .filter-options-content ol.items {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}
.page-products .page-wrapper .page-main .sidebar .filter-options-item .filter-options-content ol.items li {
  padding: 3px 0;
  margin: 0;
}
.page-products .page-wrapper .page-main .sidebar .filter-options-item .filter-options-content ol.items li input {
  display: none;
}
.page-products .page-wrapper .page-main .sidebar .filter-options-item .filter-options-content ol.items li input:checked + a {
  font-weight: bold;
  position: relative;
}
.page-products .page-wrapper .page-main .sidebar .filter-options-item .filter-options-content ol.items li input:checked + a:before {
  content: '';
  display: block;
  width: 15px;
  height: 2px;
  background: #fff;
  border: none;
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
}
.page-products .page-wrapper .page-main .sidebar .filter-options-item .filter-options-content ol.items li input:checked + a span {
  font-weight: bold;
}
.page-products .page-wrapper .page-main .sidebar .filter-options-item .filter-options-content ol.items li a {
  font-family: 'DIN 2014';
  font-size: 17px;
  color: #000 !important;
}
.page-products .page-wrapper .page-main .sidebar .filter-options-item .filter-options-content ol.items li a span {
  color: #000;
}
.page-products .page-wrapper .page-main .sidebar .filter-options-item .filter-options-content .swatch-option.image {
  border-radius: 50%;
  background-size: 100% !important;
  padding: 0;
  border: none;
}
.page-products .page-wrapper .page-main .sidebar .filter-options-item .filter-options-content .swatch-option {
  border-radius: 50%;
}
.page-products .page-wrapper .page-main .sidebar .filter-options-item.bois .filter-options-content,
.page-products .page-wrapper .page-main .sidebar .filter-options-item.couleur .filter-options-content {
  padding-left: 10px;
}
.page-products .page-wrapper .page-main .sidebar .filter-current .filter-current-subtitle {
  display: flex;
  align-items: center;
  font-weight: normal;
  font-family: 'DIN 2014';
  font-size: 20px;
  color: #000;
  text-transform: none;
  padding-left: 30px;
}
.page-products .page-wrapper .page-main .sidebar .filter-current .filter-current-subtitle hr {
  display: block;
  width: 50px;
  border: none;
  height: 1px;
  background: #000;
  margin: 0 15px 0;
}
.page-products .page-wrapper .page-main .sidebar .filter-current ol.items {
  list-style-type: none;
  padding-left: 10px;
  margin-bottom: 0;
}
.page-products .page-wrapper .page-main .sidebar .filter-current ol.items li {
  padding: 3px 0;
  margin: 0;
}
.page-products .page-wrapper .page-main .sidebar .filter-current ol.items li span {
  font-family: 'DIN 2014';
  font-size: 17px;
  color: #000 !important;
}
.page-products .page-wrapper .page-main .sidebar .filter-current ol.items li .action.remove {
  top: 2px;
}
.page-products .page-wrapper .page-main .sidebar .filter-actions {
  border: none;
}
.page-products .page-wrapper .page-main .sidebar .filter-actions a span {
  font-family: 'DIN 2014';
  font-size: 17px;
  color: #000;
}
@media only screen and (max-width: 767px) {
  .page-products .page-wrapper .page-main .sidebar .filter-title {
    background: #000;
  }
  .page-products .page-wrapper .page-main .sidebar .filter-title strong {
    right: -7px;
  }
  .page-products .page-wrapper .page-main .sidebar .filter-content strong {
    font-weight: normal;
    font-family: 'DIN 2014';
    font-size: 13px;
    padding-left: 0;
  }
  .page-products .page-wrapper .page-main .sidebar .filter-content .filter-options {
    padding: 10px !important;
  }
}
.page-products .page-wrapper .page-main .column.main .toolbar-products {
  text-align: right;
  border: none;
  padding-bottom: 10px;
}
.page-products .page-wrapper .page-main .column.main .toolbar-products .toolbar-sorter,
.page-products .page-wrapper .page-main .column.main .toolbar-products .modes,
.page-products .page-wrapper .page-main .column.main .toolbar-products .toolbar-amount,
.page-products .page-wrapper .page-main .column.main .toolbar-products .field.limiter {
  display: none;
}
.page-products .page-wrapper .page-main .column.main .toolbar-products .pages {
  display: inline-block;
  text-align: center;
}
.page-products .page-wrapper .page-main .column.main .toolbar-products .pages ul.items li {
  background: #E8E8E8;
  border: none;
}
.page-products .page-wrapper .page-main .column.main .toolbar-products .pages ul.items li strong {
  border: none;
}
.page-products .page-wrapper .page-main .column.main .toolbar-products .pages ul.items li a {
  border: none;
}
.page-products .page-wrapper .page-main .column.main .toolbar-products .pages ul.items li a:before {
  color: #000;
}
.page-products .page-wrapper .page-main .column.main .toolbar-products .pages ul.items li a:hover:before {
  color: #000;
}
.page-products .page-wrapper .page-main .column.main .toolbar-products .pages ul.items li span {
  font-family: 'DIN 2014';
  font-size: 17px;
  color: #000;
}
.page-products .page-wrapper .page-main .column.main .toolbar-products .pages ul.items li.current {
  background: #587575;
  border: none;
}
.page-products .page-wrapper .page-main .column.main .toolbar-products .pages ul.items li.current span {
  color: #fff;
}
.page-products .page-wrapper .page-main .column.main ol.product-items li {
  border: none;
  margin-bottom: 5px;
}
.page-products .page-wrapper .page-main .column.main ol.product-items li:hover {
  box-shadow: 0 2px 15px 0px rgba(0, 0, 0, 0.1);
}
.page-products .page-wrapper .page-main .column.main ol.product-items li .product-item-info {
  border: none;
  box-shadow: none !important;
}
.page-products .page-wrapper .page-main .column.main ol.product-items li .product-item-info .product-item-details .product-item-main-categ {
  font-family: 'DIN 2014';
  font-size: 15px;
  color: #000;
  text-transform: none;
  font-weight: bold;
  padding-bottom: 10px;
}
.page-products .page-wrapper .page-main .column.main ol.product-items li .product-item-info .product-item-details .product-item-name {
  height: 50px;
  overflow: hidden;
}
.page-products .page-wrapper .page-main .column.main ol.product-items li .product-item-info .product-item-details .stock {
  font-style: italic;
}
.page-products .page-wrapper .page-main .column.main ol.product-items li .product-item-info .product-item-details .stock span {
  color: #79a22e;
}
.page-products .page-wrapper .page-main .column.main ol.product-items li .product-item-info .product-item-details .product-item-link {
  font-family: 'DIN 2014';
  font-size: 17px;
  color: #000;
  position: relative;
  display: block;
  padding-top: 5px;
  hyphens: initial;
}
.page-products .page-wrapper .page-main .column.main ol.product-items li .product-item-info .product-item-details .product-item-link:before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 10px;
  height: 1px;
  background: #000;
  border: none;
  content: '';
  display: block;
}
.page-products .page-wrapper .page-main .column.main ol.product-items li .product-item-info .product-item-details .product-item-link:hover {
  text-decoration: none;
}
.page-products .page-wrapper .page-main .column.main ol.product-items li .product-item-info .product-item-details .price-final_price * {
  font-family: 'DIN 2014';
  font-size: 17px;
  color: #000;
  text-transform: none;
  font-weight: bold;
}
.page-products .page-wrapper .page-main .column.main ol.product-items li .product-item-info .product-item-details .product-item-inner {
  margin-bottom: 0;
}
.page-products .page-wrapper .page-main .column.main ol.product-items li .product-item-info .product-item-details .product-item-inner .product-item-actions {
  visibility: visible;
  opacity: 1;
}
.page-products .page-wrapper .page-main .column.main ol.product-items li .product-item-info .product-item-details .product-item-inner .product-item-actions .action.tocart {
  background: #fff;
  padding: 3px 15px;
  color: #000;
  display: inline-block;
  height: auto;
  width: auto;
  line-height: 25px;
  position: relative;
}
.page-products .page-wrapper .page-main .column.main ol.product-items li .product-item-info .product-item-details .product-item-inner .product-item-actions .action.tocart:hover {
  border: 1px solid #000;
}
.page-products .page-wrapper .page-main .column.main ol.product-items li .product-item-info .product-item-details .product-item-inner .product-item-actions .action.tocart:before {
  display: block;
  width: 8px;
  height: 18px;
  background: #fff;
  position: absolute;
  left: -2px;
  top: 50%;
  border: none;
  transform: translateY(-50%);
  content: '';
}
.page-products .page-wrapper .page-main .column.main ol.product-items li .product-item-info .product-item-details .product-item-inner .product-item-actions .action.tocart:after {
  content: '';
  display: block;
  width: 25px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 54%;
  transform: translateY(-50%) translateX(-50%);
  left: -3px;
  border: none;
  border-top: 1px solid #000;
}
.page-products .page-wrapper .page-main .column.main ol.product-items li .product-item-info .product-item-details .product-item-inner .product-item-actions .action.tocart span {
  color: #000;
  font-family: 'DIN 2014';
  font-size: 17px;
  text-transform: none;
  display: block;
}
.page-products .page-wrapper .block-search-list {
  margin: 0;
  width: 290px;
  float: right;
  margin-bottom: 30px;
  z-index: 0;
}
.page-products .page-wrapper .block-search-list form {
  display: flex;
  justify-content: space-between;
}
.page-products .page-wrapper .block-search-list form .field.search {
  width: 245px;
  display: inline-block;
}
.page-products .page-wrapper .block-search-list form .field.search label {
  display: none;
}
.page-products .page-wrapper .block-search-list form .field.search input {
  background: #E8E8E8;
  position: relative;
  margin: 0;
  left: initial;
  border: none;
  height: 40px;
}
.page-products .page-wrapper .block-search-list .actions {
  width: 45px;
  display: inline-block;
  padding-left: 5px;
  border: none;
}
.page-products .page-wrapper .block-search-list .actions button {
  top: inherit;
  background: #587575;
  color: #fff;
  position: relative;
  right: inherit;
  width: 40px;
  display: block;
  height: 40px;
  border: none;
}
.page-products .page-wrapper .block-search-list .actions button span {
  display: none;
}
.page-products .page-wrapper .block-search-list .actions button:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: inherit;
  content: '\f818';
  font-family: 'porto-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak-as: none;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  body.filter-active .columns {
    z-index: inherit;
  }
}
body.catalog-product-view {
  background: #FFFFFF;
}
body.catalog-product-view.fotorama__fullscreen .fotorama__stage {
  border: 0;
  padding-bottom: 10px;
}
body.catalog-product-view.fotorama__fullscreen .fotorama__stage .fotorama__fullscreen-icon {
  right: 5%;
  bottom: 0;
  top: inherit;
}
body.catalog-product-view.fotorama__fullscreen .fotorama__stage .fotorama__fullscreen-icon:focus:after {
  display: none;
}
body.catalog-product-view.fotorama__fullscreen .fotorama__stage .fotorama__fullscreen-icon:before {
  content: url(../Magento_Catalog/images/back.png);
}
body.catalog-product-view.fotorama__fullscreen .fotorama__stage .fotorama__zoom-in {
  top: 10%;
}
body.catalog-product-view.fotorama__fullscreen .fotorama__stage .fotorama__zoom-in:focus:after {
  display: none;
}
body.catalog-product-view.fotorama__fullscreen .fotorama__stage .fotorama__zoom-in:before {
  content: url(../Magento_Catalog/images/zoom_fullscreen.png);
}
body.catalog-product-view.fotorama__fullscreen .fotorama__stage .fotorama__zoom-out {
  top: 20%;
}
body.catalog-product-view.fotorama__fullscreen .fotorama__stage .fotorama__zoom-out:focus:after {
  display: none;
}
body.catalog-product-view.fotorama__fullscreen .fotorama__stage .fotorama__zoom-out:before {
  content: url(../Magento_Catalog/images/zoom_out.png);
}
body.catalog-product-view.fotorama__fullscreen .fotorama__nav-wrap--horizontal .fotorama__nav--thumbs {
  top: -10px;
}
body.catalog-product-view.fotorama__fullscreen .fotorama__nav-wrap--horizontal .fotorama__nav--thumbs .fotorama__thumb-border {
  border: 0;
  background-image: none;
}
body.catalog-product-view.fotorama__fullscreen .fotorama__nav-wrap--horizontal .fotorama__nav--thumbs .fotorama__nav__shaft {
  top: -25px;
  left: 5%;
  right: 5%;
}
body.catalog-product-view.fotorama__fullscreen .fotorama__nav-wrap--horizontal .fotorama__nav--thumbs .fotorama__thumb {
  border: 0 !important;
}
body.catalog-product-view.fotorama__fullscreen .fotorama__nav-wrap--horizontal .fotorama__nav--thumbs .fotorama__nav__frame--thumb:before {
  display: block;
  content: '';
  top: 0;
  background: #FFFFFF;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
  position: absolute;
  opacity: 0.4;
}
body.catalog-product-view.fotorama__fullscreen .fotorama__nav-wrap--horizontal .fotorama__nav--thumbs .fotorama__nav__frame--thumb:after {
  content: url(../Magento_Catalog/images/not_selected_fullpage.png);
}
body.catalog-product-view.fotorama__fullscreen .fotorama__nav-wrap--horizontal .fotorama__nav--thumbs .fotorama__nav__frame--thumb.fotorama__active:before {
  display: none;
}
body.catalog-product-view.fotorama__fullscreen .fotorama__nav-wrap--horizontal .fotorama__nav--thumbs .fotorama__nav__frame--thumb.fotorama__active:after {
  content: url(../Magento_Catalog/images/selected_fullpage.png);
}
body.catalog-product-view .page-wrapper {
  padding-top: 10%;
}
@media (min-width: 1921px) {
  body.catalog-product-view .page-wrapper {
    padding-top: 201px;
  }
}
body.catalog-product-view .page-wrapper .replacebreadcrumbs {
  display: block !important;
  padding: 4px 0 0;
  background: #2B3D44;
  margin-top: 1.6%;
}
@media (min-width: 1921px) {
  body.catalog-product-view .page-wrapper .replacebreadcrumbs {
    padding-top: 30px;
  }
}
@media (min-width: 1600px) and (max-width: 1680px) {
  body.catalog-product-view .page-wrapper .replacebreadcrumbs {
    margin-top: 2%;
  }
}
@media (min-width: 1450px) and (max-width: 1599px) {
  body.catalog-product-view .page-wrapper .replacebreadcrumbs {
    margin-top: 3%;
  }
}
@media (min-width: 1200px) and (max-width: 1449px) {
  body.catalog-product-view .page-wrapper .replacebreadcrumbs {
    margin-top: 3.7%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  body.catalog-product-view .page-wrapper .replacebreadcrumbs {
    margin-top: 4.3%;
  }
}
@media (min-width: 560px) and (max-width: 767px) {
  body.catalog-product-view .page-wrapper .replacebreadcrumbs {
    margin-top: 8%;
  }
}
@media (max-width: 559px) {
  body.catalog-product-view .page-wrapper .replacebreadcrumbs {
    margin-top: 48px;
  }
}
body.catalog-product-view .page-wrapper .replacebreadcrumbs .items {
  padding: 5px 14px 5px;
  max-width: 85%;
  margin: 0 auto;
}
body.catalog-product-view .page-wrapper .replacebreadcrumbs .items .item {
  display: inline;
  list-style: none;
}
body.catalog-product-view .page-wrapper .replacebreadcrumbs .items .item:after {
  content: url(../Magento_Theme/images/arrow.png);
  font-size: 10px;
  margin: 0 9px;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
}
@media only screen and (max-width: 767px) {
  body.catalog-product-view .page-wrapper .replacebreadcrumbs .items .item:after {
    transform: scale(0.6);
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
  }
}
body.catalog-product-view .page-wrapper .replacebreadcrumbs .items .item:last-child:after {
  content: '';
  display: none;
}
body.catalog-product-view .page-wrapper .replacebreadcrumbs .items .item a,
body.catalog-product-view .page-wrapper .replacebreadcrumbs .items .item strong {
  color: #FFFFFF;
  text-transform: uppercase;
  font-family: 'DIN 2014';
  font-weight: normal;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  body.catalog-product-view .page-wrapper .replacebreadcrumbs .items .item a,
  body.catalog-product-view .page-wrapper .replacebreadcrumbs .items .item strong {
    font-size: 15px;
  }
}
body.catalog-product-view .page-main {
  background-color: #FFFFFF;
  padding-top: 0;
}
@media only screen and (max-width: 767px) {
  body.catalog-product-view .page-main {
    margin-top: 0;
  }
}
body.catalog-product-view .main-product-detail {
  background-color: transparent;
  padding: 0;
}
body.catalog-product-view .product.media {
  padding-left: 10%;
}
@media (min-width: 768px) and (max-width: 1024px) {
  body.catalog-product-view .product.media {
    padding-left: 2%;
  }
}
@media only screen and (max-width: 767px) {
  body.catalog-product-view .product.media {
    width: 100%;
    padding-left: 2%;
  }
}
body.catalog-product-view .product.media .fotorama__stage {
  border: none;
}
body.catalog-product-view .product.media .fotorama__stage .fotorama__arr .fotorama__arr__arr:before {
  color: #2B3D44;
}
body.catalog-product-view .product.media .fotorama__stage .fotorama__fullscreen-icon:before {
  content: url(../Magento_Catalog/images/zoom_fullscreen.png);
}
body.catalog-product-view .product.media .fotorama__caption {
  display: none;
}
body.catalog-product-view .product.media .fotorama__wrap .fotorama__nav-wrap--horizontal .fotorama__nav.fotorama__nav--thumbs {
  height: 124px !important;
}
body.catalog-product-view .product.media .fotorama__wrap .fotorama__nav-wrap--horizontal .fotorama__nav.fotorama__nav--thumbs .fotorama__thumb-border {
  margin-top: 0;
  border: 0;
  background-image: none;
}
body.catalog-product-view .product.media .fotorama__wrap .fotorama__nav-wrap--horizontal .fotorama__nav.fotorama__nav--thumbs:before {
  background-image: none;
}
body.catalog-product-view .product.media .fotorama__wrap .fotorama__nav-wrap--horizontal .fotorama__nav.fotorama__nav--thumbs .fotorama__thumb__arr .fotorama__thumb--icon {
  background-image: none;
}
body.catalog-product-view .product.media .fotorama__nav-wrap--horizontal .fotorama__shadows--right:after {
  background-image: none;
}
body.catalog-product-view .product.media .fotorama__nav-wrap--horizontal .fotorama__nav__frame {
  margin-right: -1px;
}
body.catalog-product-view .product.media .fotorama__nav-wrap--horizontal .fotorama__nav__frame--thumb {
  position: relative;
  border: none;
}
body.catalog-product-view .product.media .fotorama__nav-wrap--horizontal .fotorama__nav__frame--thumb:before {
  display: block;
  content: '';
  top: 0;
  background: #FFFFFF;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
  position: absolute;
  opacity: 0.4;
}
body.catalog-product-view .product.media .fotorama__nav-wrap--horizontal .fotorama__nav__frame--thumb:after {
  content: url(../Magento_Catalog/images/not_selected.png);
}
body.catalog-product-view .product.media .fotorama__nav-wrap--horizontal .fotorama__nav__frame--thumb.fotorama__active:before {
  display: none;
}
body.catalog-product-view .product.media .fotorama__nav-wrap--horizontal .fotorama__nav__frame--thumb.fotorama__active:after {
  content: url(../Magento_Catalog/images/selected.png);
}
body.catalog-product-view .product.media .fotorama__nav-wrap--horizontal .fotorama__thumb {
  border: 0 !important;
}
body.catalog-product-view .top_product {
  display: flex;
  align-items: flex-start;
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  body.catalog-product-view .top_product {
    flex-wrap: wrap;
  }
}
body.catalog-product-view .top_product:after {
  display: block;
  content: '';
  clear: both;
}
body.catalog-product-view .desc {
  display: flex;
  position: relative;
  margin-top: 130px;
  min-height: 180px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 1500px) {
  body.catalog-product-view .desc {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 1200px) {
  body.catalog-product-view .desc {
    margin-top: 70px;
  }
}
@media only screen and (max-width: 767px) {
  body.catalog-product-view .desc {
    display: block;
  }
}
@media only screen and (max-width: 600px) {
  body.catalog-product-view .desc {
    margin-top: 50px;
  }
}
body.catalog-product-view .desc p {
  position: relative;
  z-index: 2;
  color: #FFFFFF;
}
body.catalog-product-view .desc .col {
  padding: 30px 0 10px;
  width: 50%;
  text-align: left;
  position: relative;
  z-index: 2;
  padding: 30px 0 30px;
}
@media only screen and (max-width: 767px) {
  body.catalog-product-view .desc .col {
    width: 100%;
  }
}
body.catalog-product-view .desc .col hr {
  display: none;
}
body.catalog-product-view .desc .col p,
body.catalog-product-view .desc .col p > strong {
  margin: 0 !important;
  padding: 0 !important;
  text-align: left !important;
  color: #000000;
  font-family: 'DIN 2014';
  font-size: 16px;
  line-height: 26px;
  font-weight: normal;
}
body.catalog-product-view .desc .col p span,
body.catalog-product-view .desc .col p > strong span {
  display: block;
}
body.catalog-product-view .desc .col a {
  display: inline-block;
  background: #587575;
  border: 1px solid #FFFFFF;
  color: #000000;
  letter-spacing: inherit;
  padding: 3px 15px;
  height: auto;
  width: auto;
  line-height: 25px;
  position: relative;
  text-transform: none;
  font-family: 'DIN 2014';
  font-size: 16px;
  margin-top: 10px;
}
body.catalog-product-view .desc .col:nth-child(2) {
  border-left: 1px solid #FFFFFF;
}
@media only screen and (max-width: 767px) {
  body.catalog-product-view .desc .col:nth-child(2) {
    border-left: none;
    border-top: 1px solid #FFFFFF;
    margin: auto;
  }
}
body.catalog-product-view .desc .col:nth-child(2) p {
  text-align: center !important;
}
@media only screen and (max-width: 767px) {
  body.catalog-product-view .desc .col:nth-child(1) p {
    text-align: center !important;
  }
}
body.catalog-product-view .product-info-main {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0;
  padding-left: 30px;
  padding-right: 10%;
}
@media (min-width: 768px) and (max-width: 1024px) {
  body.catalog-product-view .product-info-main {
    padding-right: 2%;
  }
}
@media only screen and (max-width: 767px) {
  body.catalog-product-view .product-info-main {
    width: 100%;
    padding-left: 2%;
    padding-right: 2%;
  }
}
body.catalog-product-view .product-info-main > * {
  order: 2;
  width: 100%;
}
body.catalog-product-view .product-info-main .voir_plus {
  padding-bottom: 20%;
}
body.catalog-product-view .product-info-main .voir_plus a {
  text-decoration: underline;
  color: #2B3D44;
  font-weight: 500;
  font-family: 'DIN 2014';
  letter-spacing: 1px;
  font-size: 12pt;
}
body.catalog-product-view .product-info-main .category_name {
  order: 1;
  display: none;
  align-items: center;
  white-space: nowrap;
}
body.catalog-product-view .product-info-main .category_name span {
  color: #000000;
  text-align: left;
  font-weight: normal;
  font-family: 'DIN 2014';
  font-size: 32px;
  display: block;
  padding-right: 10px;
}
body.catalog-product-view .product-info-main .category_name hr {
  display: block;
  width: 100%;
  border: none;
  background: #000000;
  height: 1px;
  margin: 0;
}
body.catalog-product-view .product-info-main .page-title-wrapper {
  padding-bottom: 20px;
}
body.catalog-product-view .product-info-main .page-title-wrapper h1 {
  margin: 0;
}
body.catalog-product-view .product-info-main .page-title-wrapper h1 span {
  color: #1A1A1A;
  font-family: FormaDJRDeck-Regular,sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 1.2em;
}
body.catalog-product-view .product-info-main .product-info-price {
  border: none;
  margin-bottom: 0;
}
body.catalog-product-view .product-info-main .product-info-price > div.price-box {
  padding-bottom: 0;
}
body.catalog-product-view .product-info-main .product-info-price span.price {
  font-family: 'FormaDJRDeck-Regular';
  font-size: 30px;
  text-transform: none;
  font-weight: 600;
  color: #2B3D44;
}
body.catalog-product-view .product-info-main .short_desc {
  margin-bottom: 20px;
}
body.catalog-product-view .product-info-main .short_desc hr {
  display: none;
}
body.catalog-product-view .product-info-main .short_desc p {
  color: #000000;
  font-family: 'DIN 2014';
  font-size: 16px;
  display: block;
  text-align: justify;
  line-height: inherit;
  margin-bottom: 0 !important;
  font-weight: 300;
}
body.catalog-product-view .product-info-main .product-social-links {
  display: none;
}
body.catalog-product-view .product-info-main .product-info-stock-sku {
  text-align: left;
  margin: 10px 0 10px 0;
  padding: 0;
}
body.catalog-product-view .product-info-main .product-info-stock-sku .stock span.label {
  display: none;
}
body.catalog-product-view .product-info-main .product-info-stock-sku .stock span {
  font-style: italic;
  font-weight: 600;
  color: #22B99D;
  font-family: 'FormaDJRDeck-Regular';
  font-size: 18px;
}
body.catalog-product-view .product-info-main .product-info-stock-sku .stock .red-class {
  color: #000000;
  margin-right: 10px;
}
body.catalog-product-view .product-info-main .product-info-stock-sku .stock .picto,
body.catalog-product-view .product-info-main .product-info-stock-sku .stock .picto-red {
  display: inline-block;
  width: 30px;
  height: 28px;
  position: relative;
  top: 8px;
  margin-right: 5px;
}
body.catalog-product-view .product-info-main .product-info-stock-sku .stock.available .picto {
  background: url(../Magento_Catalog/images/available.png) center center no-repeat;
  margin-left: -3px;
}
body.catalog-product-view .product-info-main .product-info-stock-sku .stock.available .picto-red {
  background: url(../Magento_Catalog/images/out.png) center center no-repeat;
  margin-left: -3px;
}
body.catalog-product-view .product-info-main .product-info-stock-sku .stock.unavailable .picto {
  background: url(../Magento_Catalog/images/out.png) center center no-repeat;
}
body.catalog-product-view .product-info-main .product-info-stock-sku .sku {
  display: none;
}
body.catalog-product-view .product-info-main .box-tocart {
  text-align: left;
  margin: 0;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  body.catalog-product-view .product-info-main .box-tocart {
    margin-bottom: 0;
  }
}
body.catalog-product-view .product-info-main .box-tocart .field.qty {
  margin-right: 15px;
  width: auto;
}
body.catalog-product-view .product-info-main .box-tocart .field.qty .control {
  margin-left: 0;
}
body.catalog-product-view .product-info-main .box-tocart .field.qty input {
  width: 43px;
  padding: 0;
  margin: 0;
  border: 1px solid #2B3D44;
  background: #FFFFFF;
  color: #2B3D44;
  font-family: 'FormaDJRDeck-Regular';
  font-size: 17px;
  font-weight: bold;
  height: 36px;
  width: 36px !important;
}
body.catalog-product-view .product-info-main .box-tocart .field.qty .qty-changer {
  display: none;
}
body.catalog-product-view .product-info-main .box-tocart .actions button.tocart {
  background: #2B3D44;
  border: 1px solid #2B3D44;
  letter-spacing: inherit;
  padding: 8px 15px;
  display: inline-block;
  height: 28px;
  width: 180px;
  line-height: 12px;
  position: relative;
}
body.catalog-product-view .product-info-main .box-tocart .actions button.tocart:before {
  display: none;
}
body.catalog-product-view .product-info-main .box-tocart .actions button.tocart span {
  letter-spacing: initial;
  text-transform: uppercase;
  color: #FFFFFF;
  font-family: 'FormaDJRDeck-Regular';
  font-size: 14px;
  display: block;
  font-weight: 600;
}
body.catalog-product-view .product-info-main .box-tocart .actions button.tocart:hover span {
  text-decoration: underline;
}
body.catalog-product-view .product-info-main .box-tocart .moved-add-to-links {
  display: inline-block !important;
  margin-top: 0 !important;
}
body.catalog-product-view .product-info-main .box-tocart .moved-add-to-links .towishlist {
  border: 1px solid #2B3D44;
  background: #FFFFFF;
  width: 36px;
  height: 36px;
  line-height: 33px;
}
body.catalog-product-view .product-info-main .box-tocart .moved-add-to-links .towishlist:before {
  color: #2B3D44;
  content: url(../Magento_Catalog/images/wishlist.png);
  margin-top: 5px;
}
body.catalog-product-view .product-info-main .oney-wrapper.oney-product .oneyCta_button {
  font-size: 10px;
  height: 25px;
  border: 1px solid #81bc00 !important;
}
@media only screen and (min-width: 1025px) {
  body.catalog-product-view .product-info-main .oney-wrapper.oney-product .oneyCta_button {
    width: 375px;
  }
}
body.catalog-product-view .product-info-main .oney-wrapper.oney-product .oneyCta_button .oneyCta_logo {
  width: 84px;
  height: 16px;
}
body.catalog-product-view .product-info-main .product-options-wrapper {
  border-bottom: none;
}
body.catalog-product-view .product-info-main .product-options-wrapper .swatch-attribute-label {
  color: #2B3D44;
  text-decoration: underline;
  font-size: 16px;
}
body.catalog-product-view .product-info-main .product-options-wrapper .swatch-attribute-options {
  display: block;
  margin-bottom: 20px;
  margin-top: 10px;
}
body.catalog-product-view .product-info-main .product-options-wrapper .swatch-attribute-options .swatch-option-custom {
  float: left;
}
body.catalog-product-view .product-info-main .product-options-wrapper .swatch-attribute-options .swatch-option-custom .customLabel {
  color: #000000;
  padding-left: 5px;
}
body.catalog-product-view .product-info-main .product-options-wrapper .swatch-attribute-options .swatch-option.image {
  float: none;
  background-size: 100% !important;
  width: 36px !important;
  height: 36px !important;
  min-width: 36px;
  border-radius: 50%;
  border: none;
  margin-right: 16px;
}
body.catalog-product-view .product-info-main .product-options-wrapper .swatch-attribute-options .swatch-option.image:hover {
  outline: none;
  border: none;
}
body.catalog-product-view .product-info-main .product-options-wrapper .swatch-attribute-options .product-info-price {
  margin-bottom: 10px;
}
body.catalog-product-view .product-info-main .product-options-wrapper .swatch-attribute-options .product-info-stock-sku {
  padding-bottom: 5px;
}
body.catalog-product-view .move-product-tab {
  background: transparent;
  padding-top: 30px;
  position: relative;
  margin-bottom: 100px;
  min-height: 180px;
  padding-bottom: 0;
  margin-left: -15px;
  margin-right: -15px;
}
@media only screen and (max-width: 1200px) {
  body.catalog-product-view .move-product-tab {
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  body.catalog-product-view .move-product-tab {
    margin-bottom: 40px;
  }
}
@media (min-width: 1600px) and (max-width: 1700px) {
  body.catalog-product-view .move-product-tab .row.block-11 img {
    margin-top: 5%;
  }
}
@media (min-width: 1500px) and (max-width: 1599px) {
  body.catalog-product-view .move-product-tab .row.block-11 img {
    margin-top: 7%;
  }
}
@media (min-width: 1400px) and (max-width: 1499px) {
  body.catalog-product-view .move-product-tab .row.block-11 img {
    margin-top: 9%;
  }
}
@media (min-width: 1280px) and (max-width: 1299px) {
  body.catalog-product-view .move-product-tab .row.block-11 img {
    margin-top: 18%;
  }
}
@media (min-width: 1100px) and (max-width: 1279px) {
  body.catalog-product-view .move-product-tab .row.block-11 img {
    margin-top: 29%;
  }
}
@media (min-width: 1000px) and (max-width: 1099px) {
  body.catalog-product-view .move-product-tab .row.block-11 img {
    margin-top: 37%;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  body.catalog-product-view .move-product-tab .row.block-11 img {
    margin-top: 50%;
  }
}
body.catalog-product-view .move-product-tab .product-features {
  background: #f1f1f1;
  padding-top: 25px;
  text-align: center;
}
body.catalog-product-view .move-product-tab .product-features .product-feature-heading {
  color: #000000;
  font-family: 'FormaDJRDeck-Regular';
}
body.catalog-product-view .move-product-tab .product-features h1 {
  color: #000000;
  font-weight: 600;
  font-size: 30px;
}
@media (max-width: 767px) {
  body.catalog-product-view .move-product-tab .product-features h1 {
    font-size: 20px;
  }
}
body.catalog-product-view .move-product-tab .product-features .feature-list-items {
  width: 80%;
  margin: 0 auto;
  padding-bottom: 2%;
  padding-top: 2%;
}
body.catalog-product-view .move-product-tab .product-features .feature-list-items .item {
  padding-right: 3%;
  padding-left: 3%;
  padding-bottom: 2%;
}
body.catalog-product-view .move-product-tab .product-features .feature-list-items .item .feature-name {
  font-size: 13px;
  text-transform: uppercase;
  color: #000000;
  font-family: 'FormaDJRDeck-Regular';
}
@media (max-width: 767px) {
  body.catalog-product-view .move-product-tab .product-features .feature-list-items .item .feature-name {
    font-size: 11px;
  }
}
body.catalog-product-view .move-product-tab .row {
  position: relative;
  z-index: 2;
}
body.catalog-product-view .move-product-tab .row .col-md-12 {
  margin-left: 0;
  margin-right: 0;
}
body.catalog-product-view .move-product-tab .row .product.info.detailed {
  margin-bottom: 0;
}
body.catalog-product-view .move-product-tab .row .product.info.detailed .product.data.items {
  margin-bottom: 0;
}
@media (min-width: 1280px) {
  body.catalog-product-view .move-product-tab .row .product.info.detailed .product.data.items {
    background: #f1f1f1;
  }
}
@media (min-width: 1280px) {
  body.catalog-product-view .move-product-tab .row #custom-1 {
    margin-top: 56px;
  }
}
@media (min-width: 1280px) {
  body.catalog-product-view .move-product-tab .row #custom-2 {
    margin-top: 51px;
  }
}
@media (min-width: 1280px) {
  body.catalog-product-view .move-product-tab .row #custom-3 {
    margin-top: 33px;
  }
}
@media (min-width: 1280px) {
  body.catalog-product-view .move-product-tab .row #custom-4 {
    margin-top: 35px;
  }
}
body.catalog-product-view .move-product-tab .items .item.title {
  padding: 0;
  margin: 0;
  text-align: center;
  background: #f1f1f1;
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  body.catalog-product-view .move-product-tab .items .item.title {
    width: 25%;
  }
}
@media (min-width: 1280px) {
  body.catalog-product-view .move-product-tab .items .item.title {
    width: 20%;
  }
}
@media (min-width: 1280px) {
  body.catalog-product-view .move-product-tab .items .item.title#tab-label-custom-1 {
    margin-left: 9%;
  }
}
body.catalog-product-view .move-product-tab .items .item.title a span {
  font-family: FormaDJRDeck-Regular,sans-serif;
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
  color: #000000;
  letter-spacing: 2px;
}
body.catalog-product-view .move-product-tab .items .item.title.active {
  background: #f1f1f1;
}
body.catalog-product-view .move-product-tab .items .item.title.active a {
  border-bottom: none !important;
  background: #f1f1f1;
}
body.catalog-product-view .move-product-tab .items .item.title.active a.switch {
  background: #f1f1f1;
}
body.catalog-product-view .move-product-tab .items .item.title.active a span {
  font-weight: 500;
  text-transform: uppercase;
}
@media (min-width: 768px) and (max-width: 1279px) {
  body.catalog-product-view .move-product-tab .items .item.title.active a span {
    padding: 5% 4% 7% 4%;
    background: #FFFFFF;
  }
}
@media (min-width: 1280px) {
  body.catalog-product-view .move-product-tab .items .item.title.active a span {
    padding: 3% 16% 4% 17%;
    background: #FFFFFF;
  }
}
body.catalog-product-view .move-product-tab .items .item.content {
  border-top: none;
  background: none;
  padding: 0;
}
body.catalog-product-view .move-product-tab .items .item.content#custom-1,
body.catalog-product-view .move-product-tab .items .item.content#custom-2,
body.catalog-product-view .move-product-tab .items .item.content#custom-3,
body.catalog-product-view .move-product-tab .items .item.content#custom-4 {
  background: #FFFFFF;
}
@media (max-width: 776px) {
  body.catalog-product-view .move-product-tab .items .item.content#custom-1 .dividing-line,
  body.catalog-product-view .move-product-tab .items .item.content#custom-2 .dividing-line,
  body.catalog-product-view .move-product-tab .items .item.content#custom-3 .dividing-line,
  body.catalog-product-view .move-product-tab .items .item.content#custom-4 .dividing-line {
    display: none;
  }
}
body.catalog-product-view .move-product-tab .items .item.content#custom-1 ul,
body.catalog-product-view .move-product-tab .items .item.content#custom-2 ul,
body.catalog-product-view .move-product-tab .items .item.content#custom-3 ul,
body.catalog-product-view .move-product-tab .items .item.content#custom-4 ul {
  margin-left: 0 !important;
}
body.catalog-product-view .move-product-tab .items .item.content#custom-1 ul li,
body.catalog-product-view .move-product-tab .items .item.content#custom-2 ul li,
body.catalog-product-view .move-product-tab .items .item.content#custom-3 ul li,
body.catalog-product-view .move-product-tab .items .item.content#custom-4 ul li,
body.catalog-product-view .move-product-tab .items .item.content#custom-1 ul li span,
body.catalog-product-view .move-product-tab .items .item.content#custom-2 ul li span,
body.catalog-product-view .move-product-tab .items .item.content#custom-3 ul li span,
body.catalog-product-view .move-product-tab .items .item.content#custom-4 ul li span {
  color: #000000;
  font-family: 'DIN 2014' !important;
  font-size: 16px !important;
  line-height: 26px;
  font-weight: normal;
  margin-bottom: 0;
  list-style-type: disc;
}
body.catalog-product-view .move-product-tab .items .item.content#custom-1 p,
body.catalog-product-view .move-product-tab .items .item.content#custom-2 p,
body.catalog-product-view .move-product-tab .items .item.content#custom-3 p,
body.catalog-product-view .move-product-tab .items .item.content#custom-4 p {
  color: #000000;
  font-family: 'DIN 2014' !important;
  font-size: 16px !important;
  line-height: 26px;
  font-weight: normal;
  margin-bottom: 0;
}
body.catalog-product-view .move-product-tab .items .item.content#custom-1 p > span,
body.catalog-product-view .move-product-tab .items .item.content#custom-2 p > span,
body.catalog-product-view .move-product-tab .items .item.content#custom-3 p > span,
body.catalog-product-view .move-product-tab .items .item.content#custom-4 p > span,
body.catalog-product-view .move-product-tab .items .item.content#custom-1 p > strong,
body.catalog-product-view .move-product-tab .items .item.content#custom-2 p > strong,
body.catalog-product-view .move-product-tab .items .item.content#custom-3 p > strong,
body.catalog-product-view .move-product-tab .items .item.content#custom-4 p > strong {
  color: #000000;
  font-family: 'DIN 2014' !important;
  font-size: 16px !important;
  line-height: 26px;
  font-weight: normal;
}
body.catalog-product-view .move-product-tab .items .item.content#custom-1 p > span > strong,
body.catalog-product-view .move-product-tab .items .item.content#custom-2 p > span > strong,
body.catalog-product-view .move-product-tab .items .item.content#custom-3 p > span > strong,
body.catalog-product-view .move-product-tab .items .item.content#custom-4 p > span > strong,
body.catalog-product-view .move-product-tab .items .item.content#custom-1 p > strong > strong,
body.catalog-product-view .move-product-tab .items .item.content#custom-2 p > strong > strong,
body.catalog-product-view .move-product-tab .items .item.content#custom-3 p > strong > strong,
body.catalog-product-view .move-product-tab .items .item.content#custom-4 p > strong > strong,
body.catalog-product-view .move-product-tab .items .item.content#custom-1 p > span > span,
body.catalog-product-view .move-product-tab .items .item.content#custom-2 p > span > span,
body.catalog-product-view .move-product-tab .items .item.content#custom-3 p > span > span,
body.catalog-product-view .move-product-tab .items .item.content#custom-4 p > span > span,
body.catalog-product-view .move-product-tab .items .item.content#custom-1 p > strong > span,
body.catalog-product-view .move-product-tab .items .item.content#custom-2 p > strong > span,
body.catalog-product-view .move-product-tab .items .item.content#custom-3 p > strong > span,
body.catalog-product-view .move-product-tab .items .item.content#custom-4 p > strong > span,
body.catalog-product-view .move-product-tab .items .item.content#custom-1 p > span > strong > span,
body.catalog-product-view .move-product-tab .items .item.content#custom-2 p > span > strong > span,
body.catalog-product-view .move-product-tab .items .item.content#custom-3 p > span > strong > span,
body.catalog-product-view .move-product-tab .items .item.content#custom-4 p > span > strong > span,
body.catalog-product-view .move-product-tab .items .item.content#custom-1 p > strong > strong > span,
body.catalog-product-view .move-product-tab .items .item.content#custom-2 p > strong > strong > span,
body.catalog-product-view .move-product-tab .items .item.content#custom-3 p > strong > strong > span,
body.catalog-product-view .move-product-tab .items .item.content#custom-4 p > strong > strong > span {
  font-family: 'DIN 2014' !important;
  font-size: 14px !important;
  font-weight: bold;
  display: block;
  position: relative;
}
body.catalog-product-view .move-product-tab .items .item.content#custom-1 p > span > strong:before,
body.catalog-product-view .move-product-tab .items .item.content#custom-2 p > span > strong:before,
body.catalog-product-view .move-product-tab .items .item.content#custom-3 p > span > strong:before,
body.catalog-product-view .move-product-tab .items .item.content#custom-4 p > span > strong:before,
body.catalog-product-view .move-product-tab .items .item.content#custom-1 p > strong > strong:before,
body.catalog-product-view .move-product-tab .items .item.content#custom-2 p > strong > strong:before,
body.catalog-product-view .move-product-tab .items .item.content#custom-3 p > strong > strong:before,
body.catalog-product-view .move-product-tab .items .item.content#custom-4 p > strong > strong:before,
body.catalog-product-view .move-product-tab .items .item.content#custom-1 p > span > span:before,
body.catalog-product-view .move-product-tab .items .item.content#custom-2 p > span > span:before,
body.catalog-product-view .move-product-tab .items .item.content#custom-3 p > span > span:before,
body.catalog-product-view .move-product-tab .items .item.content#custom-4 p > span > span:before,
body.catalog-product-view .move-product-tab .items .item.content#custom-1 p > strong > span:before,
body.catalog-product-view .move-product-tab .items .item.content#custom-2 p > strong > span:before,
body.catalog-product-view .move-product-tab .items .item.content#custom-3 p > strong > span:before,
body.catalog-product-view .move-product-tab .items .item.content#custom-4 p > strong > span:before,
body.catalog-product-view .move-product-tab .items .item.content#custom-1 p > span > strong > span:before,
body.catalog-product-view .move-product-tab .items .item.content#custom-2 p > span > strong > span:before,
body.catalog-product-view .move-product-tab .items .item.content#custom-3 p > span > strong > span:before,
body.catalog-product-view .move-product-tab .items .item.content#custom-4 p > span > strong > span:before,
body.catalog-product-view .move-product-tab .items .item.content#custom-1 p > strong > strong > span:before,
body.catalog-product-view .move-product-tab .items .item.content#custom-2 p > strong > strong > span:before,
body.catalog-product-view .move-product-tab .items .item.content#custom-3 p > strong > strong > span:before,
body.catalog-product-view .move-product-tab .items .item.content#custom-4 p > strong > strong > span:before {
  display: block;
  content: '';
  width: 10px;
  height: 1px;
  background: #000000;
  border: none;
  left: -14px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
body.catalog-product-view .move-product-tab .items .item.content#custom-2 .row hr {
  display: none !important;
}
body.catalog-product-view .move-product-tab .items .item.content#custom-2 .row .col-md-6 div {
  margin-bottom: 15px;
  margin-top: 25px;
}
body.catalog-product-view .move-product-tab .items .item.content#custom-2 .row .col-md-6 div a img {
  border: none !important;
}
body.catalog-product-view .move-product-tab .items .item.content#custom-2 .row .col-md-6 p {
  margin: 0 !important;
  line-height: 17px;
}
body.catalog-product-view .move-product-tab .items .item.content#custom-2 .row .col-md-6 p span {
  color: #000000;
  font-family: 'DIN 2014';
  font-size: 16px !important;
  line-height: 17px;
  font-weight: normal;
  text-decoration: none !important;
}
body.catalog-product-view .move-product-tab .items .item.content#custom-2 .row .col-md-6 p span > span > strong,
body.catalog-product-view .move-product-tab .items .item.content#custom-2 .row .col-md-6 p span > strong {
  font-family: 'DIN 2014';
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
  display: inline-block;
  position: relative;
}
body.catalog-product-view .move-product-tab .items .item.content#custom-2 .row .col-md-6 p span > span > strong:before,
body.catalog-product-view .move-product-tab .items .item.content#custom-2 .row .col-md-6 p span > strong:before {
  display: block;
  content: '';
  width: 10px;
  height: 1px;
  background: #000000;
  border: none;
  left: -14px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
body.catalog-product-view .move-product-tab .items .item.content#custom-2 .row .col-md-6 p span > span > strong:after,
body.catalog-product-view .move-product-tab .items .item.content#custom-2 .row .col-md-6 p span > strong:after {
  display: block;
  content: '';
  width: 10px;
  height: 1px;
  background: #000000;
  border: none;
  right: -14px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
body.catalog-product-view .move-product-tab .items .item.content#custom-2 .product-characteristics .details-table {
  border: none !important;
  display: block;
}
body.catalog-product-view .move-product-tab .items .item.content#custom-2 .product-characteristics .details-table tr {
  border: none !important;
  display: flex;
}
body.catalog-product-view .move-product-tab .items .item.content#custom-2 .product-characteristics .details-table tr td {
  border: none !important;
  padding: 0 !important;
  display: inline-block !important;
}
body.catalog-product-view .move-product-tab .items .item.content#custom-2 .product-characteristics .details-table tr td.legend,
body.catalog-product-view .move-product-tab .items .item.content#custom-2 .product-characteristics .details-table tr td.legend strong span {
  font-family: 'DIN 2014' !important;
  font-size: 16px !important;
  font-weight: bold;
  color: #000000 !important;
  width: 145px !important;
  padding: 0 !important;
  height: initial !important;
}
body.catalog-product-view .move-product-tab .items .item.content#custom-2 .product-characteristics .details-table tr td.data,
body.catalog-product-view .move-product-tab .items .item.content#custom-2 .product-characteristics .details-table tr td.data span {
  text-align: left !important;
  color: #000000 !important;
  font-family: 'DIN 2014' !important;
  font-size: 16px !important;
  font-weight: normal !important;
  padding: 0 !important;
  height: initial !important;
  display: inline-block !important;
  width: auto !important;
}
body.catalog-product-view .move-product-tab #related-product-onglet {
  color: #000000;
  margin-top: 30px;
}
body.catalog-product-view .move-product-tab #related-product-onglet .title {
  display: block;
  text-align: center;
  font-family: 'FormaDJRDeck-Regular';
  font-size: 33px;
  font-weight: 600;
  text-transform: uppercase;
  color: #2B3D44;
  letter-spacing: 4px;
}
@media (max-width: 767px) {
  body.catalog-product-view .move-product-tab #related-product-onglet .title {
    font-size: 25px;
  }
}
body.catalog-product-view .move-product-tab #related-product-onglet .subtitle {
  display: block;
  font-size: 14px;
  text-transform: none;
  color: #000000;
  font-weight: 500;
  text-align: center;
}
body.catalog-product-view .move-product-tab #related-product-onglet .block-title {
  display: none;
}
body.catalog-product-view .move-product-tab #related-product-onglet .product-items .product-item-info .product-item-photo {
  float: none;
  max-width: none;
  margin: 0 auto;
  width: 35%;
}
body.catalog-product-view .move-product-tab #related-product-onglet .product-items .product-item-info .product-item-details {
  margin-left: 0;
  text-align: center;
}
body.catalog-product-view .move-product-tab #related-product-onglet .product-items .product-item-info .product-item-details .product-item-name > a {
  color: #2B3D44;
  letter-spacing: 1px;
  font-family: FormaDJRDeck-Regular, sans-serif;
  font-size: 17px;
}
body.catalog-product-view .move-product-tab #related-product-onglet .product-items .product-item-info .product-item-details .product-item-name > a:hover {
  color: #2B3D44;
}
body.catalog-product-view .move-product-tab #related-product-onglet .product-items .product-item-info .product-item-details .product-item-actions .tocart {
  color: #FFFFFF;
  background-color: #2B3D44;
}
body.catalog-product-view .block.upsell {
  border-bottom: 3px solid #2B3D44;
  margin-left: -14px;
  margin-right: -14px;
}
@media (min-width: 768px) {
  body.catalog-product-view .block.upsell .products-upsell {
    margin: 25px 0;
  }
}
body.catalog-product-view .block.upsell .products-upsell.products-grid .product-item {
  width: auto;
}
body.catalog-product-view .block.upsell .products-upsell.products-grid .product-item .product-item-info {
  width: 100%;
}
body.catalog-product-view .block.upsell .products-upsell .owl-carousel .owl-item img {
  width: 40%;
}
body.catalog-product-view .block.upsell .block-title {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
body.catalog-product-view .block.upsell .block-title strong {
  display: block;
  text-align: center;
  font-family: FormaDJRDeck-Regular, sans-serif;
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0 !important;
  color: #2B3D44;
  padding-top: 35px;
  letter-spacing: 4px;
}
body.catalog-product-view .block.upsell .block-title strong span {
  display: block;
  font-size: 24px;
  text-transform: none;
  color: #000000;
  font-weight: 500;
  margin-top: 10px;
  letter-spacing: 3px;
}
@media (max-width: 767px) {
  body.catalog-product-view .block.upsell .block-title strong span {
    font-weight: 300;
  }
}
body.catalog-product-view .block.upsell .block-content {
  margin-left: 4%;
  margin-right: 4%;
}
body.catalog-product-view .block.upsell .block-content .product-item-photo {
  border: none;
}
body.catalog-product-view .block.upsell .block-content .product-item-info .product.name a {
  font-size: 17px;
  font-weight: 600;
}
body.catalog-product-view .block.upsell .block-content .product-item-details .product-item-link {
  font-family: FormaDJRDeck-Regular, sans-serif;
  font-size: 17px;
  color: #2B3D44;
  position: relative;
  display: block;
  padding-top: 5px;
  hyphens: initial;
  font-weight: 600;
  letter-spacing: 1px;
}
@media (min-width: 0px) {
  body.catalog-product-view .block.upsell .block-content .product-item-details .product-description {
    font-family: 'DIN 2014';
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 3.3em;
    color: #000000;
    font-size: 16px;
    font-weight: 300;
    padding: 5px;
    letter-spacing: normal;
  }
}
body.catalog-product-view .block.upsell .block-content .product-item-details span.price {
  font-family: 'FormaDJRDeck-Regular';
  font-size: 18px;
  color: #000000;
  text-transform: none;
  font-weight: 600;
}
body.catalog-product-view .block.upsell .owl-controls {
  bottom: 0;
  top: inherit;
  right: 0;
  left: 0;
}
body.catalog-product-view .block.upsell .owl-controls .owl-dots {
  text-align: center;
  display: inline-block;
}
body.catalog-product-view .block.upsell .owl-controls .owl-dots.disabled {
  display: none;
}
body.catalog-product-view .block.upsell .owl-controls .owl-dots .owl-dot {
  float: left;
}
body.catalog-product-view .block.upsell .owl-controls .owl-dots .owl-dot span {
  width: 20px;
  height: 20px;
  border: solid 2px #2B3D44;
}
body.catalog-product-view .block.upsell .owl-controls .owl-dots .owl-dot.active span {
  background-color: #2B3D44;
}
body.catalog-product-view .block.upsell .owl-controls .owl-dots .owl-dot.active span:before {
  display: none;
}
body.catalog-product-view .block.upsell .owl-controls .owl-dots:after {
  clear: both;
}
.catalog-category-view.page-products,
.page-with-filter.catalogsearch-result-index {
  background: #FFFFFF;
}
.catalog-category-view.page-products .page-wrapper,
.page-with-filter.catalogsearch-result-index .page-wrapper {
  padding-top: 10%;
}
@media (min-width: 1921px) {
  .catalog-category-view.page-products .page-wrapper,
  .page-with-filter.catalogsearch-result-index .page-wrapper {
    padding-top: 235px;
  }
}
.catalog-category-view.page-products .page-wrapper .breadcrumbs,
.page-with-filter.catalogsearch-result-index .page-wrapper .breadcrumbs {
  margin-top: 1.3%;
  padding: 10px 0 5px;
  margin-bottom: -5px;
  background: #2B3D44;
  color: #FFFFFF;
}
@media (min-width: 1921px) {
  .catalog-category-view.page-products .page-wrapper .breadcrumbs,
  .page-with-filter.catalogsearch-result-index .page-wrapper .breadcrumbs {
    margin-top: 0;
  }
}
@media (min-width: 1600px) and (max-width: 1699px) {
  .catalog-category-view.page-products .page-wrapper .breadcrumbs,
  .page-with-filter.catalogsearch-result-index .page-wrapper .breadcrumbs {
    margin-top: 1.5%;
  }
}
@media (min-width: 1450px) and (max-width: 1599px) {
  .catalog-category-view.page-products .page-wrapper .breadcrumbs,
  .page-with-filter.catalogsearch-result-index .page-wrapper .breadcrumbs {
    margin-top: 2.5%;
  }
}
@media (min-width: 1200px) and (max-width: 1449px) {
  .catalog-category-view.page-products .page-wrapper .breadcrumbs,
  .page-with-filter.catalogsearch-result-index .page-wrapper .breadcrumbs {
    margin-top: 2.8%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .catalog-category-view.page-products .page-wrapper .breadcrumbs,
  .page-with-filter.catalogsearch-result-index .page-wrapper .breadcrumbs {
    margin-top: 3.4%;
  }
}
@media (min-width: 768px) and (max-width: 812px) {
  .catalog-category-view.page-products .page-wrapper .breadcrumbs,
  .page-with-filter.catalogsearch-result-index .page-wrapper .breadcrumbs {
    margin-top: 3%;
  }
}
@media (min-width: 813px) and (max-width: 991px) {
  .catalog-category-view.page-products .page-wrapper .breadcrumbs,
  .page-with-filter.catalogsearch-result-index .page-wrapper .breadcrumbs {
    margin-top: 2.3%;
  }
}
.catalog-category-view.page-products .page-wrapper .breadcrumbs .items,
.page-with-filter.catalogsearch-result-index .page-wrapper .breadcrumbs .items {
  max-width: 1600px;
}
.catalog-category-view.page-products .page-wrapper .breadcrumbs .items .item:after,
.page-with-filter.catalogsearch-result-index .page-wrapper .breadcrumbs .items .item:after {
  content: url(../Magento_Theme/images/arrow.png);
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
}
.catalog-category-view.page-products .page-wrapper .breadcrumbs .items .item:last-child:after,
.page-with-filter.catalogsearch-result-index .page-wrapper .breadcrumbs .items .item:last-child:after {
  content: '';
}
.catalog-category-view.page-products .page-wrapper .breadcrumbs .items .item a,
.page-with-filter.catalogsearch-result-index .page-wrapper .breadcrumbs .items .item a,
.catalog-category-view.page-products .page-wrapper .breadcrumbs .items .item strong,
.page-with-filter.catalogsearch-result-index .page-wrapper .breadcrumbs .items .item strong {
  color: #FFFFFF;
  text-transform: uppercase;
  font-family: 'DIN 2014';
  font-weight: normal;
  font-size: 18px;
}
.catalog-category-view.page-products .page-wrapper .breadcrumbs .items .item strong,
.page-with-filter.catalogsearch-result-index .page-wrapper .breadcrumbs .items .item strong {
  padding: 0;
}
.catalog-category-view.page-products .page-wrapper .breadcrumbs .items .item a:after,
.page-with-filter.catalogsearch-result-index .page-wrapper .breadcrumbs .items .item a:after {
  content: ' ';
}
.catalog-category-view.page-products .page-wrapper .breadcrumbs .items .item a:hover,
.page-with-filter.catalogsearch-result-index .page-wrapper .breadcrumbs .items .item a:hover {
  text-decoration: none;
}
.catalog-category-view.page-products .page-main,
.page-with-filter.catalogsearch-result-index .page-main {
  padding-top: 0;
  background: #FFFFFF;
}
.catalog-category-view.page-products .page-main .columns .column.main,
.page-with-filter.catalogsearch-result-index .page-main .columns .column.main {
  width: 67%;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .catalog-category-view.page-products .page-main .columns .column.main,
  .page-with-filter.catalogsearch-result-index .page-main .columns .column.main {
    padding-right: 0;
  }
}
@media (min-width: 1025px) {
  .catalog-category-view.page-products .page-main .columns .column.main,
  .page-with-filter.catalogsearch-result-index .page-main .columns .column.main {
    padding-right: 13%;
  }
}
.catalog-category-view.page-products .page-main .columns .column.main #layer-product-list .message.notice,
.page-with-filter.catalogsearch-result-index .page-main .columns .column.main #layer-product-list .message.notice {
  font-size: 17px;
}
.catalog-category-view.page-products .page-main .columns .column.main #layer-product-list .message.notice .item a,
.page-with-filter.catalogsearch-result-index .page-main .columns .column.main #layer-product-list .message.notice .item a {
  color: #2B3D44;
}
@media (max-width: 767px) {
  .catalog-category-view.page-products .page-main .columns .column.main .block-search-list .block-content,
  .page-with-filter.catalogsearch-result-index .page-main .columns .column.main .block-search-list .block-content {
    margin-right: 20px;
  }
}
.catalog-category-view.page-products .page-main .columns .column.main .block-search-list .minisearch .field.search input,
.page-with-filter.catalogsearch-result-index .page-main .columns .column.main .block-search-list .minisearch .field.search input {
  background: #e1e7ea;
  font-size: 18px;
  font-weight: 500;
  font-family: 'DIN 2014';
}
.catalog-category-view.page-products .page-main .columns .column.main .block-search-list .minisearch .actions button,
.page-with-filter.catalogsearch-result-index .page-main .columns .column.main .block-search-list .minisearch .actions button {
  background: #FFFFFF;
}
.catalog-category-view.page-products .page-main .columns .column.main .block-search-list .minisearch .actions button:before,
.page-with-filter.catalogsearch-result-index .page-main .columns .column.main .block-search-list .minisearch .actions button:before {
  content: '';
  background-image: url(../Magento_Theme/images/search_icon.png);
  height: 40px;
  width: 40px;
  background-size: 40px;
}
.catalog-category-view.page-products .page-main .columns .column.main #layer-product-list .toolbar-products .pages .items .item,
.page-with-filter.catalogsearch-result-index .page-main .columns .column.main #layer-product-list .toolbar-products .pages .items .item {
  line-height: 3rem;
  background: #e1e7ea;
}
.catalog-category-view.page-products .page-main .columns .column.main #layer-product-list .toolbar-products .pages .items .item.pages-item-next,
.page-with-filter.catalogsearch-result-index .page-main .columns .column.main #layer-product-list .toolbar-products .pages .items .item.pages-item-next {
  background: none;
}
.catalog-category-view.page-products .page-main .columns .column.main #layer-product-list .toolbar-products .pages .items .item.pages-item-next .action.next:before,
.page-with-filter.catalogsearch-result-index .page-main .columns .column.main #layer-product-list .toolbar-products .pages .items .item.pages-item-next .action.next:before {
  content: url(../Magento_Catalog/images/next.png);
  margin: -8px;
  height: 39px;
}
.catalog-category-view.page-products .page-main .columns .column.main #layer-product-list .toolbar-products .pages .items .item.pages-item-previous,
.page-with-filter.catalogsearch-result-index .page-main .columns .column.main #layer-product-list .toolbar-products .pages .items .item.pages-item-previous {
  background: none;
}
.catalog-category-view.page-products .page-main .columns .column.main #layer-product-list .toolbar-products .pages .items .item.pages-item-previous .action.previous:before,
.page-with-filter.catalogsearch-result-index .page-main .columns .column.main #layer-product-list .toolbar-products .pages .items .item.pages-item-previous .action.previous:before {
  content: url(../Magento_Catalog/images/previous.png);
  margin-top: -8px;
  margin-left: -13px;
  height: 39px;
}
.catalog-category-view.page-products .page-main .columns .column.main #layer-product-list .toolbar-products .pages .items .item.current,
.page-with-filter.catalogsearch-result-index .page-main .columns .column.main #layer-product-list .toolbar-products .pages .items .item.current {
  background: #2B3D44;
}
.catalog-category-view.page-products .page-main .columns .column.main #layer-product-list .toolbar-products .pages .items .item.current span,
.page-with-filter.catalogsearch-result-index .page-main .columns .column.main #layer-product-list .toolbar-products .pages .items .item.current span {
  color: #FFFFFF;
}
.catalog-category-view.page-products .page-main .columns .column.main #layer-product-list .toolbar-products .pages .items .item span,
.page-with-filter.catalogsearch-result-index .page-main .columns .column.main #layer-product-list .toolbar-products .pages .items .item span {
  font-family: 'DIN 2014';
  font-size: 23px;
  font-weight: 400;
}
.catalog-category-view.page-products .page-main .columns .column.main #layer-product-list .toolbar-products .pages .items .item .page,
.page-with-filter.catalogsearch-result-index .page-main .columns .column.main #layer-product-list .toolbar-products .pages .items .item .page {
  width: 37px;
  padding: 5px 2px 0 4px;
}
.catalog-category-view.page-products .page-main .columns .column.main #layer-product-list .products.wrapper .product-items .product-item,
.page-with-filter.catalogsearch-result-index .page-main .columns .column.main #layer-product-list .products.wrapper .product-items .product-item {
  width: 30%;
  border: 1px solid #cccccc;
  box-shadow: 0 2px 7px 0px #e3e4e4;
  margin-left: 3%;
  margin-bottom: 3%;
}
@media (max-width: 767px) {
  .catalog-category-view.page-products .page-main .columns .column.main #layer-product-list .products.wrapper .product-items .product-item,
  .page-with-filter.catalogsearch-result-index .page-main .columns .column.main #layer-product-list .products.wrapper .product-items .product-item {
    width: 40%;
    margin-left: 6%;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .catalog-category-view.page-products .page-main .columns .column.main #layer-product-list .products.wrapper .product-items .product-item,
  .page-with-filter.catalogsearch-result-index .page-main .columns .column.main #layer-product-list .products.wrapper .product-items .product-item {
    width: 45%;
  }
}
.catalog-category-view.page-products .page-main .columns .column.main #layer-product-list .products.wrapper .product-items .product-item .product-item-info,
.page-with-filter.catalogsearch-result-index .page-main .columns .column.main #layer-product-list .products.wrapper .product-items .product-item .product-item-info {
  margin-top: 0;
}
@media (max-width: 767px) {
  .catalog-category-view.page-products .page-main .columns .column.main #layer-product-list .products.wrapper .product-items .product-item .product-item-info,
  .page-with-filter.catalogsearch-result-index .page-main .columns .column.main #layer-product-list .products.wrapper .product-items .product-item .product-item-info {
    padding: 0;
  }
}
.catalog-category-view.page-products .page-main .columns .column.main #layer-product-list .products.wrapper .product-items .product-item .product-item-info .product-item-link:before,
.page-with-filter.catalogsearch-result-index .page-main .columns .column.main #layer-product-list .products.wrapper .product-items .product-item .product-item-info .product-item-link:before {
  display: none;
}
.catalog-category-view.page-products .page-main .columns .column.main #layer-product-list .products.wrapper .product-items .product-item .product-item-details .product-item-link,
.page-with-filter.catalogsearch-result-index .page-main .columns .column.main #layer-product-list .products.wrapper .product-items .product-item .product-item-details .product-item-link {
  font-family: 'FormaDJRDeck-Regular';
  font-weight: 500;
  letter-spacing: 1px;
}
.catalog-category-view.page-products .page-main .columns .column.main #layer-product-list .products.wrapper .product-items .product-item .product-item-details .stock,
.page-with-filter.catalogsearch-result-index .page-main .columns .column.main #layer-product-list .products.wrapper .product-items .product-item .product-item-details .stock {
  color: #8f8f8f;
}
.catalog-category-view.page-products .page-main .columns .column.main #layer-product-list .products.wrapper .product-items .product-item .product-item-details .stock span,
.page-with-filter.catalogsearch-result-index .page-main .columns .column.main #layer-product-list .products.wrapper .product-items .product-item .product-item-details .stock span {
  font-family: 'FormaDJRDeck-Regular';
  color: #22B99D;
  font-size: 18px;
  font-weight: 500;
}
.catalog-category-view.page-products .page-main .columns .column.main #layer-product-list .products.wrapper .product-items .product-item .product-item-details .price-final_price *,
.page-with-filter.catalogsearch-result-index .page-main .columns .column.main #layer-product-list .products.wrapper .product-items .product-item .product-item-details .price-final_price * {
  font-family: 'FormaDJRDeck-Light';
  color: #000000;
  font-size: 17px;
  font-weight: 500;
}
.catalog-category-view.page-products .page-main .columns .column.main #layer-product-list .products.wrapper .product-items .product-item .product-item-details .product-item-actions .action.tocart,
.page-with-filter.catalogsearch-result-index .page-main .columns .column.main #layer-product-list .products.wrapper .product-items .product-item .product-item-details .product-item-actions .action.tocart {
  background: #2B3D44;
  width: 180px;
  margin-left: 3%;
}
@media (max-width: 767px) {
  .catalog-category-view.page-products .page-main .columns .column.main #layer-product-list .products.wrapper .product-items .product-item .product-item-details .product-item-actions .action.tocart,
  .page-with-filter.catalogsearch-result-index .page-main .columns .column.main #layer-product-list .products.wrapper .product-items .product-item .product-item-details .product-item-actions .action.tocart {
    width: auto;
    margin-left: 0;
  }
}
.catalog-category-view.page-products .page-main .columns .column.main #layer-product-list .products.wrapper .product-items .product-item .product-item-details .product-item-actions .action.tocart:hover,
.page-with-filter.catalogsearch-result-index .page-main .columns .column.main #layer-product-list .products.wrapper .product-items .product-item .product-item-details .product-item-actions .action.tocart:hover {
  border: 1px solid #2B3D44;
}
.catalog-category-view.page-products .page-main .columns .column.main #layer-product-list .products.wrapper .product-items .product-item .product-item-details .product-item-actions .action.tocart:after,
.page-with-filter.catalogsearch-result-index .page-main .columns .column.main #layer-product-list .products.wrapper .product-items .product-item .product-item-details .product-item-actions .action.tocart:after,
.catalog-category-view.page-products .page-main .columns .column.main #layer-product-list .products.wrapper .product-items .product-item .product-item-details .product-item-actions .action.tocart:before,
.page-with-filter.catalogsearch-result-index .page-main .columns .column.main #layer-product-list .products.wrapper .product-items .product-item .product-item-details .product-item-actions .action.tocart:before {
  display: none;
}
.catalog-category-view.page-products .page-main .columns .column.main #layer-product-list .products.wrapper .product-items .product-item .product-item-details .product-item-actions .action.tocart span,
.page-with-filter.catalogsearch-result-index .page-main .columns .column.main #layer-product-list .products.wrapper .product-items .product-item .product-item-details .product-item-actions .action.tocart span {
  color: #FFFFFF;
  font-family: 'DIN 2014';
  font-size: 12pt;
  text-transform: uppercase;
  font-weight: 250;
}
@media (max-width: 767px) {
  .catalog-category-view.page-products .page-main .columns .column.main #layer-product-list .products.wrapper .product-items .product-item .product-item-details .product-item-actions .action.tocart span,
  .page-with-filter.catalogsearch-result-index .page-main .columns .column.main #layer-product-list .products.wrapper .product-items .product-item .product-item-details .product-item-actions .action.tocart span {
    font-size: 85%;
  }
}
.catalog-category-view.page-products .page-main .columns .sidebar.sidebar-main,
.page-with-filter.catalogsearch-result-index .page-main .columns .sidebar.sidebar-main {
  width: 33%;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .catalog-category-view.page-products .page-main .columns .sidebar.sidebar-main,
  .page-with-filter.catalogsearch-result-index .page-main .columns .sidebar.sidebar-main {
    padding-right: 4%;
  }
}
@media (min-width: 1025px) {
  .catalog-category-view.page-products .page-main .columns .sidebar.sidebar-main,
  .page-with-filter.catalogsearch-result-index .page-main .columns .sidebar.sidebar-main {
    padding-left: 13%;
  }
}
.catalog-category-view.page-products .page-main .columns .sidebar.sidebar-main .layered-filter-block-container,
.page-with-filter.catalogsearch-result-index .page-main .columns .sidebar.sidebar-main .layered-filter-block-container {
  background: #e1e7ea;
}
.catalog-category-view.page-products .page-main .columns .sidebar.sidebar-main .layered-filter-block-container .filter-current .items .item .filter-label,
.page-with-filter.catalogsearch-result-index .page-main .columns .sidebar.sidebar-main .layered-filter-block-container .filter-current .items .item .filter-label,
.catalog-category-view.page-products .page-main .columns .sidebar.sidebar-main .layered-filter-block-container .filter-current .items .item .filter-value,
.page-with-filter.catalogsearch-result-index .page-main .columns .sidebar.sidebar-main .layered-filter-block-container .filter-current .items .item .filter-value {
  font-family: 'DIN 2014';
}
.catalog-category-view.page-products .page-main .columns .sidebar.sidebar-main .layered-filter-block-container .filter-current .filter-current-subtitle,
.page-with-filter.catalogsearch-result-index .page-main .columns .sidebar.sidebar-main .layered-filter-block-container .filter-current .filter-current-subtitle {
  font-family: 'FormaDJRDeck-Light';
  color: #000000;
  font-weight: 600;
}
.catalog-category-view.page-products .page-main .columns .sidebar.sidebar-main .layered-filter-block-container .filter-content .filter-actions a span,
.page-with-filter.catalogsearch-result-index .page-main .columns .sidebar.sidebar-main .layered-filter-block-container .filter-content .filter-actions a span {
  font-family: 'DIN 2014';
}
.catalog-category-view.page-products .page-main .columns .sidebar.sidebar-main .layered-filter-block-container .block-category-list,
.page-with-filter.catalogsearch-result-index .page-main .columns .sidebar.sidebar-main .layered-filter-block-container .block-category-list {
  background: #e1e7ea;
  margin-bottom: 0;
}
.catalog-category-view.page-products .page-main .columns .sidebar.sidebar-main .layered-filter-block-container .block-category-list .block-title strong,
.page-with-filter.catalogsearch-result-index .page-main .columns .sidebar.sidebar-main .layered-filter-block-container .block-category-list .block-title strong {
  font-family: 'FormaDJRDeck-Regular';
  text-transform: uppercase;
  color: #000000;
  font-size: 21px;
  font-weight: 600;
  letter-spacing: 1px;
}
.catalog-category-view.page-products .page-main .columns .sidebar.sidebar-main .layered-filter-block-container .block-category-list .block-title hr,
.page-with-filter.catalogsearch-result-index .page-main .columns .sidebar.sidebar-main .layered-filter-block-container .block-category-list .block-title hr {
  background: #2B3D44;
  width: 100%;
  margin: 0 0 0 4%;
}
.catalog-category-view.page-products .page-main .columns .sidebar.sidebar-main .layered-filter-block-container .block-category-list .block-content,
.page-with-filter.catalogsearch-result-index .page-main .columns .sidebar.sidebar-main .layered-filter-block-container .block-category-list .block-content {
  background: #e1e7ea;
}
.catalog-category-view.page-products .page-main .columns .sidebar.sidebar-main .layered-filter-block-container .block-category-list .block-content .items,
.page-with-filter.catalogsearch-result-index .page-main .columns .sidebar.sidebar-main .layered-filter-block-container .block-category-list .block-content .items {
  margin-top: 1rem;
}
.catalog-category-view.page-products .page-main .columns .sidebar.sidebar-main .layered-filter-block-container .block-category-list .block-content .items li a,
.page-with-filter.catalogsearch-result-index .page-main .columns .sidebar.sidebar-main .layered-filter-block-container .block-category-list .block-content .items li a {
  font-family: 'FormaDJRDeck-Regular';
}
.catalog-category-view.page-products .page-main .columns .sidebar.sidebar-main .layered-filter-block-container .block-category-list .block-content .items .item a,
.page-with-filter.catalogsearch-result-index .page-main .columns .sidebar.sidebar-main .layered-filter-block-container .block-category-list .block-content .items .item a {
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.catalog-category-view.page-products .page-main .columns .sidebar.sidebar-main .layered-filter-block-container .block-category-list .block-content .items .item .contain-subitem .subitem,
.page-with-filter.catalogsearch-result-index .page-main .columns .sidebar.sidebar-main .layered-filter-block-container .block-category-list .block-content .items .item .contain-subitem .subitem {
  padding: 5px 0;
}
.catalog-category-view.page-products .page-main .columns .sidebar.sidebar-main .layered-filter-block-container .block-category-list .block-content .items .item .contain-subitem .subitem a,
.page-with-filter.catalogsearch-result-index .page-main .columns .sidebar.sidebar-main .layered-filter-block-container .block-category-list .block-content .items .item .contain-subitem .subitem a {
  font-family: 'DIN 2014';
  font-weight: 300;
  text-transform: none;
  font-size: 14px;
  letter-spacing: 0;
}
.catalog-category-view.page-products .page-main .columns .sidebar.sidebar-main .layered-filter-block-container #layered-filter-block,
.page-with-filter.catalogsearch-result-index .page-main .columns .sidebar.sidebar-main .layered-filter-block-container #layered-filter-block {
  background: #e1e7ea;
}
.catalog-category-view.page-products .page-main .columns .sidebar.sidebar-main .layered-filter-block-container #layered-filter-block .filter-options-item .filter-options-title,
.page-with-filter.catalogsearch-result-index .page-main .columns .sidebar.sidebar-main .layered-filter-block-container #layered-filter-block .filter-options-item .filter-options-title {
  text-transform: uppercase;
  font-weight: 600;
  font-family: 'FormaDJRDeck-Light';
  font-size: 21px;
}
.catalog-category-view.page-products .page-main .columns .sidebar.sidebar-main .layered-filter-block-container #layered-filter-block .filter-options-item .filter-options-title hr,
.page-with-filter.catalogsearch-result-index .page-main .columns .sidebar.sidebar-main .layered-filter-block-container #layered-filter-block .filter-options-item .filter-options-title hr {
  background: #2B3D44;
  width: 100%;
  margin: 0 0 0 4%;
}
.catalog-category-view.page-products .page-main .columns .sidebar.sidebar-main .layered-filter-block-container #layered-filter-block .filter-options-item .filter-options-content,
.page-with-filter.catalogsearch-result-index .page-main .columns .sidebar.sidebar-main .layered-filter-block-container #layered-filter-block .filter-options-item .filter-options-content {
  padding-bottom: 0;
}
.catalog-category-view.page-products .page-main .columns .sidebar.sidebar-main .layered-filter-block-container #layered-filter-block .filter-options-item .filter-options-content:last-child,
.page-with-filter.catalogsearch-result-index .page-main .columns .sidebar.sidebar-main .layered-filter-block-container #layered-filter-block .filter-options-item .filter-options-content:last-child {
  padding-bottom: 30px;
}
.catalog-category-view.page-products .page-main .columns .sidebar.sidebar-main .layered-filter-block-container #layered-filter-block .filter-options-item .filter-options-content .items .item a,
.page-with-filter.catalogsearch-result-index .page-main .columns .sidebar.sidebar-main .layered-filter-block-container #layered-filter-block .filter-options-item .filter-options-content .items .item a {
  font-weight: normal;
  text-transform: uppercase;
  font-family: 'FormaDJRDeck-Light';
}
.catalog-category-view.page-products .page-main .columns .sidebar.sidebar-main .layered-filter-block-container #layered-filter-block .filter-options-item .filter-options-content .items .item a .count,
.page-with-filter.catalogsearch-result-index .page-main .columns .sidebar.sidebar-main .layered-filter-block-container #layered-filter-block .filter-options-item .filter-options-content .items .item a .count {
  font-style: italic;
  font-weight: 300;
}
.catalog-category-view.page-products .page-main .columns .sidebar.sidebar-main .layered-filter-block-container #layered-filter-block .filter-options-item .filter-options-content .items .item a .count:before,
.page-with-filter.catalogsearch-result-index .page-main .columns .sidebar.sidebar-main .layered-filter-block-container #layered-filter-block .filter-options-item .filter-options-content .items .item a .count:before {
  content: " - (";
}
.catalog-category-view.page-products .page-main .columns .sidebar.sidebar-main .layered-filter-block-container #layered-filter-block .filter-options-item .filter-options-content .swatch-attribute-options .swatch-option,
.page-with-filter.catalogsearch-result-index .page-main .columns .sidebar.sidebar-main .layered-filter-block-container #layered-filter-block .filter-options-item .filter-options-content .swatch-attribute-options .swatch-option {
  height: 40px;
  min-width: 40px;
  margin: 0 14px 13px 0;
}
.page-with-filter.catalog-category-view .page-main {
  padding-top: 30px;
}
.page-products.page-with-filter.catalogsearch-result-index .page-main {
  padding-top: 30px;
}
.page-products.page-with-filter.catalogsearch-result-index .page-main .page-title-wrapper .page-title {
  color: #2B3D44;
  font-weight: 700;
  font-size: 22px;
}
.page-products.page-with-filter.catalogsearch-result-index .page-main .search.results .block .title {
  font-size: 21px;
  font-weight: 600;
  color: #2B3D44;
}
.page-products.page-with-filter.catalogsearch-result-index .page-main .search.results .item a {
  font-size: 16px;
  color: #000000;
  font-weight: 400;
  text-transform: none;
}
.checkout-cart-index {
  background: #fff;
}
.checkout-cart-index .message {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .checkout-cart-index .message.error,
  .checkout-cart-index .message.success {
    margin: 10px 0 0 !important;
  }
}
@media (max-width: 767px) {
  .checkout-cart-index .message.error,
  .checkout-cart-index .message.success {
    margin: 0 !important;
  }
}
.checkout-cart-index .cart-empty {
  margin-top: 30px;
}
.checkout-cart-index .cart-empty p {
  color: #000;
  font-size: 17px;
  text-transform: none;
}
.checkout-cart-index .cart-empty p a {
  color: #000;
  font-size: 17px;
  text-transform: none;
  text-decoration: underline;
}
.checkout-cart-index .page-main {
  background: #FFFFFF;
}
@media (min-width: 1650px) {
  .checkout-cart-index .page-main {
    margin-top: 20px;
    padding-top: 200px !important;
  }
}
@media (min-width: 1500px) and (max-width: 1600px) {
  .checkout-cart-index .page-main {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .checkout-cart-index .page-main {
    margin-top: 64px !important;
  }
}
.checkout-cart-index .form-cart {
  width: 100%;
  float: left;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .checkout-cart-index .form-cart {
    padding: 0;
    margin-bottom: -30px;
  }
}
.checkout-cart-index .form-cart .cart.table-wrapper {
  margin-bottom: 18px;
}
.checkout-cart-index .form-cart .cart.table-wrapper .cart > .item {
  border-bottom: 1px solid #2B3D44;
}
.checkout-cart-index .form-cart .cart.table-wrapper .cart > .item .product-image-container {
  width: 100px !important;
}
.checkout-cart-index .form-cart .cart.table-wrapper table.cart thead {
  background: #2B3D44;
}
.checkout-cart-index .form-cart .cart.table-wrapper table.cart thead tr th {
  border: none;
  color: #fff;
  font-weight: 600;
  font-size: 17px;
  text-transform: none;
  padding-top: 7px;
  padding-bottom: 7px;
  font-family: 'FormaDJRDeck-Regular';
}
.checkout-cart-index .form-cart .cart.table-wrapper table.cart thead tr th span {
  line-height: 1;
}
.checkout-cart-index .form-cart .cart.table-wrapper table.cart tbody.cart .product-image-container {
  border: none;
}
.checkout-cart-index .form-cart .cart.table-wrapper table.cart tbody.cart .qty-changer {
  display: none;
}
.checkout-cart-index .form-cart .cart.table-wrapper table.cart tbody.cart .col.qty .input-text {
  width: 38px;
  border-color: #2B3D44;
  font-weight: normal;
  font-size: 16px;
  color: #000;
  font-family: 'DIN 2014';
}
.checkout-cart-index .form-cart .cart.table-wrapper table.cart tbody.cart .stock {
  font-style: italic;
}
.checkout-cart-index .form-cart .cart.table-wrapper table.cart tbody.cart .stock span {
  color: #79a22e;
}
.checkout-cart-index .form-cart .cart.table-wrapper table.cart tbody.cart .product-item-name {
  font-size: 16px;
  color: #000000;
  text-transform: none;
}
.checkout-cart-index .form-cart .cart.table-wrapper table.cart tbody.cart .product-item-name a {
  font-size: 16px;
  color: #000000;
  text-transform: none;
}
.checkout-cart-index .form-cart .cart.table-wrapper table.cart tbody.cart .col:before {
  border-color: #2B3D44;
  font-weight: normal;
  font-size: 15px;
}
.checkout-cart-index .form-cart .cart.table-wrapper table.cart tbody.cart .col .price {
  font-size: 16px;
  color: #000000;
  text-transform: none;
}
.checkout-cart-index .form-cart .cart.main.actions {
  text-align: center;
  margin-bottom: 60px;
  font-family: 'FormaDJRDeck-Regular';
}
@media (min-width: 911px) {
  .checkout-cart-index .form-cart .cart.main.actions .action-left-section {
    float: left;
  }
}
@media (min-width: 911px) {
  .checkout-cart-index .form-cart .cart.main.actions .action-right-section {
    float: right;
  }
}
.checkout-cart-index .form-cart .cart.main.actions .action-right-section button {
  font-family: 'FormaDJRDeck-Regular';
}
.checkout-cart-index .form-cart .cart.main.actions .continue,
.checkout-cart-index .form-cart .cart.main.actions .clear,
.checkout-cart-index .form-cart .cart.main.actions .update,
.checkout-cart-index .form-cart .cart.main.actions .checkout {
  background: #fff;
  padding: 3px 6px;
  color: #2B3D44;
  display: inline-block !important;
  height: 30px;
  width: auto;
  line-height: 25px;
  font-size: 15px;
  text-transform: uppercase;
  border: 1px solid #2B3D44;
  vertical-align: top;
  margin-bottom: 10px;
}
@media (min-width: 1600px) {
  .checkout-cart-index .form-cart .cart.main.actions .continue,
  .checkout-cart-index .form-cart .cart.main.actions .clear,
  .checkout-cart-index .form-cart .cart.main.actions .update,
  .checkout-cart-index .form-cart .cart.main.actions .checkout {
    padding: 3px 13px;
  }
}
.checkout-cart-index .form-cart .cart.main.actions .continue span,
.checkout-cart-index .form-cart .cart.main.actions .clear span,
.checkout-cart-index .form-cart .cart.main.actions .update span,
.checkout-cart-index .form-cart .cart.main.actions .checkout span {
  color: #2B3D44;
  font-size: 14px;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
}
@media (min-width: 1600px) {
  .checkout-cart-index .form-cart .cart.main.actions .continue span,
  .checkout-cart-index .form-cart .cart.main.actions .clear span,
  .checkout-cart-index .form-cart .cart.main.actions .update span,
  .checkout-cart-index .form-cart .cart.main.actions .checkout span {
    font-size: 15px;
  }
}
.checkout-cart-index .form-cart .cart.main.actions .continue:hover,
.checkout-cart-index .form-cart .cart.main.actions .clear:hover,
.checkout-cart-index .form-cart .cart.main.actions .update:hover,
.checkout-cart-index .form-cart .cart.main.actions .checkout:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  .checkout-cart-index .form-cart .checkout-section {
    text-align: center;
    margin-top: -80px;
  }
}
.checkout-cart-index .form-cart .checkout-section button.action.primary.checkout {
  margin-left: 82%;
  margin-top: 5%;
  height: 32px;
  line-height: 10px;
  width: 145px;
  font-family: 'FormaDJRDeck-Regular';
  letter-spacing: 0;
  background-color: #2B3D44;
  font-weight: 600;
  font-size: 15px;
}
@media (max-width: 767px) {
  .checkout-cart-index .form-cart .checkout-section button.action.primary.checkout {
    margin-left: 0%;
  }
}
@media (max-width: 911px) {
  .checkout-cart-index .form-cart .checkout-section button.action.primary.checkout {
    width: 130px;
  }
}
@media (min-width: 768px) and (max-width: 911px) {
  .checkout-cart-index .form-cart .checkout-section button.action.primary.checkout {
    margin-left: 76%;
  }
}
@media (min-width: 912px) and (max-width: 1279px) {
  .checkout-cart-index .form-cart .checkout-section button.action.primary.checkout {
    margin-left: 78%;
  }
}
@media (min-width: 1280px) and (max-width: 1366px) {
  .checkout-cart-index .form-cart .checkout-section button.action.primary.checkout {
    margin-left: 79%;
  }
}
@media (min-width: 1700px) {
  .checkout-cart-index .form-cart .checkout-section button.action.primary.checkout {
    margin-left: 85%;
  }
}
.checkout-cart-index .form-cart .checkout-section button.action.primary.checkout:hover {
  color: #FFFFFF;
}
.checkout-cart-index .cart-customform {
  max-height: 600px;
  float: left;
  overflow-y: scroll;
  width: 68%;
  padding-left: 10.8%;
}
@media (min-width: 820px) and (max-width: 1024px) {
  .checkout-cart-index .cart-customform {
    padding: 0 5% 0 5% !important;
    width: 70% !important;
    max-height: 670px;
  }
}
@media (min-width: 768px) and (max-width: 819px) {
  .checkout-cart-index .cart-customform {
    padding: 0 3% 0 3% !important;
    width: 72% !important;
    max-height: 700px;
  }
}
@media (max-width: 767px) {
  .checkout-cart-index .cart-customform {
    float: none;
    width: 100%;
    margin: 0 auto;
    max-height: none;
    overflow-y: initial;
    padding: 0;
  }
}
.checkout-cart-index .cart-customform .cart-discount {
  margin-top: -85px;
}
@media screen and (max-width: 767px) {
  .checkout-cart-index .cart-customform .cart-discount {
    padding-top: 14%;
  }
}
.checkout-cart-index .cart-customform .cart-discount .title strong {
  color: #2B3D44;
  font-size: 14px;
  font-weight: 600;
  font-family: 'FormaDJRDeck-Regular';
}
.checkout-cart-index .cart-customform .cart-discount .title strong hr {
  display: none;
}
.checkout-cart-index .cart-customform .cart-discount .fieldset.coupon .control {
  padding-right: 50px;
}
@media screen and (max-width: 767px) {
  .checkout-cart-index .cart-customform .cart-discount .fieldset.coupon .control {
    padding-right: 0;
  }
}
.checkout-cart-index .cart-customform .cart-discount .fieldset.coupon .control input {
  height: 26px;
  font-size: 14px;
  width: 120px;
}
@media screen and (max-width: 767px) {
  .checkout-cart-index .cart-customform .cart-discount .fieldset.coupon .control input {
    width: 110px;
  }
}
.checkout-cart-index .cart-customform .cart-discount .actions-toolbar .action.primary {
  height: 26px;
  line-height: 16px;
  width: 90px;
}
.checkout-cart-index .cart-customform .cart-discount .actions-toolbar .action.primary:hover {
  background-color: #2B3D44;
}
.checkout-cart-index .cart-customform #shopping-cart-table .actions-toolbar {
  padding-bottom: 10px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .checkout-cart-index .cart-customform #shopping-cart-table .actions-toolbar {
    padding-bottom: 30px;
  }
}
.checkout-cart-index .cart-customform #shopping-cart-table .actions-toolbar .action-towishlist {
  color: #2B3D44;
  background-color: #FFFFFF;
}
.checkout-cart-index .cart-customform #shopping-cart-table .actions-toolbar .action-towishlist:before {
  color: #2B3D44;
}
.checkout-cart-index .cart-customform #shopping-cart-table .actions-toolbar .action-edit:before {
  color: #2B3D44;
}
.checkout-cart-index .cart-customform #shopping-cart-table .actions-toolbar .action-delete:before {
  color: #2B3D44;
}
.checkout-cart-index .cart-custom {
  display: flex;
}
.checkout-cart-index .cart-custom .cart-custom-uppar {
  width: 60%;
  border: none;
  position: relative;
  align-items: center;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .checkout-cart-index .cart-custom .cart-custom-uppar {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .checkout-cart-index .cart-custom .cart-custom-uppar {
    width: 90%;
    margin: 0 auto;
    padding-top: 20px;
  }
}
.checkout-cart-index .cart-custom .cart-custom-uppar .cart-summary {
  width: initial;
  float: none;
  border: none;
  background: #58757514;
  margin-top: 0;
  font-family: 'FormaDJRDeck-Regular';
}
.checkout-cart-index .cart-custom .cart-custom-uppar .cart-summary .oney-wrapper .oneyCta_logo {
  width: 60px;
}
.checkout-cart-index .cart-custom .cart-custom-uppar .cart-summary .checkout-methods-items .action.primary.checkout {
  height: 32px;
  width: 70%;
  background: #2B3D44;
  color: #FFFFFF;
  font-family: 'FormaDJRDeck-Regular';
  letter-spacing: 0;
  font-weight: 600;
  font-size: 15px;
}
.checkout-cart-index .cart-custom .cart-custom-uppar .cart-summary .checkout-methods-items .action.multicheckout {
  display: none;
}
.checkout-cart-index .cart-custom .cart-custom-uppar .cart-summary .title {
  font-size: 18px;
  font-weight: 500;
  margin: 4px 0 0 0;
  text-transform: uppercase;
  color: #2B3D44;
  border-bottom: 1px solid #2B3D44;
  display: block;
}
@media screen and (max-width: 767px) {
  .checkout-cart-index .cart-custom .cart-custom-uppar .cart-summary .title {
    margin: 4px 0 12px 12px !important;
  }
}
@media (min-width: 1700px) {
  .checkout-cart-index .cart-custom .cart-custom-uppar .cart-summary .title {
    font-size: 19px;
  }
}
@media screen and (max-width: 767px) {
  .checkout-cart-index .cart-custom .cart-custom-uppar .cart-summary .cart-totals {
    border: none;
  }
}
.checkout-cart-index .cart-custom .cart-custom-uppar .cart-summary .cart-totals tbody tr {
  color: #000000;
}
.checkout-cart-index .cart-custom .cart-custom-uppar .cart-summary .cart-totals tbody tr th {
  font-size: 16px;
  border: none;
}
.checkout-cart-index .cart-custom .cart-custom-uppar .cart-summary .cart-totals tbody tr th strong {
  font-weight: normal;
  padding: 0;
}
.checkout-cart-index .cart-custom .cart-custom-uppar .cart-summary .cart-totals tbody tr td {
  font-size: 16px;
  border: none;
  padding: 6px 0;
}
.checkout-cart-index .cart-custom .cart-custom-uppar .cart-summary .cart-totals tbody tr.shipping {
  display: none;
}
.checkout-cart-index .cart-custom .cart-custom-uppar .cart-summary .cart-totals tbody tr.totals.excl {
  display: none;
}
.checkout-cart-index .cart-custom .cart-custom-uppar .cart-summary .oneyCta_button {
  height: 26px;
  font-size: 11px;
  border: 1px solid #2B3D44;
  width: 100%;
}
.checkout-cart-index .cart-custom .cart-custom-uppar .block-shipping {
  padding: 1px 18px 22.5px;
}
.checkout-cart-index .cart-custom .cart-custom-uppar #block-shipping .title strong {
  color: #2B3D44;
  font-size: 18px;
  font-weight: 500;
  font-family: 'FormaDJRDeck-Regular';
}
@media (min-width: 1700px) {
  .checkout-cart-index .cart-custom .cart-custom-uppar #block-shipping .title strong {
    font-size: 19px;
  }
}
.checkout-cart-index .cart-custom .cart-custom-uppar #block-shipping .title strong hr {
  border-top: 1px solid #2B3D44;
  margin: 0;
}
.checkout-cart-index .cart-custom .cart-custom-uppar #block-shipping #block-summary #shipping-zip-form {
  padding-top: 7px;
  padding-bottom: 7px;
}
.checkout-cart-index .cart-custom .cart-custom-uppar #block-shipping #block-summary #shipping-zip-form .legend {
  display: none;
}
.checkout-cart-index .cart-custom .cart-custom-uppar #block-shipping #block-summary #shipping-zip-form p {
  display: none;
}
.checkout-cart-index .cart-custom .cart-custom-uppar #block-shipping #block-summary #shipping-zip-form .field {
  margin: 0 0 10px;
}
.checkout-cart-index .cart-custom .cart-custom-uppar #block-shipping #block-summary #shipping-zip-form .field .label {
  display: none;
}
.checkout-cart-index .cart-custom .cart-custom-uppar #block-shipping #block-summary #shipping-zip-form .field .control select {
  border: 1px solid #2B3D44;
  height: 26px;
  padding: 2.5px 9px 4px;
  text-align: center;
}
.checkout-cart-index .cart-custom .cart-custom-uppar #block-shipping #block-summary #shipping-zip-form .field .control input {
  height: 26px;
  text-align: center;
}
.checkout-cart-index .cart-custom .cart-custom-uppar #block-shipping #block-summary #co-shipping-method-form .methods .item-title {
  display: none;
}
.checkout-cart-index .cart-custom .cart-custom-uppar #block-shipping #block-summary #co-shipping-method-form .methods .item-options .choice label.label {
  display: inline-block;
  font-size: 14px;
  color: #000000;
  text-transform: inherit;
  font-weight: 500;
  position: relative;
  font-family: 'FormaDJRDeck-Regular';
}
.checkout-cart-index .cart-custom .cart-custom-uppar #block-shipping #block-summary #co-shipping-method-form .methods .item-options .choice label.label:before {
  display: inline-block;
  content: '';
  width: 15px;
  height: 15px;
  background: #2B3D44;
  margin-right: 5px;
  position: relative;
  top: 2px;
  z-index: 2;
}
.checkout-cart-index .cart-custom .cart-custom-uppar #block-shipping #block-summary #co-shipping-method-form .methods .item-options .choice input.radio {
  display: none;
}
.checkout-cart-index .cart-custom .cart-custom-uppar #block-shipping #block-summary #co-shipping-method-form .methods .item-options .choice input.radio:checked + label:after {
  display: inline-block;
  content: '';
  width: 15px;
  height: 15px;
  background: url(../Magento_Customer/images/checked.png) center center no-repeat;
  margin-right: 10px;
  position: absolute;
  top: 3px;
  z-index: 3;
  left: 0;
}
.checkout-cart-index .block.crosssell {
  border-bottom: 1px solid #2B3D44;
  width: auto;
  float: none;
  padding: 0;
}
@media (max-width: 767px) {
  .checkout-cart-index .block.crosssell {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) {
  .checkout-cart-index .block.crosssell .products-crosssell {
    margin: 25px 0;
  }
}
.checkout-cart-index .block.crosssell .products-crosssell.products-grid .product-item {
  width: auto;
}
.checkout-cart-index .block.crosssell .products-crosssell.products-grid .product-item .product-item-info {
  width: 100%;
  box-shadow: initial;
}
.checkout-cart-index .block.crosssell .products-crosssell .owl-carousel .owl-item img {
  width: 40%;
}
.checkout-cart-index .block.crosssell .block-title {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.checkout-cart-index .block.crosssell .block-title strong {
  display: block;
  text-align: center;
  font-family: 'FormaDJRDeck-Regular';
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 0 !important;
  color: #2B3D44;
  text-transform: uppercase;
  padding-top: 35px;
}
.checkout-cart-index .block.crosssell .block-title strong span {
  display: block;
  font-size: 24px;
  text-transform: none;
  color: #000000;
  font-weight: 500;
  margin-top: 10px;
}
.checkout-cart-index .block.crosssell .block-content {
  margin-left: 4%;
  margin-right: 4%;
}
.checkout-cart-index .block.crosssell .block-content .product-item-photo {
  border: none;
}
.checkout-cart-index .block.crosssell .block-content .product-item-info .product.name a {
  font-size: 17px;
  font-weight: 600;
}
.checkout-cart-index .block.crosssell .block-content .product-item-details .product-item-link {
  font-family: 'FormaDJRDeck-Regular';
  font-size: 17px;
  color: #2B3D44;
  position: relative;
  display: block;
  padding-top: 5px;
  hyphens: initial;
  text-transform: uppercase;
  font-weight: 600;
}
@media (min-width: 0px) {
  .checkout-cart-index .block.crosssell .block-content .product-item-details .product-description {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 3.3em;
    color: #000000;
    font-size: 16px;
    font-weight: 300;
    padding: 5px;
    letter-spacing: normal;
    font-family: 'DIN 2014';
  }
}
.checkout-cart-index .block.crosssell .block-content .product-item-details span.price {
  font-family: 'FormaDJRDeck-Regular';
  font-size: 18px;
  color: #000000;
  text-transform: none;
  font-weight: 600;
}
.checkout-cart-index .block.crosssell .owl-controls {
  bottom: 0;
  top: inherit;
  right: 0;
  left: 0;
  visibility: visible;
  opacity: 1;
}
.checkout-cart-index .block.crosssell .owl-controls .owl-dots {
  text-align: center;
  display: inline-block;
}
.checkout-cart-index .block.crosssell .owl-controls .owl-dots.disabled {
  display: none;
}
.checkout-cart-index .block.crosssell .owl-controls .owl-dots .owl-dot {
  float: left;
}
.checkout-cart-index .block.crosssell .owl-controls .owl-dots .owl-dot span {
  width: 20px;
  height: 20px;
  border: solid 2px #2B3D44;
  background-color: #FFFFFF;
}
.checkout-cart-index .block.crosssell .owl-controls .owl-dots .owl-dot.active span {
  background-color: #2B3D44;
}
.checkout-cart-index .block.crosssell .owl-controls .owl-dots:after {
  clear: both;
}
.modals-overlay {
  background-color: initial !important;
}
.popup-authentication.modal-popup .action-close {
  padding: 1.1rem 2rem;
}
@media screen and (min-width: 768px) {
  .popup-authentication.modal-popup .action-close {
    background: url(../Magento_Theme/images/close.png) center center no-repeat;
    margin-top: 1%;
    margin-right: 1%;
  }
}
@media screen and (min-width: 768px) {
  .popup-authentication.modal-popup .action-close:hover {
    background: url(../Magento_Theme/images/close.png) center center no-repeat;
  }
}
.popup-authentication.modal-popup .action-close:before {
  content: '\f819';
}
@media screen and (min-width: 768px) {
  .popup-authentication.modal-popup .action-close:before {
    display: none !important;
  }
}
.popup-authentication header.modal-header {
  padding-top: 15px;
  background: #2B3D44;
  color: #FFFFFF;
  border: 1px solid #2B3D44;
}
@media screen and (max-width: 767px) {
  .popup-authentication header.modal-header {
    padding-top: 0;
    border: 0;
  }
}
.popup-authentication .modal-inner-wrap {
  background: #F1F1F1 !important;
  padding: 8% 5% 8% 5%;
  border: 1px solid #2B3D44 !important;
  max-width: 60%;
}
@media screen and (max-width: 767px) {
  .popup-authentication .modal-inner-wrap {
    padding: 0 !important;
    max-width: 100% !important;
    height: unset !important;
    min-height: unset !important;
    border: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 820px) {
  .popup-authentication .modal-inner-wrap {
    top: 35% !important;
    min-width: 700px !important;
    padding: 5% 9% 5% 9% !important;
  }
}
@media (min-width: 913px) and (max-width: 1024px) {
  .popup-authentication .modal-inner-wrap {
    top: 56% !important;
    max-height: 82% !important;
    padding: 5% 5% 5% 5% !important;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .popup-authentication .modal-inner-wrap {
    top: 57% !important;
    max-height: 80% !important;
    padding: 6% 5% 6% 5% !important;
  }
}
.popup-authentication .modal-inner-wrap .modal-content {
  overflow-y: initial;
  background: #FFFFFF;
  border: 1px solid #2B3D44;
}
.popup-authentication .modal-inner-wrap .block-authentication {
  border: none;
  margin-bottom: 20px;
}
.popup-authentication .modal-inner-wrap .block-authentication .block-title {
  margin-top: 20px;
  margin-bottom: 30px;
}
.popup-authentication .modal-inner-wrap .block-authentication .block-title strong {
  font-weight: normal;
  font-size: 18px;
  text-align: center;
  color: #000000;
  justify-content: center;
}
.popup-authentication .modal-inner-wrap .block-authentication .block-new-customer p,
.popup-authentication .modal-inner-wrap .block-authentication .block-new-customer li {
  color: #000000;
  font-size: 16px;
  list-style-type: "*";
  list-style-position: inside;
}
.popup-authentication .modal-inner-wrap .block-authentication .block-new-customer .actions-toolbar .primary .action-register {
  padding: 6px 15px;
  display: inline-block;
  float: none;
  height: 30px;
}
.popup-authentication .modal-inner-wrap .block-authentication .block-new-customer .actions-toolbar .primary .action-register span {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
}
.popup-authentication .modal-inner-wrap .block-authentication .block-customer-login {
  border: none;
}
.popup-authentication .modal-inner-wrap .block-authentication .block-customer-login:before {
  display: none;
}
.popup-authentication .modal-inner-wrap .block-authentication .block-customer-login .control input,
.popup-authentication .modal-inner-wrap .block-authentication .block-customer-login .control select {
  border: 1px solid #2B3D44;
  font-weight: normal;
  font-size: 15px;
  color: #2B3D44;
  text-align: center;
  height: 30px;
}
.popup-authentication .modal-inner-wrap .block-authentication .block-customer-login label.label {
  margin: 0;
}
.popup-authentication .modal-inner-wrap .block-authentication .block-customer-login label.label span {
  color: #000000;
  font-size: 17px;
  font-weight: 700;
}
.popup-authentication .modal-inner-wrap .block-authentication .block-customer-login .actions-toolbar {
  margin-top: 0;
  text-align: left !important;
}
.popup-authentication .modal-inner-wrap .block-authentication .block-customer-login .actions-toolbar .secondary a.action {
  margin-top: 0px !important;
}
.popup-authentication .modal-inner-wrap .block-authentication .block-customer-login .actions-toolbar .secondary a.action span {
  color: #000000 !important;
  font-size: 15px;
}
.popup-authentication .modal-inner-wrap .block-authentication .block-customer-login .actions-toolbar .primary {
  margin-top: 10%;
}
.popup-authentication .modal-inner-wrap .block-authentication .block-customer-login .actions-toolbar .primary button.action-login {
  background-color: #2B3D44;
  border: 1px solid #2B3D44;
  margin: 0;
  letter-spacing: 0;
  position: relative;
  color: #FFFFFF;
  display: inline-block;
  height: 30px;
  min-width: 160px;
}
.popup-authentication .modal-inner-wrap .block-authentication .block-customer-login .actions-toolbar .primary button.action-login span {
  color: #FFFFFF;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "DIN 2014";
}
.cart-header {
  position: relative;
  margin-bottom: 40px;
  display: flex;
  padding: 43px 9% 2% 12%;
  background: #58757514;
}
@media (min-width: 990px) and (max-width: 1024px) {
  .cart-header {
    top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .cart-header {
    display: block;
    text-align: center;
    padding: 80px 0 4% 0 !important;
  }
}
.cart-header:before {
  display: block;
  content: '';
  background: #2B3D44;
  height: 1px;
  width: 60%;
  right: 0;
  border: none;
  top: 60px;
  position: absolute;
  z-index: 3;
  margin-right: 17%;
}
@media (min-width: 1722px) and (max-width: 1849px) {
  .cart-header:before {
    margin-right: 21%;
  }
}
@media (min-width: 1850px) and (max-width: 1899px) {
  .cart-header:before {
    margin-right: 23%;
  }
}
@media screen and (min-width: 1900px) {
  .cart-header:before {
    margin-right: 25%;
  }
}
@media screen and (max-width: 1024px) {
  .cart-header:before {
    width: 55%;
  }
}
@media screen and (max-width: 767px) {
  .cart-header:before {
    width: 100%;
    top: 244px;
    margin-right: 0;
  }
}
.cart-header:after {
  background-color: #E8E8E8;
  top: 0;
  bottom: 0;
  left: -50%;
  content: '';
  display: block;
  z-index: 1;
  position: absolute;
}
.cart-header > * {
  z-index: 3;
  position: relative;
}
.cart-header .step {
  width: 250px;
  text-align: center;
  font-family: 'DIN 2014';
}
@media (min-width: 1279px) {
  .cart-header .step {
    margin-top: -5px;
  }
}
@media screen and (max-width: 991px) {
  .cart-header .step {
    width: 145px;
  }
}
@media screen and (max-width: 767px) {
  .cart-header .step {
    display: inline-block;
    margin-top: 100px;
    vertical-align: top;
    width: 110px;
  }
}
@media screen and (max-width: 500px) {
  .cart-header .step {
    width: 94px;
  }
}
.cart-header .step span {
  display: block;
  width: 40px;
  height: 40px;
  background: #fff;
  margin: auto;
  text-align: center;
  line-height: 40px;
  font-size: 25px;
  font-weight: 700;
  text-transform: none;
  padding: 0;
  border: 1px solid #2B3D44;
  color: #2B3D44;
}
@media (min-width: 1279px) {
  .cart-header .step span {
    width: 45px;
    height: 45px;
    line-height: 46px;
    font-size: 31px;
  }
}
.cart-header .step p {
  color: #2B3D44;
  font-size: 15px;
  text-transform: none;
  margin: 0;
  margin-top: 20px;
}
.cart-header .step.first {
  margin-left: 10%;
}
@media screen and (max-width: 767px) {
  .cart-header .step.first {
    margin-left: 0;
  }
}
.cart-header .step.active span,
.cart-header .step._complete span,
.cart-header .step._active span {
  color: #ffffff;
  background: #2B3D44;
}
.cart-header .step.active span:after,
.cart-header .step._complete span:after,
.cart-header .step._active span:after {
  color: #FFFFFF !important;
}
.cart-header h2 {
  margin-top: 30;
  color: #ffffff;
  text-align: center;
  font-weight: normal;
  font-size: 21px;
  display: block;
  position: relative;
  z-index: 2;
  width: 170px;
  flex-shrink: 0;
  text-transform: uppercase;
  font-family: 'FormaDJRDeck-Regular';
}
@media screen and (max-width: 767px) {
  .cart-header h2 {
    display: block;
    margin: auto;
  }
}
.cart-header h2:after {
  display: block;
  content: '';
  background: #2B3D44;
  position: absolute;
  height: 100px;
  width: 200px;
  z-index: -1;
  right: -11px;
  top: -30px;
}
.product-item-name > a:hover {
  text-decoration: none !important;
}
.minicart-wrapper #minicart-content-wrapper strong.empty {
  color: #000;
  font-family: 'Bodoni';
  font-size: 16px;
  font-weight: normal;
}
.checkout-onepage-success .page-main {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media (min-width: 1800px) {
  .checkout-onepage-success .page-main {
    padding-top: 11.5% !important;
  }
}
@media (max-width: 767px) {
  .checkout-onepage-success .page-main {
    margin-top: 64px !important;
  }
}
@media (min-width: 1025px) and (max-width: 1500px) {
  .checkout-onepage-success .page-main {
    padding-top: 13.5%;
  }
}
@media (min-width: 1501px) and (max-width: 1650px) {
  .checkout-onepage-success .page-main {
    padding-top: 12%;
  }
}
@media (min-width: 767px) and (max-width: 912px) {
  .checkout-onepage-success .page-main {
    padding-top: 113px;
  }
}
@media (min-width: 913px) and (max-width: 1024px) {
  .checkout-onepage-success .page-main {
    padding-top: 155px;
  }
}
.checkout-onepage-success .checkout-success {
  text-align: center;
}
.checkout-onepage-success .checkout-success .step-title {
  border: 1px solid #2B3D44;
  background: #2B3D44;
  margin-bottom: 19px;
  height: 40px;
  padding-left: 10%;
  text-align: left;
  font-family: 'FormaDJRDeck-Regular';
}
.checkout-onepage-success .checkout-success .step-title span {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 600;
  line-height: 2.2;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .checkout-onepage-success .checkout-success .step-title span {
    line-height: 2.5;
  }
}
.checkout-onepage-success .checkout-success p {
  color: #000000;
  font-size: 17px;
  font-weight: 500;
}
.checkout-onepage-success .checkout-success p .order-number {
  color: #2B3D44;
}
.checkout-onepage-success .checkout-success .checkout-success-content-heading {
  margin-top: 3%;
  margin-bottom: 2%;
}
.checkout-onepage-success .checkout-success .checkout-success-content-heading span {
  color: #2B3D44;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 600;
  font-family: 'FormaDJRDeck-Regular';
}
.checkout-onepage-success .actions-toolbar {
  text-align: center;
  margin-top: 3%;
  margin-bottom: 1%;
}
.checkout-onepage-success .actions-toolbar .primary {
  float: none;
  margin-top: 20px;
}
.checkout-onepage-success .actions-toolbar .primary .action.primary {
  margin-left: 31px;
  width: 160px;
  text-transform: uppercase !important;
  font-weight: 500 !important;
  font-size: 14px !important;
}
@media (max-width: 767px) {
  .checkout-onepage-success .actions-toolbar .primary .action.primary {
    width: auto !important;
    margin-left: 21px !important;
  }
}
@media (max-width: 767px) {
  body.checkout-index-index .modals-wrapper .customer-address-popup .modal-inner-wrap .modal-header {
    padding-left: 15px;
  }
  body.checkout-index-index .modals-wrapper .customer-address-popup .modal-inner-wrap .modal-header .modal-title {
    font-size: 19px;
    margin-bottom: 10px;
    margin-top: -1.3rem;
    background: #F1F1F1;
    border: 0;
  }
}
.checkout-index-index {
  background-color: #FFFFFF;
}
.checkout-index-index.shipping-step .opc-block-summary .table-totals .totals.shipping {
  display: none;
}
.checkout-index-index.shipping-step .opc-block-summary .table-totals .grand.totals.incl .mark strong {
  font-weight: 500;
}
.checkout-index-index.shipping-step .opc-block-summary .table-totals .grand.totals.excl {
  display: none;
}
@media (min-width: 768px) {
  .checkout-index-index.shipping-step #maincontent .opc-wrapper {
    max-height: 700px;
    overflow-y: scroll;
  }
}
.checkout-index-index .modal-popup.customer-address-popup._show .modal-inner-wrap {
  left: 0;
  width: auto;
  margin-left: auto;
}
.checkout-index-index #maincontent {
  padding-top: 200px;
  background-color: #FFFFFF;
}
@media (max-width: 767px) {
  .checkout-index-index #maincontent {
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 1600px) {
  .checkout-index-index #maincontent {
    padding-top: 12%;
  }
}
@media (min-width: 768px) {
  .checkout-index-index #maincontent .opc-wrapper {
    float: left;
  }
}
@media (max-width: 767px) {
  .checkout-index-index #maincontent .opc-wrapper {
    padding: 10px;
    padding-top: 0;
  }
}
@media (min-width: 768px) {
  .checkout-index-index #maincontent .opc-wrapper .step-content {
    margin: 0 15px 36px;
  }
}
@media (max-width: 767px) {
  .checkout-index-index #maincontent .opc-wrapper .step-content .shipping-address-item {
    padding: 18px 32px 18px 18px;
  }
}
.checkout-index-index #maincontent .opc-wrapper .step-content .shipping-address-item.selected-item span {
  color: #2B3D44 !important;
}
.checkout-index-index #maincontent .opc-wrapper .step-content .shipping-address-item.selected-item a {
  color: #000000 !important;
}
.checkout-index-index #maincontent .opc-wrapper .step-content .shipping-address-item.not-selected-item a {
  color: #000000 !important;
}
.checkout-index-index #maincontent .opc-wrapper .step-content .shipping-address-item.not-selected-item .action-select-shipping-item {
  border: 1px solid #2B3D44 !important;
  background: #2B3D44 !important;
  color: #FFFFFF !important;
  font-family: 'DIN 2014';
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .checkout-index-index #maincontent .opc-wrapper .step-content .table-checkout-shipping-method tbody td {
    padding-bottom: 0;
    padding-top: 8px;
    font-weight: 400;
  }
}
.checkout-index-index #maincontent .opc-wrapper .step-content .table-checkout-shipping-method .row .col-method:first-of-type label:before {
  background: #FFFFFF;
  border: 1px solid #2B3D44;
}
.checkout-index-index #maincontent .opc-sidebar {
  margin: 0;
  margin-top: 16px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .checkout-index-index #maincontent .opc-sidebar {
    padding-right: 4%;
  }
}
@media (min-width: 1025px) {
  .checkout-index-index #maincontent .opc-sidebar {
    padding-right: 12%;
  }
}
@media (max-width: 767px) {
  .checkout-index-index #maincontent .opc-sidebar .action-close:before {
    margin: -19px -8px;
    color: #2B3D44;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .checkout-index-index #maincontent #checkoutSteps {
    padding-left: 7%;
  }
}
@media (min-width: 1025px) {
  .checkout-index-index #maincontent #checkoutSteps {
    padding-left: 16.8%;
  }
}
.checkout-index-index .checkout-order-confirmation .step-content {
  margin-top: 40px !important;
}
.checkout-index-index .checkout-order-confirmation .step-content p {
  font-size: 16px;
  color: #000000;
  text-align: center;
}
.checkout-index-index .checkout-order-confirmation .checkout-confirmation span {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
}
.checkout-index-index .um-ordercomment .action {
  padding-left: 0;
}
.checkout-index-index .um-ordercomment .action > span {
  font-weight: normal;
  font-size: 16px;
  color: #000000;
  border-bottom: 1px solid #2B3D44;
}
.checkout-index-index .um-ordercomment .order-comment-form .control textarea {
  color: #000000;
  font-size: 15px;
  font-family: 'DIN 2014';
  border: 1px solid #2B3D44;
}
.checkout-index-index .um-ordercomment .order-comment-form .control textarea::-webkit-input-placeholder {
  color: #757575;
  background: #FFFFFF;
  font-size: 15px;
}
.checkout-index-index .um-ordercomment .order-comment-form .control textarea::-moz-placeholder {
  color: #757575;
  background: #FFFFFF;
  font-size: 15px;
}
.checkout-index-index .um-ordercomment .order-comment-form .control textarea::-ms-placeholder {
  color: #757575;
  background: #FFFFFF;
  font-size: 15px;
}
.checkout-index-index .um-ordercomment .order-comment-form .control textarea::placeholder {
  color: #757575;
  background: #FFFFFF;
  font-size: 15px;
}
.checkout-index-index .cart-header {
  position: relative;
  background-color: #58757514;
}
.checkout-index-index .cart-header:after {
  background: #58757514;
  top: 0;
  bottom: 0;
  left: -50%;
  content: '';
  display: block;
  z-index: 1;
  position: absolute;
}
.checkout-index-index .cart-header .step:before {
  display: none;
}
.checkout-index-index .cart-header .step.first span:after {
  display: none;
}
.checkout-index-index .cart-header .step:nth-of-type(2) span:after {
  content: '2';
}
.checkout-index-index .cart-header .step:nth-of-type(3) span:after {
  content: '3';
}
.checkout-index-index .cart-header .step:nth-of-type(4) span:after {
  content: '4';
}
.checkout-index-index .cart-header .step span:before {
  display: none;
}
.checkout-index-index .cart-header .step span:after {
  font-size: 25px;
  width: 40px;
  height: 40px;
  border-radius: 0;
  background: transparent;
  margin: 0;
  position: inherit;
  display: block;
  font-weight: 600;
  font-family: 'DIN 2014';
  color: #2B3D44;
}
@media (min-width: 1279px) {
  .checkout-index-index .cart-header .step span:after {
    width: 45px;
    height: 45px;
    font-size: 31px;
  }
}
.checkout-index-index .cart-header .step p {
  font-size: 15px;
  margin: auto;
  margin-top: 20px;
  max-width: 89px;
}
.checkout-index-index .checkout-payment-method .payment-option .payment-option-title {
  border-top: 0;
}
.checkout-index-index .checkout-payment-method .payment-option .payment-option-title .action-toggle:after {
  content: '';
}
.checkout-index-index .checkout-payment-method .payment-option._collapsible .payment-option-content {
  display: block !important;
}
@media (max-width: 767px) {
  .checkout-index-index .checkout-payment-method .payment-methods {
    margin: 0 !important;
  }
}
@media (min-width: 768px) {
  .checkout-index-index .checkout-payment-method .payment-methods .payment-group {
    width: 44%;
    float: left;
  }
}
@media (min-width: 768px) {
  .checkout-index-index .checkout-payment-method .payment-methods #group-content {
    width: 50%;
    float: right;
  }
}
.checkout-index-index .checkout-payment-method .payment-methods #group-content .payment-method-content {
  border: 1px solid #2B3D44;
  padding: 4%;
  color: #000000;
  font-size: 15px;
}
.checkout-index-index .checkout-payment-method .payment-methods #group-content .payment-method-content .billing-address-details {
  font-weight: 300;
}
.checkout-index-index .checkout-payment-method .payment-methods #group-content .payment-method-content .billing-address-details .name {
  font-weight: normal;
}
.checkout-index-index .checkout-payment-method .payment-methods #group-content .payment-method-content .billing-address-details #oneyError {
  color: #000000;
  font-weight: 600;
}
.checkout-index-index .checkout-payment-method .payment-methods #group-content .payment-method-content .billing-address-details a {
  color: #000000;
}
.checkout-index-index .checkout-payment-method .payment-methods #group-content .payment-method-content .billing-address-details button.action-edit-address span {
  font-size: 13px;
  color: black;
  text-transform: uppercase;
}
.checkout-index-index .checkout-payment-method .payment-methods #group-content .payment-method-content p {
  padding-left: 5%;
}
.checkout-index-index .checkout-payment-method .payment-methods #group-content .payment-method-content .checkout-agreements span {
  color: #000000;
}
.checkout-index-index .checkout-payment-method .payment-methods #group-content .payment-method-content .items.check.payable {
  padding-left: 5%;
}
.checkout-index-index .checkout-payment-method .payment-methods #group-content .payment-method-content .billing-address-same-as-shipping-block input,
.checkout-index-index .checkout-payment-method .payment-methods #group-content .payment-method-content .checkout-agreement input {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background: #FFFFFF;
  box-sizing: border-box;
  position: relative;
  box-sizing: content-box;
  width: 15px;
  height: 15px;
  border: 1px solid #2B3D44;
}
.checkout-index-index .checkout-payment-method .payment-methods #group-content .payment-method-content .billing-address-same-as-shipping-block input:checked,
.checkout-index-index .checkout-payment-method .payment-methods #group-content .payment-method-content .checkout-agreement input:checked {
  background-color: #2B3D44;
}
.checkout-index-index .checkout-payment-method .payment-methods #group-content .payment-method-content .fieldset .field-select-billing .select {
  border: 1px solid #2B3D44;
  font-family: 'DIN 2014';
}
.checkout-index-index .checkout-payment-method .payment-methods #group-content .payment-method-content .fieldset .actions-toolbar button.action-update {
  border: 1px solid #2B3D44;
  color: #FFFFFF;
  background: #2B3D44;
  text-transform: uppercase;
  font-family: 'FormaDJRDeck-Regular';
  font-weight: 600;
}
.checkout-index-index .checkout-payment-method .payment-methods #group-content .payment-method-content .fieldset .actions-toolbar button.action-cancel {
  text-transform: uppercase;
  font-family: 'FormaDJRDeck-Regular';
  font-weight: 600;
  color: #2B3D44;
  margin-top: 1px;
}
.checkout-index-index .checkout-payment-method .payment-methods #group-content .payment-method-content button.checkout.action.primary {
  height: 32px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
}
@media (min-width: 768px) and (max-width: 819px) {
  .checkout-index-index .checkout-payment-method .payment-methods #group-content .payment-method-content button.checkout.action.primary {
    font-size: 14px;
  }
}
.checkout-index-index .checkout-payment-method .payment-methods #group-content .payment-method-content .checkout-agreements-block .action-show {
  width: auto;
  font-family: 'DIN 2014';
}
@media (min-width: 768px) {
  .checkout-index-index #checkout-step-payment .payment-method._active .payment-method-content {
    display: none;
  }
}
.checkout-index-index #checkout-step-payment .primary.back {
  margin-top: 5%;
  background-color: #2B3D44;
  font-family: 'FormaDJRDeck-Regular';
  letter-spacing: 0;
  width: 160px;
  font-weight: 600;
  font-size: 15px;
  height: 32px;
  line-height: 18px;
}
@media (max-width: 767px) {
  .checkout-index-index .opc-estimated-wrapper {
    margin-top: 0px;
    padding: 18px 31px !important;
  }
  .checkout-index-index .opc-estimated-wrapper .estimated-block .estimated-price {
    color: #2B3D44;
  }
  .checkout-index-index .opc-estimated-wrapper .minicart-wrapper .action.showcart:before {
    color: #2B3D44;
  }
}
.checkout-index-index .step-title,
.checkout-index-index .modal-title {
  color: #FFFFFF;
  text-align: left;
  font-size: 18px;
  margin-bottom: 19px;
  border: 1px solid #2B3D44;
  height: 32px;
  background: #2B3D44;
  padding-left: 15px;
  font-weight: 600;
  line-height: 1.7;
  font-family: 'FormaDJRDeck-Regular';
}
.checkout-index-index .shipping-address-item {
  color: #000000;
  font-size: 16px;
  border: 1px solid #2B3D44;
  margin-right: 5%;
  font-weight: 300;
}
.checkout-index-index .shipping-address-item b {
  font-weight: normal;
}
@media (min-width: 768px) and (max-width: 991px) {
  .checkout-index-index .shipping-address-item {
    width: 40%;
  }
}
@media (min-width: 992px) {
  .checkout-index-index .shipping-address-item {
    width: 37%;
  }
}
.checkout-index-index .shipping-address-item.selected-item {
  border-color: #587575;
}
.checkout-index-index .shipping-address-item.selected-item:after {
  background: #587575;
}
.checkout-index-index .action.add,
.checkout-index-index .action.continue {
  border-color: #2B3D44;
  color: #FFFFFF;
  position: relative;
  padding-left: 18px;
  background: #2B3D44;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
  font-family: 'FormaDJRDeck-Regular';
  letter-spacing: inherit;
}
.checkout-index-index .action.add {
  height: 32px;
  line-height: 19px;
}
.checkout-index-index .action.add span:before {
  content: '+';
  padding-right: 5px;
}
.checkout-index-index .table-checkout-shipping-method thead {
  display: none;
}
.checkout-index-index .table-checkout-shipping-method .row {
  display: flex;
  align-items: center;
}
.checkout-index-index .table-checkout-shipping-method .row .col {
  display: inline-block;
  font-size: 15px;
  color: #000000;
  text-transform: inherit;
  font-weight: 300;
  position: relative;
  border: none;
}
.checkout-index-index .table-checkout-shipping-method .row .col-price {
  width: 80px;
  flex-shrink: 0;
  flex-grow: inherit;
  text-align: center;
  flex: inherit;
  padding: 0;
}
.checkout-index-index .table-checkout-shipping-method .row .col-method:first-of-type {
  width: 25px;
  flex-shrink: 0;
  flex-grow: inherit;
  flex: inherit;
  text-align: left;
}
.checkout-index-index .table-checkout-shipping-method .row .col-method:first-of-type input {
  display: none;
}
.checkout-index-index .table-checkout-shipping-method .row .col-method:first-of-type input:checked + label:after {
  display: inline-block;
  content: '';
  width: 15px;
  height: 15px;
  background: #2B3D44;
  margin-right: 10px;
  position: absolute;
  top: 3px;
  z-index: 3;
  left: 0;
}
.checkout-index-index .table-checkout-shipping-method .row .col-method:first-of-type label {
  display: inline-block;
  font-size: 15px;
  color: #000000;
  text-transform: inherit;
  font-weight: 300;
  position: relative;
}
.checkout-index-index .table-checkout-shipping-method .row .col-method:first-of-type label:before {
  display: inline-block;
  content: '';
  width: 15px;
  height: 15px;
  background: #587575;
  margin-right: 5px;
  position: relative;
  top: 2px;
  z-index: 2;
}
.checkout-index-index .table-checkout-shipping-method .row .col-method {
  padding-left: 0;
}
.checkout-index-index .table-checkout-shipping-method .row .col-carrier {
  display: none;
}
.checkout-index-index #shipping-method-buttons-container .action {
  height: 32px;
  padding: 0 50px;
}
.checkout-index-index #shipping-method-buttons-container .action.primary {
  margin: 30px 0 0 45px;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}
.checkout-index-index #shipping-method-buttons-container .action.primary.back {
  line-height: 26px;
}
.checkout-index-index #shipping-method-buttons-container .action:before {
  background: #FFFFFF;
}
.checkout-index-index .modal-inner-wrap {
  background: #FFFFFF;
}
.checkout-index-index .modal-inner-wrap .modal-content #opc-new-shipping-address .form,
.checkout-index-index .modal-inner-wrap .modal-content #opc-new-shipping-address .form-address-edit {
  background: #FFFFFF;
  box-shadow: none;
  border: none;
}
.checkout-index-index .modal-inner-wrap .modal-content #opc-new-shipping-address .form .field,
.checkout-index-index .modal-inner-wrap .modal-content #opc-new-shipping-address .form-address-edit .field {
  background: #FFFFFF;
  margin: 0;
  padding: 0;
}
.checkout-index-index .modal-inner-wrap .modal-content #opc-new-shipping-address .form label.label,
.checkout-index-index .modal-inner-wrap .modal-content #opc-new-shipping-address .form-address-edit label.label,
.checkout-index-index .modal-inner-wrap .modal-content #opc-new-shipping-address .form legend.label,
.checkout-index-index .modal-inner-wrap .modal-content #opc-new-shipping-address .form-address-edit legend.label {
  color: #000000;
  font-size: 16px;
  margin-bottom: 2px;
  display: block;
  width: 100%;
  background: #FFFFFF;
}
.checkout-index-index .modal-inner-wrap .modal-content #opc-new-shipping-address .form .field.choice label.label,
.checkout-index-index .modal-inner-wrap .modal-content #opc-new-shipping-address .form-address-edit .field.choice label.label {
  display: initial;
}
.checkout-index-index .modal-inner-wrap .modal-content #opc-new-shipping-address .form button.primary:before,
.checkout-index-index .modal-inner-wrap .modal-content #opc-new-shipping-address .form-address-edit button.primary:before {
  background: #FFFFFF !important;
}
.checkout-index-index .modal-inner-wrap .modal-content #opc-new-shipping-address .form .control,
.checkout-index-index .modal-inner-wrap .modal-content #opc-new-shipping-address .form-address-edit .control {
  padding-bottom: 10px;
}
.checkout-index-index .modal-inner-wrap .modal-content #opc-new-shipping-address .form .control input,
.checkout-index-index .modal-inner-wrap .modal-content #opc-new-shipping-address .form-address-edit .control input,
.checkout-index-index .modal-inner-wrap .modal-content #opc-new-shipping-address .form .control select,
.checkout-index-index .modal-inner-wrap .modal-content #opc-new-shipping-address .form-address-edit .control select {
  border: none;
  font-weight: normal;
  font-size: 15px;
  color: #000000;
  text-align: center;
  height: 38px;
}
.checkout-index-index .modal-inner-wrap .modal-content #opc-new-shipping-address .form .control input::-webkit-input-placeholder,
.checkout-index-index .modal-inner-wrap .modal-content #opc-new-shipping-address .form-address-edit .control input::-webkit-input-placeholder {
  color: #000000;
}
.checkout-index-index .modal-inner-wrap .modal-content #opc-new-shipping-address .form .control input::-moz-placeholder,
.checkout-index-index .modal-inner-wrap .modal-content #opc-new-shipping-address .form-address-edit .control input::-moz-placeholder {
  color: #000000;
}
.checkout-index-index .modal-inner-wrap .modal-content #opc-new-shipping-address .form .control input::-ms-placeholder,
.checkout-index-index .modal-inner-wrap .modal-content #opc-new-shipping-address .form-address-edit .control input::-ms-placeholder {
  color: #000000;
}
.checkout-index-index .modal-inner-wrap .modal-content #opc-new-shipping-address .form .control input::placeholder,
.checkout-index-index .modal-inner-wrap .modal-content #opc-new-shipping-address .form-address-edit .control input::placeholder {
  color: #000000;
}
.checkout-index-index .modal-inner-wrap .modal-content .field-tooltip-content {
  color: #000000;
  font-size: 16px;
}
.checkout-index-index .modal-inner-wrap .action-save-address {
  font-size: 16px;
}
.checkout-index-index .shipping-information {
  background: #58757514;
  padding: 10px 16px;
}
.checkout-index-index .shipping-information .shipping-information-title {
  margin: 14px 0 14px;
}
.checkout-index-index .shipping-information .shipping-information-title span {
  font-weight: normal;
  font-size: 18px;
  border-color: #2B3D44;
  color: #2B3D44;
  text-transform: uppercase;
  border-bottom: 1px solid #2B3D44;
  padding-bottom: 3px;
  font-family: 'FormaDJRDeck-Regular';
}
.checkout-index-index .shipping-information .shipping-information-title button.action-edit {
  top: 0;
  width: 70px;
  border: 0;
  height: 0;
  float: right;
}
.checkout-index-index .shipping-information .shipping-information-title button.action-edit:before {
  content: "modifier";
  color: black;
  font-size: 13px;
  text-transform: uppercase;
  font-family: 'DIN 2014';
}
.checkout-index-index .shipping-information .shipping-information-title button.action-edit span {
  display: none;
}
.checkout-index-index .shipping-information .ship-to .shipping-information-content {
  font-weight: 300;
}
.checkout-index-index .shipping-information .ship-to .shipping-information-content .name {
  font-weight: normal;
}
.checkout-index-index .shipping-information .ship-via .shipping-information-content {
  font-weight: 600;
}
.checkout-index-index .shipping-information .shipping-information-content {
  color: #000000;
  font-size: 15px;
  line-height: 27px;
}
.checkout-index-index .shipping-information .shipping-information-content a {
  color: #000000;
}
.checkout-index-index .opc-block-summary {
  border: none;
  padding: 0;
  background: #FFFFFF;
  border-radius: 0;
}
@media (min-width: 768px) {
  .checkout-index-index .opc-block-summary {
    margin-bottom: 0;
  }
}
.checkout-index-index .opc-block-summary > .title {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 18px;
  border-bottom: 1px solid #2B3D44;
  color: #2B3D44;
  padding-bottom: 0;
}
@media (min-width: 1700px) {
  .checkout-index-index .opc-block-summary > .title {
    font-size: 19px;
  }
}
.checkout-index-index .opc-block-summary .custom-table {
  background: #58757514;
  padding: 10px 16px;
  font-family: 'FormaDJRDeck-Regular';
}
@media (min-width: 768px) {
  .checkout-index-index .opc-block-summary .custom-table {
    margin-top: -15px;
  }
}
.checkout-index-index .opc-block-summary .custom-table > .title {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 18px;
  color: #2B3D44;
  padding-bottom: 0;
}
@media (min-width: 1700px) {
  .checkout-index-index .opc-block-summary .custom-table > .title {
    font-size: 19px;
  }
}
.checkout-index-index .opc-block-summary .table-totals {
  color: #000000;
  font-size: 16px;
  border-top: 1px solid #2B3D44;
  border-collapse: separate;
  border-spacing: 0 5px;
}
@media (max-width: 767px) {
  .checkout-index-index .opc-block-summary .table-totals {
    color: #000000;
    font-size: 16px;
  }
}
.checkout-index-index .opc-block-summary .table-totals .shipping .mark .value {
  display: none;
}
.checkout-index-index .opc-block-summary .table-totals .grand.totals.excl .mark strong,
.checkout-index-index .opc-block-summary .table-totals .grand.totals.excl .amount .price {
  font-size: 16px;
  font-weight: 400;
}
.checkout-index-index .opc-block-summary .table-totals .grand.totals.incl th,
.checkout-index-index .opc-block-summary .table-totals .grand.totals.incl td {
  padding: 0;
}
.checkout-index-index .opc-block-summary .table-totals .grand.totals.incl .mark {
  border-top: 0;
  font-size: 16px;
}
.checkout-index-index .opc-block-summary .table-totals .grand.totals.incl .mark strong {
  font-weight: 600;
}
.checkout-index-index .opc-block-summary .table-totals .grand.totals.incl .amount {
  border-top: 0;
  font-size: 16px;
}
@media (max-width: 767px) {
  .checkout-index-index .opc-block-summary .block {
    padding: 10px;
  }
}
.checkout-index-index .opc-block-summary .block .title strong {
  color: #000000;
  font-weight: 400;
  font-size: 17px;
}
.checkout-index-index .opc-block-summary .block .product-item-name,
.checkout-index-index .opc-block-summary .block .details-qty {
  font-size: 15px;
  color: #000000;
  text-transform: none;
  font-weight: normal;
}
.checkout-index-index .opc-block-summary .block .details-qty {
  float: left;
}
.checkout-index-index .opc-block-summary .block .product-item-name {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  max-height: 2.5em;
}
.checkout-index-index .opc-block-summary .block .cart-price .price {
  color: #000000;
  font-size: 16px;
  text-transform: none;
}
.checkout-index-index .opc-block-summary .items-in-cart {
  padding: 10px 16px;
}
.checkout-index-index .opc-block-summary .items-in-cart .custom-heading {
  margin-top: 4rem;
  border-bottom: 1px solid #2B3D44;
}
.checkout-index-index .opc-block-summary .items-in-cart .custom-heading .custom-title {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 18px;
  color: #2B3D44;
  padding-bottom: 0;
  font-family: 'FormaDJRDeck-Regular';
}
@media (min-width: 1700px) {
  .checkout-index-index .opc-block-summary .items-in-cart .custom-heading .custom-title {
    font-size: 19px;
  }
}
.checkout-index-index .opc-block-summary .items-in-cart .title {
  border-bottom: none !important;
}
.checkout-index-index .opc-block-summary .product-item {
  border-top: 0;
  padding: 8px 0;
}
.checkout-index-index .opc-block-summary .product-item:first-child {
  padding-top: 0;
  padding-bottom: 0;
}
.checkout-index-index .opc-block-summary .product-item .product-item-name-block {
  display: initial;
}
.checkout-index-index .opc-block-summary .product-item .subtotal {
  padding-top: 7px;
  float: right;
}
.checkout-index-index .opc-block-summary .product-item .product-item-inner {
  padding-top: 10px;
}
.checkout-index-index .payment-group .payment-method .payment-method-title {
  border: none;
}
.checkout-index-index .payment-group .payment-method .payment-method-title label {
  position: relative;
}
.checkout-index-index .payment-group .payment-method .payment-method-title label:before {
  display: inline-block;
  content: '';
  width: 15px;
  height: 15px;
  background: #FFFFFF;
  border: 1px solid #2B3D44;
  margin-right: 15px;
  position: relative;
  top: 2px;
  z-index: 2;
}
.checkout-index-index .payment-group .payment-method .payment-method-title label span {
  font-size: 15px;
  color: #000000;
  text-transform: inherit;
  font-weight: 500;
}
.checkout-index-index .payment-group .payment-method .payment-method-title input {
  display: none;
}
.checkout-index-index .payment-group .payment-method .payment-method-title input:checked + label:after {
  display: inline-block;
  content: '';
  width: 15px;
  height: 15px;
  background: #2B3D44;
  margin-right: 10px;
  position: absolute;
  top: -2px;
  z-index: 3;
  left: 0;
}
.checkout-index-index .payment-group .payment-method .checkout-billing-address {
  color: #000000;
  font-size: 16px;
}
.checkout-index-index .payment-group .payment-method .payable > *,
.checkout-index-index .payment-group .payment-method p {
  color: #000000;
  font-size: 16px;
}
.checkout-index-index .payment-group .payment-method .checkout-agreement .action {
  padding-left: 0 !important;
}
.checkout-index-index .payment-group .payment-method .checkout-agreement .action #popupcgv {
  font-weight: normal;
  font-size: 15px;
  color: #000000;
}
.checkout-index-index .payment-group .action {
  height: 32px !important;
  padding: 0 25px !important;
}
.checkout-index-index .payment-group .action:before {
  background: #FFFFFF !important;
}
.checkout-success h2 {
  display: flex;
  align-items: center;
  font-weight: normal;
  font-size: 21px;
  text-align: center;
  color: #000000;
  justify-content: center;
}
.checkout-success h2 hr {
  display: block;
  width: 70px;
  height: 1px;
  border: none;
  background: #262626;
  margin: 0 20px;
}
.modal-popup.agreements-modal {
  color: #000000;
}
.modal-popup.agreements-modal .modal-footer {
  display: none;
}
.login-container {
  background: none;
  border: none;
  box-shadow: none;
  width: 100%;
  max-width: 700px;
  margin: auto;
  color: #2B3D44;
  padding: 115px 140px 84px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .login-container {
    padding: 0;
  }
}
.login-container .block {
  width: 100%;
}
.login-container .block .block-title > strong {
  display: flex;
  align-items: center;
  font-weight: normal;
  font-size: 21px;
  text-align: center;
  justify-content: center;
}
.login-container .block .block-content {
  margin-top: 30px;
}
.login-container .block .block-content .field .control {
  width: 100%;
}
.login-container .block .block-content .field .control input {
  font-weight: normal;
  font-size: 15px;
  text-align: center;
}
.login-container .block.block-new-customer {
  font-family: 'FormaDJRDeck-Regular';
}
.login-container .block.block-new-customer .actions-new-customer {
  text-align: center;
}
.login-container .block.block-new-customer .actions-new-customer .create {
  width: 180px;
  height: 30px;
  line-height: 15px;
  background: #2B3D44;
  border: 1px solid #2B3D44;
  font-family: 'FormaDJRDeck-Regular';
}
.login-container .block.block-customer-login {
  margin-bottom: 20px;
}
.login-container .block.block-customer-login .block-title > strong {
  font-family: 'FormaDJRDeck-Regular';
}
.login-container .block.block-customer-login .actions-submit {
  text-align: center;
}
.login-container .block.block-customer-login .actions-submit .login {
  width: 160px;
  height: 30px;
  line-height: 10px;
  background: #2B3D44;
  border: 1px solid #2B3D44;
  font-family: 'FormaDJRDeck-Regular';
}
.login-container .block.block-customer-login .actions-submit .forgot-password {
  margin-top: 10px;
  font-size: 11px;
  text-transform: lowercase;
}
.login-container .block.block-customer-login .actions-submit .forgot-password > a {
  color: #2B3D44 !important;
}
.login-container .block.block-customer-login .fieldset:after {
  display: none;
}
@media (max-width: 767px) {
  .login-container .block.block-customer-login .fieldset:after {
    display: none;
  }
}
@media (max-width: 767px) {
  body .modals-wrapper .customer-address-popup .modal-inner-wrap {
    background: #FFFFFF;
  }
  body .modals-wrapper .customer-address-popup .modal-inner-wrap .modal-header {
    border-bottom: 1px solid #2B3D44;
  }
  body .modals-wrapper .customer-address-popup .modal-inner-wrap .form-address-edit .header {
    display: none;
  }
}
@media (min-width: 768px) {
  body .modals-wrapper .customer-address-popup {
    padding-top: 20px;
    padding-left: 75px;
    padding-right: 75px;
  }
  body .modals-wrapper .customer-address-popup .modal-inner-wrap {
    background: #F1F1F1;
  }
  body .modals-wrapper .customer-address-popup .modal-inner-wrap .modal-title {
    display: none;
  }
  body .modals-wrapper .customer-address-popup .modal-inner-wrap .form-address-edit {
    border: 1px solid #2B3D44;
    background: #FFFFFF;
    padding: 0 52px 25px;
    max-width: 900px;
  }
  body .modals-wrapper .customer-address-popup .modal-inner-wrap .form-address-edit .header {
    padding-top: 7px;
    margin-left: -52px;
    height: 35px;
    background: #2B3D44;
    margin-right: -52px;
  }
  body .modals-wrapper .customer-address-popup .modal-inner-wrap .form-address-edit .header span {
    font-size: 17px;
    color: #FFFFFF;
    font-weight: 600;
    padding: 15px;
    font-family: 'FormaDJRDeck-Regular';
  }
}
@media (min-width: 768px) {
  body .modals-wrapper .customer-popup .modal-inner-wrap,
  body .modals-wrapper .customer-address-popup .modal-inner-wrap {
    max-width: 60%;
    border: 1px solid #2B3D44;
  }
}
body .modals-wrapper .customer-popup .action-close,
body .modals-wrapper .customer-address-popup .action-close {
  padding: 1.1rem 2rem;
}
@media screen and (min-width: 768px) {
  body .modals-wrapper .customer-popup .action-close,
  body .modals-wrapper .customer-address-popup .action-close {
    background: url(../Magento_Theme/images/close.png) center center no-repeat;
    margin-top: 2%;
    margin-right: 2%;
  }
}
body .modals-wrapper .customer-popup .action-close:before,
body .modals-wrapper .customer-address-popup .action-close:before {
  content: '\f819';
}
@media screen and (min-width: 768px) {
  body .modals-wrapper .customer-popup .action-close:before,
  body .modals-wrapper .customer-address-popup .action-close:before {
    display: none !important;
  }
}
body .modals-wrapper .customer-popup .modal-title,
body .modals-wrapper .customer-address-popup .modal-title {
  text-transform: uppercase;
  color: #2B3D44;
  font-style: oblique;
  font-weight: 600;
  border-bottom: none;
  padding-bottom: 0;
  font-family: 'FormaDJRDeck-Regular';
}
@media (min-width: 1600px) {
  body .modals-wrapper .customer-popup .modal-title,
  body .modals-wrapper .customer-address-popup .modal-title {
    padding-left: 14%;
  }
}
@media (min-width: 1500px) and (max-width: 1599) {
  body .modals-wrapper .customer-popup .modal-title,
  body .modals-wrapper .customer-address-popup .modal-title {
    padding-left: 11%;
  }
}
@media (min-width: 1400px) and (max-width: 1499) {
  body .modals-wrapper .customer-popup .modal-title,
  body .modals-wrapper .customer-address-popup .modal-title {
    padding-left: 9%;
  }
}
@media (min-width: 1300px) and (max-width: 1399) {
  body .modals-wrapper .customer-popup .modal-title,
  body .modals-wrapper .customer-address-popup .modal-title {
    padding-left: 5%;
  }
}
@media (min-width: 1200px) and (max-width: 1299) {
  body .modals-wrapper .customer-popup .modal-title,
  body .modals-wrapper .customer-address-popup .modal-title {
    padding-left: 2%;
  }
}
@media screen and (max-width: 767px) {
  body .modals-wrapper .customer-popup .modal-title,
  body .modals-wrapper .customer-address-popup .modal-title {
    font-size: 22px;
    border-bottom: 1.8rem;
    margin-top: -1rem;
    margin-left: -2rem;
  }
}
body .modals-wrapper .customer-popup .form-create-account,
body .modals-wrapper .customer-address-popup .form-create-account,
body .modals-wrapper .customer-popup .form-address-edit,
body .modals-wrapper .customer-address-popup .form-address-edit {
  background: none;
  border: none;
  box-shadow: none;
  width: 100%;
  max-width: 700px;
  margin: auto;
  padding-top: 0;
}
@media (min-width: 1800px) {
  body .modals-wrapper .customer-popup .form-create-account,
  body .modals-wrapper .customer-address-popup .form-create-account,
  body .modals-wrapper .customer-popup .form-address-edit,
  body .modals-wrapper .customer-address-popup .form-address-edit {
    max-width: 800px;
  }
}
body .modals-wrapper .customer-popup .form-create-account p,
body .modals-wrapper .customer-address-popup .form-create-account p,
body .modals-wrapper .customer-popup .form-address-edit p,
body .modals-wrapper .customer-address-popup .form-address-edit p {
  font-size: 15px;
  color: #000000;
}
body .modals-wrapper .customer-popup .form-create-account .actions-toolbar,
body .modals-wrapper .customer-address-popup .form-create-account .actions-toolbar,
body .modals-wrapper .customer-popup .form-address-edit .actions-toolbar,
body .modals-wrapper .customer-address-popup .form-address-edit .actions-toolbar {
  text-align: center;
}
@media (max-width: 767px) {
  body .modals-wrapper .customer-popup .form-create-account .actions-toolbar,
  body .modals-wrapper .customer-address-popup .form-create-account .actions-toolbar,
  body .modals-wrapper .customer-popup .form-address-edit .actions-toolbar,
  body .modals-wrapper .customer-address-popup .form-address-edit .actions-toolbar {
    padding-bottom: 50px;
  }
}
body .modals-wrapper .customer-popup .form-create-account .actions-toolbar .primary,
body .modals-wrapper .customer-address-popup .form-create-account .actions-toolbar .primary,
body .modals-wrapper .customer-popup .form-address-edit .actions-toolbar .primary,
body .modals-wrapper .customer-address-popup .form-address-edit .actions-toolbar .primary {
  float: right;
}
body .modals-wrapper .customer-popup .form-create-account .actions-toolbar .primary button.primary,
body .modals-wrapper .customer-address-popup .form-create-account .actions-toolbar .primary button.primary,
body .modals-wrapper .customer-popup .form-address-edit .actions-toolbar .primary button.primary,
body .modals-wrapper .customer-address-popup .form-address-edit .actions-toolbar .primary button.primary {
  height: 26px;
  width: 135%;
  line-height: 12px;
}
body .modals-wrapper .customer-popup .form-create-account .actions-toolbar .primary button.primary span,
body .modals-wrapper .customer-address-popup .form-create-account .actions-toolbar .primary button.primary span,
body .modals-wrapper .customer-popup .form-address-edit .actions-toolbar .primary button.primary span,
body .modals-wrapper .customer-address-popup .form-address-edit .actions-toolbar .primary button.primary span {
  text-transform: uppercase;
  font-weight: 500;
}
body .modals-wrapper .customer-popup .form-create-account > .fieldset,
body .modals-wrapper .customer-address-popup .form-create-account > .fieldset,
body .modals-wrapper .customer-popup .form-address-edit > .fieldset,
body .modals-wrapper .customer-address-popup .form-address-edit > .fieldset {
  width: 100%;
  margin-bottom: 0;
}
body .modals-wrapper .customer-popup .form-create-account > .fieldset .legend,
body .modals-wrapper .customer-address-popup .form-create-account > .fieldset .legend,
body .modals-wrapper .customer-popup .form-address-edit > .fieldset .legend,
body .modals-wrapper .customer-address-popup .form-address-edit > .fieldset .legend {
  display: none;
}
body .modals-wrapper .customer-popup .form-create-account > .fieldset .field,
body .modals-wrapper .customer-address-popup .form-create-account > .fieldset .field,
body .modals-wrapper .customer-popup .form-address-edit > .fieldset .field,
body .modals-wrapper .customer-address-popup .form-address-edit > .fieldset .field {
  padding: 10px;
  margin: 0;
  position: relative;
}
body .modals-wrapper .customer-popup .form-create-account > .fieldset .field.password #password-error,
body .modals-wrapper .customer-address-popup .form-create-account > .fieldset .field.password #password-error,
body .modals-wrapper .customer-popup .form-address-edit > .fieldset .field.password #password-error,
body .modals-wrapper .customer-address-popup .form-address-edit > .fieldset .field.password #password-error,
body .modals-wrapper .customer-popup .form-create-account > .fieldset .field.password #password-strength-meter-container,
body .modals-wrapper .customer-address-popup .form-create-account > .fieldset .field.password #password-strength-meter-container,
body .modals-wrapper .customer-popup .form-address-edit > .fieldset .field.password #password-strength-meter-container,
body .modals-wrapper .customer-address-popup .form-address-edit > .fieldset .field.password #password-strength-meter-container {
  font-family: 'DIN 2014';
  font-size: 14px;
  color: #00C900;
  padding-top: 7px;
}
body .modals-wrapper .customer-popup .form-create-account > .fieldset .field.password label,
body .modals-wrapper .customer-address-popup .form-create-account > .fieldset .field.password label,
body .modals-wrapper .customer-popup .form-address-edit > .fieldset .field.password label,
body .modals-wrapper .customer-address-popup .form-address-edit > .fieldset .field.password label,
body .modals-wrapper .customer-popup .form-create-account > .fieldset .field.confirmation label,
body .modals-wrapper .customer-address-popup .form-create-account > .fieldset .field.confirmation label,
body .modals-wrapper .customer-popup .form-address-edit > .fieldset .field.confirmation label,
body .modals-wrapper .customer-address-popup .form-address-edit > .fieldset .field.confirmation label {
  display: none;
}
body .modals-wrapper .customer-popup .form-create-account > .fieldset .field.confirmation input,
body .modals-wrapper .customer-address-popup .form-create-account > .fieldset .field.confirmation input,
body .modals-wrapper .customer-popup .form-address-edit > .fieldset .field.confirmation input,
body .modals-wrapper .customer-address-popup .form-address-edit > .fieldset .field.confirmation input {
  margin-top: -10px;
}
body .modals-wrapper .customer-popup .form-create-account > .fieldset .field label,
body .modals-wrapper .customer-address-popup .form-create-account > .fieldset .field label,
body .modals-wrapper .customer-popup .form-address-edit > .fieldset .field label,
body .modals-wrapper .customer-address-popup .form-address-edit > .fieldset .field label {
  font-size: 17px;
  color: #000000;
  font-weight: 600;
}
body .modals-wrapper .customer-popup .form-create-account > .fieldset .field .control,
body .modals-wrapper .customer-address-popup .form-create-account > .fieldset .field .control,
body .modals-wrapper .customer-popup .form-address-edit > .fieldset .field .control,
body .modals-wrapper .customer-address-popup .form-address-edit > .fieldset .field .control {
  width: 100%;
}
body .modals-wrapper .customer-popup .form-create-account > .fieldset .field .control input,
body .modals-wrapper .customer-address-popup .form-create-account > .fieldset .field .control input,
body .modals-wrapper .customer-popup .form-address-edit > .fieldset .field .control input,
body .modals-wrapper .customer-address-popup .form-address-edit > .fieldset .field .control input,
body .modals-wrapper .customer-popup .form-create-account > .fieldset .field .control select,
body .modals-wrapper .customer-address-popup .form-create-account > .fieldset .field .control select,
body .modals-wrapper .customer-popup .form-address-edit > .fieldset .field .control select,
body .modals-wrapper .customer-address-popup .form-address-edit > .fieldset .field .control select {
  border: 1px solid #2B3D44;
  font-weight: normal;
  font-family: 'DIN 2014';
  font-size: 15px;
  color: #000000;
  text-align: center;
  height: 30px;
  text-align: left;
}
body .modals-wrapper .customer-popup .form-create-account > .fieldset .field .control input::-webkit-input-placeholder,
body .modals-wrapper .customer-address-popup .form-create-account > .fieldset .field .control input::-webkit-input-placeholder,
body .modals-wrapper .customer-popup .form-address-edit > .fieldset .field .control input::-webkit-input-placeholder,
body .modals-wrapper .customer-address-popup .form-address-edit > .fieldset .field .control input::-webkit-input-placeholder {
  color: #757575;
  font-size: 14px;
}
body .modals-wrapper .customer-popup .form-create-account > .fieldset .field .control input::-moz-placeholder,
body .modals-wrapper .customer-address-popup .form-create-account > .fieldset .field .control input::-moz-placeholder,
body .modals-wrapper .customer-popup .form-address-edit > .fieldset .field .control input::-moz-placeholder,
body .modals-wrapper .customer-address-popup .form-address-edit > .fieldset .field .control input::-moz-placeholder {
  color: #757575;
  font-size: 14px;
}
body .modals-wrapper .customer-popup .form-create-account > .fieldset .field .control input::-ms-placeholder,
body .modals-wrapper .customer-address-popup .form-create-account > .fieldset .field .control input::-ms-placeholder,
body .modals-wrapper .customer-popup .form-address-edit > .fieldset .field .control input::-ms-placeholder,
body .modals-wrapper .customer-address-popup .form-address-edit > .fieldset .field .control input::-ms-placeholder {
  color: #757575;
  font-size: 14px;
}
body .modals-wrapper .customer-popup .form-create-account > .fieldset .field .control input::placeholder,
body .modals-wrapper .customer-address-popup .form-create-account > .fieldset .field .control input::placeholder,
body .modals-wrapper .customer-popup .form-address-edit > .fieldset .field .control input::placeholder,
body .modals-wrapper .customer-address-popup .form-address-edit > .fieldset .field .control input::placeholder {
  color: #757575;
  font-size: 14px;
}
body .modals-wrapper .customer-popup .form-create-account > .fieldset .field .control .nested .field.additional,
body .modals-wrapper .customer-address-popup .form-create-account > .fieldset .field .control .nested .field.additional,
body .modals-wrapper .customer-popup .form-address-edit > .fieldset .field .control .nested .field.additional,
body .modals-wrapper .customer-address-popup .form-address-edit > .fieldset .field .control .nested .field.additional {
  padding: 0;
  margin-top: 20px;
}
body .modals-wrapper .customer-popup .form-create-account > .fieldset .field.field-name-firstname,
body .modals-wrapper .customer-address-popup .form-create-account > .fieldset .field.field-name-firstname,
body .modals-wrapper .customer-popup .form-address-edit > .fieldset .field.field-name-firstname,
body .modals-wrapper .customer-address-popup .form-address-edit > .fieldset .field.field-name-firstname,
body .modals-wrapper .customer-popup .form-create-account > .fieldset .field.field-name-lastname,
body .modals-wrapper .customer-address-popup .form-create-account > .fieldset .field.field-name-lastname,
body .modals-wrapper .customer-popup .form-address-edit > .fieldset .field.field-name-lastname,
body .modals-wrapper .customer-address-popup .form-address-edit > .fieldset .field.field-name-lastname,
body .modals-wrapper .customer-popup .form-create-account > .fieldset .field.company,
body .modals-wrapper .customer-address-popup .form-create-account > .fieldset .field.company,
body .modals-wrapper .customer-popup .form-address-edit > .fieldset .field.company,
body .modals-wrapper .customer-address-popup .form-address-edit > .fieldset .field.company,
body .modals-wrapper .customer-popup .form-create-account > .fieldset .field.telephone,
body .modals-wrapper .customer-address-popup .form-create-account > .fieldset .field.telephone,
body .modals-wrapper .customer-popup .form-address-edit > .fieldset .field.telephone,
body .modals-wrapper .customer-address-popup .form-address-edit > .fieldset .field.telephone {
  width: 50%;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  body .modals-wrapper .customer-popup .form-create-account > .fieldset .field.field-name-firstname,
  body .modals-wrapper .customer-address-popup .form-create-account > .fieldset .field.field-name-firstname,
  body .modals-wrapper .customer-popup .form-address-edit > .fieldset .field.field-name-firstname,
  body .modals-wrapper .customer-address-popup .form-address-edit > .fieldset .field.field-name-firstname,
  body .modals-wrapper .customer-popup .form-create-account > .fieldset .field.field-name-lastname,
  body .modals-wrapper .customer-address-popup .form-create-account > .fieldset .field.field-name-lastname,
  body .modals-wrapper .customer-popup .form-address-edit > .fieldset .field.field-name-lastname,
  body .modals-wrapper .customer-address-popup .form-address-edit > .fieldset .field.field-name-lastname,
  body .modals-wrapper .customer-popup .form-create-account > .fieldset .field.company,
  body .modals-wrapper .customer-address-popup .form-create-account > .fieldset .field.company,
  body .modals-wrapper .customer-popup .form-address-edit > .fieldset .field.company,
  body .modals-wrapper .customer-address-popup .form-address-edit > .fieldset .field.company,
  body .modals-wrapper .customer-popup .form-create-account > .fieldset .field.telephone,
  body .modals-wrapper .customer-address-popup .form-create-account > .fieldset .field.telephone,
  body .modals-wrapper .customer-popup .form-address-edit > .fieldset .field.telephone,
  body .modals-wrapper .customer-address-popup .form-address-edit > .fieldset .field.telephone {
    width: 100%;
  }
}
body .modals-wrapper .customer-popup .form-create-account > .fieldset .field.zip,
body .modals-wrapper .customer-address-popup .form-create-account > .fieldset .field.zip,
body .modals-wrapper .customer-popup .form-address-edit > .fieldset .field.zip,
body .modals-wrapper .customer-address-popup .form-address-edit > .fieldset .field.zip,
body .modals-wrapper .customer-popup .form-create-account > .fieldset .field.city,
body .modals-wrapper .customer-address-popup .form-create-account > .fieldset .field.city,
body .modals-wrapper .customer-popup .form-address-edit > .fieldset .field.city,
body .modals-wrapper .customer-address-popup .form-address-edit > .fieldset .field.city,
body .modals-wrapper .customer-popup .form-create-account > .fieldset .field.country,
body .modals-wrapper .customer-address-popup .form-create-account > .fieldset .field.country,
body .modals-wrapper .customer-popup .form-address-edit > .fieldset .field.country,
body .modals-wrapper .customer-address-popup .form-address-edit > .fieldset .field.country {
  width: 33%;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  body .modals-wrapper .customer-popup .form-create-account > .fieldset .field.zip,
  body .modals-wrapper .customer-address-popup .form-create-account > .fieldset .field.zip,
  body .modals-wrapper .customer-popup .form-address-edit > .fieldset .field.zip,
  body .modals-wrapper .customer-address-popup .form-address-edit > .fieldset .field.zip,
  body .modals-wrapper .customer-popup .form-create-account > .fieldset .field.city,
  body .modals-wrapper .customer-address-popup .form-create-account > .fieldset .field.city,
  body .modals-wrapper .customer-popup .form-address-edit > .fieldset .field.city,
  body .modals-wrapper .customer-address-popup .form-address-edit > .fieldset .field.city,
  body .modals-wrapper .customer-popup .form-create-account > .fieldset .field.country,
  body .modals-wrapper .customer-address-popup .form-create-account > .fieldset .field.country,
  body .modals-wrapper .customer-popup .form-address-edit > .fieldset .field.country,
  body .modals-wrapper .customer-address-popup .form-address-edit > .fieldset .field.country {
    width: 100%;
  }
}
body .modals-wrapper .customer-popup .form-create-account > .fieldset .field.choice.set.billing,
body .modals-wrapper .customer-address-popup .form-create-account > .fieldset .field.choice.set.billing,
body .modals-wrapper .customer-popup .form-address-edit > .fieldset .field.choice.set.billing,
body .modals-wrapper .customer-address-popup .form-address-edit > .fieldset .field.choice.set.billing,
body .modals-wrapper .customer-popup .form-create-account > .fieldset .field.choice.set.shipping,
body .modals-wrapper .customer-address-popup .form-create-account > .fieldset .field.choice.set.shipping,
body .modals-wrapper .customer-popup .form-address-edit > .fieldset .field.choice.set.shipping,
body .modals-wrapper .customer-address-popup .form-address-edit > .fieldset .field.choice.set.shipping {
  padding-top: 0;
}
body .modals-wrapper .customer-popup .form-create-account > .fieldset .field.choice.set.billing label span,
body .modals-wrapper .customer-address-popup .form-create-account > .fieldset .field.choice.set.billing label span,
body .modals-wrapper .customer-popup .form-address-edit > .fieldset .field.choice.set.billing label span,
body .modals-wrapper .customer-address-popup .form-address-edit > .fieldset .field.choice.set.billing label span,
body .modals-wrapper .customer-popup .form-create-account > .fieldset .field.choice.set.shipping label span,
body .modals-wrapper .customer-address-popup .form-create-account > .fieldset .field.choice.set.shipping label span,
body .modals-wrapper .customer-popup .form-address-edit > .fieldset .field.choice.set.shipping label span,
body .modals-wrapper .customer-address-popup .form-address-edit > .fieldset .field.choice.set.shipping label span {
  font-size: 14px;
  color: #757575;
  font-weight: normal;
}
body .modals-wrapper .customer-popup .form-create-account > .fieldset .field.choice.set.billing label:before,
body .modals-wrapper .customer-address-popup .form-create-account > .fieldset .field.choice.set.billing label:before,
body .modals-wrapper .customer-popup .form-address-edit > .fieldset .field.choice.set.billing label:before,
body .modals-wrapper .customer-address-popup .form-address-edit > .fieldset .field.choice.set.billing label:before,
body .modals-wrapper .customer-popup .form-create-account > .fieldset .field.choice.set.shipping label:before,
body .modals-wrapper .customer-address-popup .form-create-account > .fieldset .field.choice.set.shipping label:before,
body .modals-wrapper .customer-popup .form-address-edit > .fieldset .field.choice.set.shipping label:before,
body .modals-wrapper .customer-address-popup .form-address-edit > .fieldset .field.choice.set.shipping label:before {
  display: inline-block;
  content: '';
  width: 15px;
  height: 15px;
  background: #FFFFFF;
  margin-right: 10px;
  position: relative;
  top: 2px;
  z-index: 2;
  border: 1px solid #2B3D44;
}
body .modals-wrapper .customer-popup .form-create-account > .fieldset .field.choice.set.billing input:checked + label:after,
body .modals-wrapper .customer-address-popup .form-create-account > .fieldset .field.choice.set.billing input:checked + label:after,
body .modals-wrapper .customer-popup .form-address-edit > .fieldset .field.choice.set.billing input:checked + label:after,
body .modals-wrapper .customer-address-popup .form-address-edit > .fieldset .field.choice.set.billing input:checked + label:after,
body .modals-wrapper .customer-popup .form-create-account > .fieldset .field.choice.set.shipping input:checked + label:after,
body .modals-wrapper .customer-address-popup .form-create-account > .fieldset .field.choice.set.shipping input:checked + label:after,
body .modals-wrapper .customer-popup .form-address-edit > .fieldset .field.choice.set.shipping input:checked + label:after,
body .modals-wrapper .customer-address-popup .form-address-edit > .fieldset .field.choice.set.shipping input:checked + label:after {
  display: inline-block;
  content: '';
  width: 15px;
  height: 15px;
  background: #2B3D44;
  margin-right: 10px;
  position: absolute;
  top: 3px;
  z-index: 3;
  left: 10px;
}
body .modals-wrapper .customer-popup .form-create-account > .fieldset .field.choice.set.billing input,
body .modals-wrapper .customer-address-popup .form-create-account > .fieldset .field.choice.set.billing input,
body .modals-wrapper .customer-popup .form-address-edit > .fieldset .field.choice.set.billing input,
body .modals-wrapper .customer-address-popup .form-address-edit > .fieldset .field.choice.set.billing input,
body .modals-wrapper .customer-popup .form-create-account > .fieldset .field.choice.set.shipping input,
body .modals-wrapper .customer-address-popup .form-create-account > .fieldset .field.choice.set.shipping input,
body .modals-wrapper .customer-popup .form-address-edit > .fieldset .field.choice.set.shipping input,
body .modals-wrapper .customer-address-popup .form-address-edit > .fieldset .field.choice.set.shipping input {
  display: none;
}
body .modals-wrapper .customer-popup .form-create-account > .fieldset .field.newsletter label,
body .modals-wrapper .customer-address-popup .form-create-account > .fieldset .field.newsletter label,
body .modals-wrapper .customer-popup .form-address-edit > .fieldset .field.newsletter label,
body .modals-wrapper .customer-address-popup .form-address-edit > .fieldset .field.newsletter label {
  display: inline-block;
  font-family: 'DIN 2014';
  font-size: 15px;
  color: #757575;
}
body .modals-wrapper .customer-popup .form-create-account > .fieldset .field.newsletter label:before,
body .modals-wrapper .customer-address-popup .form-create-account > .fieldset .field.newsletter label:before,
body .modals-wrapper .customer-popup .form-address-edit > .fieldset .field.newsletter label:before,
body .modals-wrapper .customer-address-popup .form-address-edit > .fieldset .field.newsletter label:before {
  display: inline-block;
  content: '';
  width: 15px;
  height: 15px;
  background: #FFFFFF;
  margin-right: 10px;
  position: relative;
  top: 2px;
  z-index: 2;
  border: 1px solid #2B3D44;
}
body .modals-wrapper .customer-popup .form-create-account > .fieldset .field.newsletter input:checked + label:after,
body .modals-wrapper .customer-address-popup .form-create-account > .fieldset .field.newsletter input:checked + label:after,
body .modals-wrapper .customer-popup .form-address-edit > .fieldset .field.newsletter input:checked + label:after,
body .modals-wrapper .customer-address-popup .form-address-edit > .fieldset .field.newsletter input:checked + label:after {
  display: inline-block;
  content: '';
  width: 15px;
  height: 15px;
  background: #2B3D44;
  margin-right: 10px;
  position: absolute;
  top: 12px;
  z-index: 3;
  left: 10px;
}
body .modals-wrapper .customer-popup .form-create-account > .fieldset .field.newsletter input,
body .modals-wrapper .customer-address-popup .form-create-account > .fieldset .field.newsletter input,
body .modals-wrapper .customer-popup .form-address-edit > .fieldset .field.newsletter input,
body .modals-wrapper .customer-address-popup .form-address-edit > .fieldset .field.newsletter input {
  display: none;
}
body .modals-wrapper .customer-popup .entete-register,
body .modals-wrapper .customer-address-popup .entete-register {
  display: flex;
  align-items: center;
  max-width: 800px;
  margin: 0 auto;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  body .modals-wrapper .customer-popup .entete-register,
  body .modals-wrapper .customer-address-popup .entete-register {
    flex-direction: column;
    justify-content: center;
  }
}
body .modals-wrapper .customer-popup .entete-register h1,
body .modals-wrapper .customer-address-popup .entete-register h1 {
  font-weight: normal;
  font-family: 'DIN 2014';
  font-size: 21px;
  color: #000000;
  width: 176px;
  margin: 0;
  text-align: left;
}
@media screen and (max-width: 767px) {
  body .modals-wrapper .customer-popup .entete-register h1,
  body .modals-wrapper .customer-address-popup .entete-register h1 {
    width: 100%;
    text-align: center;
  }
}
body .modals-wrapper .customer-popup .entete-register hr,
body .modals-wrapper .customer-address-popup .entete-register hr {
  display: block;
  width: 120px;
  height: 2px;
  border: none;
  background: #262626;
  margin: 0 20px;
}
@media screen and (max-width: 767px) {
  body .modals-wrapper .customer-popup .entete-register hr,
  body .modals-wrapper .customer-address-popup .entete-register hr {
    margin: 30px;
  }
}
body .modals-wrapper .customer-popup .entete-register .text,
body .modals-wrapper .customer-address-popup .entete-register .text {
  color: #000000;
  font-family: 'DIN 2014';
  font-size: 17px;
  text-align: justify;
  width: calc(100% - 336px);
}
@media screen and (max-width: 767px) {
  body .modals-wrapper .customer-popup .entete-register .text,
  body .modals-wrapper .customer-address-popup .entete-register .text {
    width: 100%;
    text-align-last: center;
  }
}
.customer-account-forgotpassword .page-title-wrapper {
  display: none;
}
.customer-account-forgotpassword .block-title {
  text-align: center;
  margin-top: 50px;
  font-size: 21px;
  text-transform: uppercase;
  color: #2B3D44;
}
@media (max-width: 767px) {
  .customer-account-forgotpassword .block-title {
    margin-top: 30px;
  }
}
.customer-account-forgotpassword .password.forget {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  width: 100%;
  max-width: 700px;
  margin: auto;
}
.customer-account-forgotpassword .password.forget .field.note {
  color: #2B3D44;
  font-size: 16px;
}
.customer-account-forgotpassword .password.forget .field label span {
  color: #2B3D44;
  font-size: 16px;
}
.customer-account-forgotpassword .password.forget .field .control {
  width: 100%;
}
.customer-account-forgotpassword .password.forget .field .control input {
  border: 1px solid #2B3D44;
  font-weight: normal;
  font-size: 15px;
  color: #000000;
  text-align: center;
}
.customer-account-forgotpassword .password.forget .field .control input::-webkit-input-placeholder {
  color: #000000;
}
.customer-account-forgotpassword .password.forget .field .control input::-moz-placeholder {
  color: #000000;
}
.customer-account-forgotpassword .password.forget .field .control input::-ms-placeholder {
  color: #000000;
}
.customer-account-forgotpassword .password.forget .field .control input::placeholder {
  color: #000000;
}
.customer-account-forgotpassword .password.forget .actions-toolbar {
  text-align: center;
}
.customer-account-forgotpassword .password.forget .actions-toolbar .primary {
  float: none;
}
@media (max-width: 767px) {
  .account .header-icon {
    display: none;
  }
}
@media (max-width: 767px) {
  .account.mobile-sticky .page-wrapper .page-main {
    margin-top: 60px;
  }
}
.account .column.main {
  width: 61% !important;
  background: #FFFFFF;
  font-family: 'DIN 2014';
  margin-top: 45px;
  margin-right: 10%;
  min-height: 600px;
}
@media (max-width: 767px) {
  .account .column.main {
    margin-top: 0;
    margin-right: 0;
  }
}
.account .column.main .block-dashboard-info,
.account .column.main .block-dashboard-addresses,
.account .column.main .block-addresses-default,
.account .column.main .block-addresses-list,
.account .column.main .actions-toolbar {
  padding: 0 55px;
}
.account .column.main .block-title.order {
  padding: 0 55px;
}
.account .sidebar.sidebar-main {
  background: #FFFFFF;
  margin-top: 45px;
  margin-left: 10%;
  width: 18.3% !important;
}
.account .sidebar.sidebar-main .block-collapsible-nav .item a,
.account .sidebar.sidebar-main .block-collapsible-nav .item strong {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 3.5em;
  color: #000000;
}
.account .page-title-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'DIN 2014';
  font-size: 21px !important;
  color: #2B3D44 !important;
  margin-bottom: 30px;
  margin-top: 30px;
  width: 100%;
  text-transform: uppercase;
}
.account .page-title-wrapper h1 {
  margin: 0 !important;
  font-family: 'FormaDJRDeck-Regular';
  font-weight: 600 !important;
  font-size: 21px !important;
  color: #2B3D44 !important;
}
.account .sidebar-main .block-collapsible-nav-content ul li::marker {
  content: url(../Magento_Theme/images/bullet.png);
}
.account .sidebar-main .account-nav ul {
  padding-left: 10px;
  list-style-type: none;
  margin-top: 5rem;
}
.account .sidebar-main .account-nav ul li strong,
.account .sidebar-main .account-nav ul li a {
  padding-left: 0;
  border: none;
  color: #2B3D44;
  font-size: 16px;
}
.account .sidebar-main .account-nav ul li strong:before,
.account .sidebar-main .account-nav ul li a:before {
  display: none;
}
.account p,
.account address {
  font-size: 16px;
}
.account .form,
.account .form-address-edit {
  background: #fff;
  box-shadow: none;
  border: none;
}
.account .form label.label,
.account .form-address-edit label.label {
  color: #2B3D44;
  font-size: 16px;
}
.account .form button.primary:before,
.account .form-address-edit button.primary:before {
  background: #fff !important;
}
.account .form .control input,
.account .form-address-edit .control input,
.account .form .control select,
.account .form-address-edit .control select {
  border: none;
  font-weight: normal;
  font-family: 'DIN 2014';
  font-size: 15px;
  color: #2B3D44;
  text-align: center;
  height: 38px;
}
.account .block .block-title {
  font-weight: bold;
  font-family: 'DIN 2014';
  font-size: 17px !important;
  color: #2B3D44;
  text-transform: uppercase;
  font-family: 'FormaDJRDeck-Regular';
}
.account .block .block-title a {
  color: #2B3D44 !important;
}
.account .block .block-content p {
  color: #000000;
  font-weight: 300;
}
.account .block .block-content .box-title span {
  text-transform: uppercase;
}
.account .block .box .box-title {
  padding: 4px 10px;
  font-weight: 400;
  font-size: 15px !important;
  font-family: 'DIN 2014';
  background-color: #2B3D44;
  color: #FFFFFF !important;
  font-family: 'FormaDJRDeck-Regular';
}
.account .block .box .box-content {
  background-color: #ffffff;
  border-bottom: 0px;
}
.account .block .box .box-content p,
.account .block .box .box-content address {
  font-size: 16px;
  font-family: 'DIN 2014';
  font-weight: 300;
  color: #000000;
}
.account .block .box .box-content p a,
.account .block .box .box-content address a {
  color: #000000 !important;
}
.account .block .box .box-actions {
  background-color: #ffffff;
}
.account .block .box .box-actions a {
  font-family: 'DIN 2014';
  font-size: 13px;
  font-weight: 400;
  color: #2B3D44;
  text-transform: uppercase;
}
.account .history thead tr th,
.account .recent thead tr th {
  font-weight: bold;
  font-size: 14px;
  color: #2B3D44;
  font-family: 'FormaDJRDeck-Regular';
}
.account .history tbody tr td,
.account .recent tbody tr td {
  font-size: 16px;
}
.account .toolbar .limiter {
  padding: 0;
}
.account .toolbar .pager .limiter-label {
  font-weight: bold;
  font-size: 14px;
  color: #2B3D44;
}
.account .toolbar .pager select {
  border: 1px solid #2B3D44;
}
.account .order-links {
  display: none;
}
.account .order-details-items {
  background: #fff;
  border: none;
}
.account .order-details-items thead tr th {
  font-weight: bold;
  font-size: 14px;
  color: #2B3D44;
}
.account .order-details-items tbody tr td {
  font-size: 16px;
}
.account .order-details-items tfoot tr th,
.account .order-details-items tfoot tr td,
.account .order-details-items tfoot tr td .price {
  font-weight: bold;
  font-size: 14px;
  color: #2B3D44;
}
.account .order-details-items tfoot tr.grand_total th,
.account .order-details-items tfoot tr.grand_total_incl th,
.account .order-details-items tfoot tr.grand_total td .price,
.account .order-details-items tfoot tr.grand_total_incl td .price {
  font-size: 16px;
}
.account.customer-account-edit .form,
.account.customer-address-form .form,
.account.customer-account-edit .form-address-edit,
.account.customer-address-form .form-address-edit {
  background: transparent;
}
.account.customer-account-edit .form button.primary:before,
.account.customer-address-form .form button.primary:before,
.account.customer-account-edit .form-address-edit button.primary:before,
.account.customer-address-form .form-address-edit button.primary:before {
  background: #E8E8E8 !important;
}
.account.sales-order-history .column.main {
  background: #fff;
  padding: 10px;
}
.account.customer-address-form .actions-toolbar .primary button.primary {
  padding: 8px 15px !important;
}
.account.sales-order-view .page-title-wrapper {
  display: block;
  padding-left: 22.3%;
}
@media screen and (max-width: 767px) {
  .account.sales-order-view .page-title-wrapper {
    padding-left: 0;
  }
}
.account.sales-order-view .page-title-wrapper:before,
.account.sales-order-view .page-title-wrapper:after {
  display: none;
}
.account.sales-order-view .page-title-wrapper h1.page-title {
  display: inline-block;
}
.account.sales-order-view .page-title-wrapper .order-status {
  font-size: 17px;
  margin: 0;
  margin-left: 10px;
  display: inline-block;
}
.account.sales-order-view .page-title-wrapper .order-date {
  margin-top: 0;
}
.account.sales-order-view .page-title-wrapper .order-actions-toolbar {
  text-align: right;
}
.account.sales-order-view .page-title-wrapper .order-actions-toolbar a {
  color: #2B3D44;
  font-size: 16px;
  font-weight: normal;
  vertical-align: top;
  display: inline-block;
}
.account.wishlist-index-index {
  background: #fff;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .account.wishlist-index-index .page-main .columns .column.main {
    width: 76% !important;
    margin-right: 0;
  }
  .account.wishlist-index-index .page-main .columns .sidebar.sidebar-main {
    margin-left: 0;
    width: 23% !important;
  }
}
.account.wishlist-index-index .form-wishlist-items > .actions-toolbar {
  margin-top: 30px;
}
.account.wishlist-index-index .form-wishlist-items > .actions-toolbar div.primary {
  width: 100%;
  text-align: center;
}
.account.wishlist-index-index .form-wishlist-items > .actions-toolbar div.primary button.primary {
  margin: 10px 20px;
  display: inline-block;
}
.account.wishlist-index-index .form-wishlist-items > .actions-toolbar div.primary button.primary:before {
  background: #fff;
}
.account.wishlist-index-index .toolbar.wishlist-toolbar .limiter {
  padding: 0 55px;
}
.account.wishlist-index-index .toolbar.wishlist-toolbar .limiter .limiter-label {
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
}
.account.wishlist-index-index .actions-toolbar .primary button.primary span {
  font-size: 16px;
}
.account.wishlist-index-index .products-grid.wishlist .product-items {
  display: flex;
  flex-wrap: wrap;
}
.account.wishlist-index-index .products-grid.wishlist .product-items .product-item {
  width: 32%;
  margin: 5px;
  border: none !important;
}
@media screen and (max-width: 1265px) {
  .account.wishlist-index-index .products-grid.wishlist .product-items .product-item {
    width: 48%;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .account.wishlist-index-index .products-grid.wishlist .product-items .product-item {
    width: 100%;
  }
}
.account.wishlist-index-index .products-grid.wishlist .product-items .product-item .product-item-info {
  height: 100%;
  padding-left: 13%;
  padding-right: 13%;
}
.account.wishlist-index-index .products-grid.wishlist .product-items .product-item .product-item-photo {
  float: none !important;
  width: 100% !important;
  display: block;
  margin: 0;
}
.account.wishlist-index-index .products-grid.wishlist .product-items .product-item .product-item-photo .product-image-container {
  max-width: 100% !important;
  display: block !important;
}
.account.wishlist-index-index .products-grid.wishlist .product-items .product-item .product-item-photo .product-image-container .product-image-wrapper {
  display: block;
  height: auto !important;
  padding: 0 !important;
}
.account.wishlist-index-index .products-grid.wishlist .product-items .product-item .product-item-photo .product-image-container .product-image-wrapper .product-image-photo {
  position: relative;
  display: block;
  left: initial;
  top: initial;
  width: auto;
  margin: auto;
}
.account.wishlist-index-index .products-grid.wishlist .product-items .product-item .product-item-name {
  position: relative;
  display: block;
  float: none !important;
  width: 100% !important;
  margin: 0;
}
.account.wishlist-index-index .products-grid.wishlist .product-items .product-item .product-item-name a {
  color: #000000;
  display: block;
  height: 30px;
  overflow: hidden;
  font-size: 18px;
  font-family: 'FormaDJRDeck-Regular';
}
.account.wishlist-index-index .products-grid.wishlist .product-items .product-item .product-item-inner {
  padding: 0;
}
.account.wishlist-index-index .products-grid.wishlist .product-items .product-item .product-item-inner .box-tocart .action.tocart:before {
  display: none;
}
.account.wishlist-index-index .products-grid.wishlist .product-items .product-item .product-item-inner .comment-box .control textarea::-webkit-input-placeholder {
  color: #757575;
}
.account.wishlist-index-index .products-grid.wishlist .product-items .product-item .product-item-inner .comment-box .control textarea::-ms-placeholder {
  color: #757575;
}
.account.wishlist-index-index .products-grid.wishlist .product-items .product-item .product-item-inner .comment-box .control textarea::placeholder {
  color: #757575;
}
.account.wishlist-index-index .products-grid.wishlist .product-items .product-item .product-item-inner .comment-box textarea {
  border: 1px solid #2B3D44;
  border-radius: 0;
  height: 70px;
}
.account.wishlist-index-index .products-grid.wishlist .product-items .product-item .price-box {
  margin: 5px 0 0 !important;
}
.account.wishlist-index-index .products-grid.wishlist .product-items .product-item .price-box .price {
  font-size: 17px;
  color: #000000;
  text-transform: none;
  font-weight: 500;
  font-family: 'FormaDJRDeck-Regular';
}
.account.wishlist-index-index .products-grid.wishlist .product-items .product-item .product-item-actions {
  display: none;
}
.account.wishlist-index-index .products-grid.wishlist .product-items .product-item .box-tocart {
  margin-bottom: 15px;
  margin-right: 0 !important;
  width: 100% !important;
  float: none !important;
}
.account.wishlist-index-index .products-grid.wishlist .product-items .product-item .box-tocart .fieldset {
  display: block;
}
.account.wishlist-index-index .products-grid.wishlist .product-items .product-item .box-tocart .fieldset .field.qty {
  width: 50px;
  display: block;
  margin: 0;
  float: left;
}
@media screen and (max-width: 767px) {
  .account.wishlist-index-index .products-grid.wishlist .product-items .product-item .box-tocart .fieldset .field.qty {
    width: 40px;
  }
}
.account.wishlist-index-index .products-grid.wishlist .product-items .product-item .box-tocart .fieldset .field.qty .qty {
  display: block;
  width: 100%;
  height: 35px;
  border-color: #2B3D44;
  font-size: 18px;
}
.account.wishlist-index-index .products-grid.wishlist .product-items .product-item .box-tocart .fieldset .product-item-actions {
  width: calc(100% - 85px);
  display: block;
  margin: 0;
  float: right;
  max-width: 200px;
}
@media (min-width: 768px) and (max-width: 1300px) {
  .account.wishlist-index-index .products-grid.wishlist .product-items .product-item .box-tocart .fieldset .product-item-actions {
    width: calc(100% - 55px);
  }
}
@media (min-width: 1301px) and (max-width: 1500px) {
  .account.wishlist-index-index .products-grid.wishlist .product-items .product-item .box-tocart .fieldset .product-item-actions {
    width: calc(100% - 60px);
  }
}
.account.wishlist-index-index .products-grid.wishlist .product-items .product-item .box-tocart .fieldset .product-item-actions .actions-primary {
  display: block;
  width: 100%;
}
.account.wishlist-index-index .products-grid.wishlist .product-items .product-item .box-tocart .fieldset .product-item-actions .tocart {
  margin: 0;
  display: block;
  width: 100%;
  background: #2B3D44;
  padding: 4px 15px;
  height: auto;
  line-height: 25px;
  position: relative;
  border: 1px solid #2B3D44;
}
.account.wishlist-index-index .products-grid.wishlist .product-items .product-item .box-tocart .fieldset .product-item-actions .tocart span {
  color: #FFFFFF;
  font-size: 16px;
  text-transform: none;
  display: block;
  font-family: 'FormaDJRDeck-Regular';
  font-weight: 500;
  letter-spacing: normal;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .account.wishlist-index-index .products-grid.wishlist .product-items .product-item .box-tocart .fieldset .product-item-actions .tocart span {
    font-size: 13px;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .account.wishlist-index-index .products-grid.wishlist .product-items .product-item .box-tocart .fieldset .product-item-actions .tocart span {
    font-size: 14px;
  }
}
body .columns .column .form.password.reset {
  background: none;
  box-shadow: none;
  width: 100%;
  max-width: 700px;
  margin: auto;
  padding-top: 0;
}
body .columns .column .form.password.reset .block-title {
  margin-bottom: 25px;
  margin-top: 40px;
}
body .columns .column .form.password.reset .block-title > strong {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 21px;
  text-align: center;
  color: #2B3D44;
  justify-content: center;
  text-transform: uppercase;
}
body .columns .column .form.password.reset .actions-toolbar {
  text-align: center;
  padding: 10px;
}
body .columns .column .form.password.reset .actions-toolbar div.primary {
  margin-top: 10px;
}
body .columns .column .form.password.reset > .fieldset {
  width: 100%;
  margin-bottom: 0;
}
body .columns .column .form.password.reset > .fieldset .legend {
  display: none;
}
body .columns .column .form.password.reset > .fieldset .field {
  padding: 10px;
  margin: 0;
  position: relative;
}
body .columns .column .form.password.reset > .fieldset .field.password #password-error,
body .columns .column .form.password.reset > .fieldset .field.password #password-strength-meter-container {
  font-size: 17px;
}
body .columns .column .form.password.reset > .fieldset .field label {
  display: none;
}
body .columns .column .form.password.reset > .fieldset .field .control {
  width: 100%;
}
body .columns .column .form.password.reset > .fieldset .field .control input,
body .columns .column .form.password.reset > .fieldset .field .control select {
  font-weight: normal;
  font-size: 15px;
  color: #000;
  text-align: center;
  height: 38px;
}
body .columns .column .form.password.reset > .fieldset .field .control .nested .field.additional {
  padding: 0;
  margin-top: 20px;
}
body.account.sales-order-print .page-wrapper header.page-header.header-newskin {
  display: none;
}
.account.sales-order-view .column.main .page-title-wrapper {
  padding-left: 3%;
}
.account.sales-order-view .block-order-details-view.block .box .box-content {
  border-bottom: 1px solid #2B3D44eb;
}
.account.sales-order-print .wrapper.top-panel {
  display: none !important;
}
.account.sales-order-print .page-main {
  padding-top: 0;
}
.account.sales-order-print .column.main {
  margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .account.sales-order-print .column.main {
    width: 90% !important;
  }
}
.account.sales-order-print .column.main .order-details-items.ordered {
  padding: 25px;
}
.account.sales-order-print .column.main .price-excluding-tax {
  padding: 0;
}
.account.sales-order-print .column.main .block-order-details-view.block .box .box-content {
  border-bottom: 1px solid #2B3D44eb;
  border-radius: 0;
}
.account .column.main .page-title-wrapper {
  padding-left: 7%;
}
.account .column.main .table-wrapper .table {
  border: 0;
  margin: 0;
}
.account .column.main .table-wrapper .table thead {
  background: #2B3D44eb;
}
.account .column.main .table-wrapper .table thead tr > th {
  text-transform: uppercase;
  font-weight: 400;
  color: #FFFFFF;
  padding: 6px 14px;
}
.account .column.main .table-wrapper .table tbody tr > td {
  color: #000000;
  font-weight: 400;
  border-top: none;
}
.account .column.main .table-wrapper .table tbody tr > td a {
  color: #2B3D44eb;
}
.account .column.main .table-wrapper .table tbody tr > td .action:after {
  border-left: 1px solid #2B3D44eb;
}
.account .column.main .table-wrapper .table tbody tr > td.status {
  font-size: 15px;
  font-weight: 300;
  font-style: italic;
}
.account .column.main .table-wrapper .table tbody tr > td.actions a {
  font-size: 15px;
}
.account .column.main .table-wrapper.orders-history,
.account .column.main .table-wrapper.order-items,
.account .column.main .table-wrapper.additional-addresses {
  overflow-x: auto;
  padding: 0;
  border: 1px solid #2B3D44eb;
}
.account .column.main .block.block-dashboard-orders .block-content {
  border: 1px solid #2B3D44eb;
}
@media (min-width: 640px) {
  .account .column.main .block.block-dashboard-orders .block-content {
    overflow-x: auto;
  }
}
.account .column.main .block.block-dashboard-orders .block-title.order {
  padding: 0;
}
.account .column.main .price-excluding-tax .table-wrapper.order-items,
.account .column.main .order-details-items.ordered .table-wrapper.order-items {
  padding: 0;
  border: 1px solid #2B3D44eb;
}
.account .column.main .price-excluding-tax .col.name,
.account .column.main .order-details-items.ordered .col.name {
  padding-left: 20px;
}
.account .column.main .block {
  padding: 0 55px;
}
.account .column.main .block .box {
  margin-bottom: 0;
}
.customer-account-edit.account .column.main .form-edit-account .legend > span {
  font-weight: 600;
  font-size: 18px;
  font-family: 'FormaDJRDeck-Regular';
}
.customer-account-edit.account .column.main .form-edit-account .fieldset {
  width: 100%;
}
.customer-account-edit.account .column.main .form-edit-account .fieldset:nth-child(1) {
  float: none;
}
.customer-account-edit.account .column.main .form-edit-account .fieldset .field .label > span {
  color: #000000;
  font-weight: 600;
  text-transform: none;
  font-size: 17px;
}
.customer-account-edit.account .column.main .form-edit-account .fieldset .field .control input {
  color: #000000;
  text-align: left;
  height: 40px;
}
.customer-account-edit.account .column.main .form-edit-account .fieldset .field .control input::-webkit-input-placeholder {
  color: #757575;
  font-size: 14px;
}
.customer-account-edit.account .column.main .form-edit-account .fieldset .field .control input::-moz-placeholder {
  color: #757575;
  font-size: 14px;
}
.customer-account-edit.account .column.main .form-edit-account .fieldset .field .control input::-ms-placeholder {
  color: #757575;
  font-size: 14px;
}
.customer-account-edit.account .column.main .form-edit-account .fieldset .field .control input::placeholder {
  color: #757575;
  font-size: 14px;
}
@media (min-width: 768px) {
  .customer-account-edit.account .column.main .form-edit-account .fieldset .field.field-name-firstname,
  .customer-account-edit.account .column.main .form-edit-account .fieldset .field.field-name-lastname {
    width: 50%;
    display: inline-block;
  }
  .customer-account-edit.account .column.main .form-edit-account .fieldset .field.field-name-firstname {
    padding-left: 5%;
  }
  .customer-account-edit.account .column.main .form-edit-account .fieldset .field.custom-padding {
    padding-top: 23px;
  }
}
@media (max-width: 767px) {
  .customer-account-edit.account .column.main .form-edit-account .fieldset .field.custom-padding {
    margin-top: -32px;
  }
}
@media (min-width: 768px) {
  .customer-account-edit.account .column.main .form-edit-account .custom-fieldset {
    width: 100%;
  }
  .customer-account-edit.account .column.main .form-edit-account .custom-fieldset .fieldset {
    width: 50%;
  }
  .customer-account-edit.account .column.main .form-edit-account .custom-fieldset .fieldset:nth-child(1) {
    float: left;
  }
  .customer-account-edit.account .column.main .form-edit-account .custom-fieldset .fieldset:nth-child(2) {
    float: right;
    padding-left: 5%;
  }
  .customer-account-edit.account .column.main .form-edit-account .custom-fieldset:after {
    clear: both;
  }
}
@media (min-width: 768px) {
  .customer-account-edit.account .column.main .form-edit-account .actions-toolbar .primary.action {
    min-width: 180px;
  }
  .customer-account-edit.account .column.main .form-edit-account .actions-toolbar .primary button.primary span {
    font-weight: 600;
    font-size: 16px;
  }
}
.modals-wrapper .modal-popup.confirm {
  z-index: 999;
}
.modals-wrapper .modal-popup.confirm .action-close {
  padding: 1.1rem 2rem;
}
.modals-wrapper .modal-popup.confirm .action-close:before {
  content: '\f819';
  color: #2B3D44;
}
.modals-wrapper .modal-popup.confirm .modal-content {
  color: #000000;
  font-family: 'DIN 2014';
  font-size: 17px;
}
.modals-wrapper .modal-popup.confirm .modal-footer button {
  background: #2B3D44;
  font-family: 'DIN 2014';
  border: 1px solid #2B3D44;
  font-weight: 600;
  color: #FFFFFF;
}
.bloc-realisations {
  background: #FFFFFF;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .bloc-realisations {
    padding-top: 6%;
  }
}
@media (min-width: 1279px) {
  .bloc-realisations {
    padding-top: 3%;
  }
}
.bloc-realisations h2 {
  font-weight: normal;
  font-family: 'FormaDJRDeck-Regular';
  font-size: 32px;
  color: #000;
  display: flex;
  z-index: 2;
  position: relative;
  margin: 0;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 50px;
}
.bloc-realisations h2 hr {
  display: block;
  width: 70px;
  height: 2px;
  background: #000;
  border: none;
  margin: 0;
  margin-left: 20px;
}
.bloc-realisations .link {
  position: relative;
  z-index: 2;
  text-align: right;
  padding-right: 20px;
  margin-top: 40px;
}
.bloc-realisations .link a {
  display: inline-block;
  position: relative;
  height: 30px;
}
.bloc-realisations .link a span {
  color: #000;
  font-family: 'Bodoni';
  font-size: 17px;
}
.bloc-realisations .link a span span {
  display: flex;
  align-items: center;
  position: relative;
  padding: 3px 15px;
  border: 1px solid #000;
}
.bloc-realisations .link a span span span {
  display: block;
  width: 8px;
  height: 18px;
  background: #fff;
  position: absolute;
  right: -21px;
  top: 50%;
  border: none;
  transform: translateY(-50%);
}
.bloc-realisations .contain-slider {
  position: relative;
  z-index: 2;
  display: flex;
  width: 100%;
  margin: 0 auto;
  flex-wrap: wrap;
  align-items: center;
  visibility: hidden;
}
.bloc-realisations .contain-slider ul {
  list-style: none;
  display: block;
  width: 100%;
  padding-left: 0;
  margin-bottom: 0;
}
.bloc-realisations .contain-slider ul.slick-initialized {
  visibility: visible;
}
.bloc-realisations .contain-slider ul.slick-initialized li {
  display: block;
}
.bloc-realisations .contain-slider ul.slick-initialized li .img-rea {
  width: 100%;
  height: 100vh;
}
@media screen and (max-width: 1023px) {
  .bloc-realisations .contain-slider ul.slick-initialized li .img-rea {
    object-fit: cover;
  }
}
.bloc-realisations .contain-slider ul .slick-dots {
  position: absolute;
  top: 90%;
  text-align: center;
  z-index: 10;
}
@media (max-width: 767px) {
  .bloc-realisations .contain-slider ul .slick-dots {
    top: 77%;
  }
}
.bloc-realisations .contain-slider ul .slick-dots li {
  display: inline-block !important;
  padding-right: 1%;
}
@media (max-width: 767px) {
  .bloc-realisations .contain-slider ul .slick-dots li {
    padding-right: 4%;
  }
}
.bloc-realisations .contain-slider ul .slick-dots li button {
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  line-height: 0;
  padding: 0 7px;
  height: 17px;
  width: 17px;
  background-color: #FFFFFF;
  border-radius: 51%;
}
@media (max-width: 767px) {
  .bloc-realisations .contain-slider ul .slick-dots li button {
    height: 16px;
    width: 16px;
  }
}
.bloc-realisations .contain-slider ul .slick-dots li.slick-active button {
  background-color: #2B3D44;
  border: 1px solid #2B3D44;
  color: #2B3D44;
}
.bloc-realisations .contain-slider ul li {
  position: relative;
  margin-bottom: 0;
  display: none;
}
.bloc-realisations .contain-slider ul li:first-child {
  display: block;
}
.bloc-realisations .contain-slider ul li .text {
  top: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.48);
  max-width: 1920px;
  height: 100vh;
  width: 100%;
}
.bloc-realisations .contain-slider ul li .text2 {
  position: relative;
  max-width: 40%;
  padding: 20px 30px;
  color: #FFFFFF;
  font-size: 17px;
}
@media (max-width: 767px) {
  .bloc-realisations .contain-slider ul li .text2 {
    transform: revert !important;
  }
}
.bloc-realisations .contain-slider ul li .text2 .title {
  font-size: 7rem;
  font-weight: 500;
  font-family: 'FormaDJRDeck-Regular';
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .bloc-realisations .contain-slider ul li .text2 .title {
    font-size: 3rem;
    letter-spacing: 0;
    margin-top: revert;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .bloc-realisations .contain-slider ul li .text2 .title {
    font-size: 5rem;
  }
}
@media (min-width: 1025px) and (max-width: 1345px) {
  .bloc-realisations .contain-slider ul li .text2 .title {
    font-size: 6rem;
  }
}
.bloc-realisations .contain-slider ul li .text2 .subtitle {
  font-size: 27px;
  text-transform: uppercase;
  font-weight: 300;
  font-family: 'FormaDJRDeck-Regular';
}
@media (max-width: 767px) {
  .bloc-realisations .contain-slider ul li .text2 .subtitle {
    font-size: 17px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .bloc-realisations .contain-slider ul li .text2 .subtitle {
    font-size: 18px;
  }
}
@media (min-width: 1025px) and (max-width: 1345px) {
  .bloc-realisations .contain-slider ul li .text2 .subtitle {
    font-size: 20px;
  }
}
.bloc-realisations .contain-slider ul li .text2 .links {
  padding-top: 5%;
}
.bloc-realisations .contain-slider ul li .text2 .links a {
  text-decoration: none;
  padding-right: 4%;
}
.bloc-realisations .contain-slider ul li .text2 .links a span {
  align-items: center;
  position: relative;
  padding: 2% 8%;
  background: #FFFFFF;
  color: #2B3D44;
  border: 1px solid #FFFFFF;
  text-transform: uppercase;
  font-size: 18px;
  font-family: 'DIN 2014';
  cursor: pointer;
}
@media (min-width: 866px) and (max-width: 1024px) {
  .bloc-realisations .contain-slider ul li .text2 .links a span {
    font-size: 17px;
  }
}
@media (max-width: 865px) {
  .bloc-realisations .contain-slider ul li .text2 .links a span {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .bloc-realisations .contain-slider ul li .text2 .links a span {
    font-size: 12px;
    padding: 1.3% 5%;
  }
}
@media screen and (max-width: 767px) {
  .bloc-realisations .contain-slider ul li .text2 {
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    top: initial !important;
    max-width: 100%;
    padding: 0 5px;
  }
  .bloc-realisations .contain-slider ul li .text2 hr:first-child {
    margin: 10px auto 5px;
  }
  .bloc-realisations .contain-slider ul li .text2 hr:last-child {
    margin: 5px auto 10px;
  }
}
.bloc-realisations .contain-slider ul li .text2 hr {
  display: block;
  border: none;
  width: 50px;
  height: 3px;
  background: #fff;
}
.cms-index-index .modals-wrapper .modal-inner-wrap {
  border-radius: 15px;
  max-width: 1500px;
}
.cms-index-index .modals-wrapper .modal-header {
  padding-bottom: 0;
  padding-top: 0;
}
.cms-index-index .modals-wrapper .modal-header .action-close {
  right: -5px;
  top: -20px;
}
.cms-index-index .modals-wrapper .modal-content {
  padding: 0;
  margin-bottom: -6px;
  border-radius: 15px;
}
.cms-index-index .modals-wrapper .popup_modal .popup-iframe {
  height: 500px;
  width: 100%;
  border: none;
  max-width: 1920px;
}
body._has-modal {
  overflow: hidden;
  position: fixed;
}
body.cms-index-index .page-main {
  background: #FFFFFF;
  padding: 0;
}
body.cms-index-index .columns .column.main {
  padding-bottom: 0;
}
@media (min-width: 768px) {
  body.cms-index-index._has-modal {
    position: inherit;
  }
}
.bloc-notre {
  background: #FFFFFF;
  position: relative;
  z-index: 2;
  padding-top: 2%;
  padding-bottom: 4%;
  max-width: 85%;
  margin: 0 auto;
}
.bloc-notre .title {
  font-family: 'FormaDJRDeck-Regular';
}
.bloc-notre h2 {
  color: #2B3D44;
  font-size: 7rem;
  font-weight: normal;
  text-transform: uppercase;
  font-family: 'FormaDJRDeck-Regular';
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .bloc-notre h2 {
    font-size: 5rem;
  }
}
.bloc-notre p {
  font-size: 20px;
  color: #2B3D44;
  font-weight: 300;
  text-align: justify;
  font-family: 'DIN 2014';
}
.bloc-notre .contain .row {
  text-align: center;
  padding-top: 2%;
  padding-bottom: 2%;
}
.bloc-notre .contain .row .col-md-2 {
  cursor: pointer;
}
@media (max-width: 767px) {
  .bloc-notre .contain .row .col-md-2 {
    margin-bottom: 15px;
  }
}
.bloc-notre .contain .row .col-md-2:hover {
  transform: scale(1.2);
}
.bloc-notre .contain .row .col-md-2 span {
  color: #2B3D44;
  font-size: 19px;
  font-family: 'FormaDJRDeck-Light';
}
@media (min-width: 768px) and (max-width: 911px) {
  .bloc-notre .contain .row .col-md-2 span {
    font-size: 15px;
  }
}
@media (min-width: 912px) and (max-width: 1279px) {
  .bloc-notre .contain .row .col-md-2 span {
    font-size: 17px;
  }
}
.modals-wrapper .modal-popup.homepage_notre_block_modal .modal-inner-wrap {
  border-radius: 0;
  max-width: 1500px;
  overflow: hidden;
}
.modals-wrapper .modal-popup.homepage_notre_block_modal .modal-inner-wrap .modal-header .action-close {
  background: url(../Magento_Theme/images/close.png) center center no-repeat;
  margin-top: 2%;
  margin-right: 2%;
  background-size: 20px;
}
@media (max-width: 1280px) {
  .modals-wrapper .modal-popup.homepage_notre_block_modal .modal-inner-wrap .modal-header .action-close {
    margin-top: 3%;
    background-size: 17px;
  }
}
@media (max-width: 767px) {
  .modals-wrapper .modal-popup.homepage_notre_block_modal .modal-inner-wrap .modal-header .action-close {
    margin-top: 5%;
  }
}
.modals-wrapper .modal-popup.homepage_notre_block_modal .modal-inner-wrap .modal-header .action-close::before {
  content: '';
}
.modals-wrapper .modal-popup.homepage_notre_block_modal .modal-inner-wrap .modal-content {
  border-radius: 0;
}
.modals-wrapper .modal-popup.homepage_notre_block_modal .modal-inner-wrap .modal-content .notre-popup .image-section-left {
  float: left;
  width: 50%;
}
@media (max-width: 767px) {
  .modals-wrapper .modal-popup.homepage_notre_block_modal .modal-inner-wrap .modal-content .notre-popup .image-section-left {
    width: 100%;
    float: none;
  }
}
.modals-wrapper .modal-popup.homepage_notre_block_modal .modal-inner-wrap .modal-content .notre-popup .image-section-right {
  float: right;
  width: 50%;
}
@media (max-width: 767px) {
  .modals-wrapper .modal-popup.homepage_notre_block_modal .modal-inner-wrap .modal-content .notre-popup .image-section-right {
    width: 100%;
    float: none;
  }
}
.modals-wrapper .modal-popup.homepage_notre_block_modal .modal-inner-wrap .modal-content .notre-popup .content-left {
  float: left;
}
@media (max-width: 767px) {
  .modals-wrapper .modal-popup.homepage_notre_block_modal .modal-inner-wrap .modal-content .notre-popup .content-left {
    float: none;
  }
}
.modals-wrapper .modal-popup.homepage_notre_block_modal .modal-inner-wrap .modal-content .notre-popup .content-right {
  float: right;
}
@media (max-width: 767px) {
  .modals-wrapper .modal-popup.homepage_notre_block_modal .modal-inner-wrap .modal-content .notre-popup .content-right {
    float: none;
  }
}
.modals-wrapper .modal-popup.homepage_notre_block_modal .modal-inner-wrap .modal-content .notre-popup .content {
  width: 50%;
  padding: 3%;
  text-align: center;
  padding-top: 6%;
}
@media (max-width: 767px) {
  .modals-wrapper .modal-popup.homepage_notre_block_modal .modal-inner-wrap .modal-content .notre-popup .content {
    width: 100%;
  }
}
@media (min-width: 1800px) {
  .modals-wrapper .modal-popup.homepage_notre_block_modal .modal-inner-wrap .modal-content .notre-popup .content {
    padding-top: 13%;
  }
}
@media (min-width: 1600px) and (max-width: 1799px) {
  .modals-wrapper .modal-popup.homepage_notre_block_modal .modal-inner-wrap .modal-content .notre-popup .content {
    padding-top: 8%;
  }
}
.modals-wrapper .modal-popup.homepage_notre_block_modal .modal-inner-wrap .modal-content .notre-popup .content h2 {
  color: #000000;
  font-size: 6rem;
  font-family: 'BebasNeue';
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media (min-width: 768px) and (max-width: 924px) {
  .modals-wrapper .modal-popup.homepage_notre_block_modal .modal-inner-wrap .modal-content .notre-popup .content h2 {
    font-size: 3.5rem;
  }
}
@media (min-width: 925px) and (max-width: 1279px) {
  .modals-wrapper .modal-popup.homepage_notre_block_modal .modal-inner-wrap .modal-content .notre-popup .content h2 {
    font-size: 4rem;
  }
}
@media (min-width: 1280px) and (max-width: 1400px) {
  .modals-wrapper .modal-popup.homepage_notre_block_modal .modal-inner-wrap .modal-content .notre-popup .content h2 {
    font-size: 5rem;
  }
}
.modals-wrapper .modal-popup.homepage_notre_block_modal .modal-inner-wrap .modal-content .notre-popup .content hr {
  border-top: 10px solid #000000;
  width: 100px;
}
.modals-wrapper .modal-popup.homepage_notre_block_modal .modal-inner-wrap .modal-content .notre-popup .content p {
  color: #000000;
  font-weight: 300;
  font-size: 2.5rem;
}
@media (min-width: 768px) and (max-width: 924px) {
  .modals-wrapper .modal-popup.homepage_notre_block_modal .modal-inner-wrap .modal-content .notre-popup .content p {
    font-size: 1.1rem;
  }
}
@media (min-width: 925px) and (max-width: 1279px) {
  .modals-wrapper .modal-popup.homepage_notre_block_modal .modal-inner-wrap .modal-content .notre-popup .content p {
    font-size: 1.5rem;
  }
}
@media (min-width: 1280px) and (max-width: 1400px) {
  .modals-wrapper .modal-popup.homepage_notre_block_modal .modal-inner-wrap .modal-content .notre-popup .content p {
    font-size: 2rem;
  }
}
.bloc-sprintbok .scroll-section {
  height: 35rem;
  position: relative;
  overflow: hidden;
  overflow: scroll;
  overflow-x: hidden;
  margin-bottom: -7px;
}
@media (min-width: 1800px) {
  .bloc-sprintbok .scroll-section {
    height: 45rem;
  }
}
@media (max-width: 1024px) {
  .bloc-sprintbok .scroll-section {
    height: 30rem;
  }
}
@media (max-width: 767px) {
  .bloc-sprintbok .scroll-section {
    height: auto;
  }
}
.bloc-sprintbok .scroll-section img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.bloc-sprintbok .text {
  background: #FFFFFF66;
  position: absolute;
  right: 5%;
  padding: 15px;
  display: block;
  text-align: center;
  color: #000000;
  max-width: 80%;
  margin-top: -26rem;
  font-family: 'DIN 2014';
}
@media (min-width: 1800px) {
  .bloc-sprintbok .text {
    margin-top: -33rem;
  }
}
@media screen and (max-width: 767px) {
  .bloc-sprintbok .text {
    display: none;
  }
}
@media (min-width: 1921px) {
  .bloc-sprintbok .text {
    right: auto;
  }
}
.bloc-sprintbok .text p.title {
  font-weight: normal;
  font-size: 4.5rem;
  margin: 0 0 5px 0;
  text-transform: uppercase;
  font-family: 'FormaDJRDeck-Regular';
  letter-spacing: 1px;
}
@media (min-width: 1800px) {
  .bloc-sprintbok .text p.title {
    font-size: 5.5rem;
  }
}
@media screen and (max-width: 767px) {
  .bloc-sprintbok .text p.title {
    font-size: 2.5rem;
  }
}
.bloc-sprintbok .text p {
  font-size: 2rem;
  font-weight: 300;
}
@media (min-width: 1800px) {
  .bloc-sprintbok .text p {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .bloc-sprintbok .text p {
    font-size: 1.2rem;
  }
}
.bloc-nohrd .image-section {
  float: left;
  width: 50%;
}
@media (max-width: 767px) {
  .bloc-nohrd .image-section {
    float: none;
    width: 100%;
  }
}
.bloc-nohrd .image-section .image-slide {
  text-align: center;
  margin-bottom: -5px;
  position: relative;
}
.bloc-nohrd .image-section .image-slide .heading {
  margin-top: -93%;
  text-transform: uppercase;
  color: #FFFFFF;
  letter-spacing: 1px;
  position: absolute;
}
.bloc-nohrd .image-section .image-slide .heading.dark-back {
  padding-left: 2%;
  padding-right: 2%;
  background-color: #0000001f;
}
@media (max-width: 355px) {
  .bloc-nohrd .image-section .image-slide .heading {
    display: none;
  }
}
@media (max-width: 414px) {
  .bloc-nohrd .image-section .image-slide .heading {
    margin-left: -8%;
  }
}
.bloc-nohrd .image-section .image-slide .heading p {
  font-size: 7.5rem;
  font-weight: 500;
  font-family: 'FormaDJRDeck-Light';
}
@media (min-width: 1280px) and (max-width: 1400px) {
  .bloc-nohrd .image-section .image-slide .heading p {
    font-size: 6rem;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .bloc-nohrd .image-section .image-slide .heading p {
    font-size: 5rem;
  }
}
@media (min-width: 912px) and (max-width: 1024px) {
  .bloc-nohrd .image-section .image-slide .heading p {
    font-size: 4rem;
  }
}
@media (min-width: 768px) and (max-width: 912px) {
  .bloc-nohrd .image-section .image-slide .heading p {
    font-size: 3.5rem;
  }
}
@media (max-width: 767px) {
  .bloc-nohrd .image-section .image-slide .heading p {
    font-size: 4rem;
  }
}
.bloc-nohrd .image-section .image-slide .popup-button {
  position: absolute;
  margin-top: -20%;
  left: 28%;
}
@media (min-width: 1500px) {
  .bloc-nohrd .image-section .image-slide .popup-button {
    left: 34%;
  }
}
@media (max-width: 355px) {
  .bloc-nohrd .image-section .image-slide .popup-button {
    display: none;
  }
}
.bloc-nohrd .image-section .image-slide .popup-button button {
  border: 0;
  line-height: 2;
  height: auto;
  background-color: #2B3D44;
  padding: 0 40px;
}
.bloc-nohrd .image-section .image-slide .popup-button button span {
  font-size: 4rem;
  text-transform: uppercase;
  font-family: 'FormaDJRDeck-Regular';
  color: #FFFFFF;
  letter-spacing: 1px;
}
@media (max-width: 1280px) and (min-width: 1400px) {
  .bloc-nohrd .image-section .image-slide .popup-button button span {
    font-size: 3.5rem;
  }
}
@media (max-width: 1080px) and (min-width: 1279px) {
  .bloc-nohrd .image-section .image-slide .popup-button button span {
    font-size: 3rem;
  }
}
@media (max-width: 1079px) {
  .bloc-nohrd .image-section .image-slide .popup-button button span {
    font-size: 2rem;
  }
}
.bloc-nohrd .image-section .image-slide .popup-button button:hover {
  background-color: #2B3D44;
}
.bloc-nohrd .content-section {
  float: right;
  width: 50%;
}
@media (min-width: 768px) and (max-width: 954px) {
  .bloc-nohrd .content-section {
    height: 376px;
    overflow: scroll;
    overflow-x: hidden;
    position: relative;
  }
}
@media (max-width: 767px) {
  .bloc-nohrd .content-section {
    float: none;
    width: 100%;
    margin-top: 17%;
  }
}
.bloc-nohrd .content-section ul {
  padding-left: 10%;
  margin-top: 7%;
  margin-bottom: 5%;
}
.bloc-nohrd .content-section ul li {
  list-style: none;
  color: #000000;
  font-size: 2.5rem;
  font-weight: 600;
  font-family: 'FormaDJRDeck-Light';
}
.bloc-nohrd .content-section ul li.heading {
  font-family: 'FormaDJRDeck-Regular';
}
@media (min-width: 1800px) {
  .bloc-nohrd .content-section ul li {
    font-size: 3rem;
    margin-bottom: 3%;
  }
}
@media (min-width: 1265px) and (max-width: 1299px) {
  .bloc-nohrd .content-section ul li {
    margin-bottom: 3.5%;
  }
}
@media (min-width: 1300px) and (max-width: 1399px) {
  .bloc-nohrd .content-section ul li {
    margin-bottom: 3.8%;
  }
}
@media (min-width: 1500px) and (max-width: 1599px) {
  .bloc-nohrd .content-section ul li {
    margin-bottom: 2.8%;
  }
}
@media (min-width: 1600px) and (max-width: 1699px) {
  .bloc-nohrd .content-section ul li {
    margin-bottom: 3.5%;
  }
}
@media (min-width: 1700px) and (max-width: 1799px) {
  .bloc-nohrd .content-section ul li {
    margin-bottom: 4%;
  }
}
@media (min-width: 1151px) and (max-width: 1400px) {
  .bloc-nohrd .content-section ul li {
    font-size: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 1150px) {
  .bloc-nohrd .content-section ul li {
    font-size: 1.5rem;
  }
}
.bloc-nohrd .content-section ul li.selected-waterrower {
  color: #2B3D44;
}
.bloc-nohrd .content-section ul li.selected-nohrd {
  color: #22B99D;
}
.bloc-nohrd .content-section ul li h2 {
  font-weight: 600;
  font-size: 4.5rem;
}
@media (min-width: 1800px) {
  .bloc-nohrd .content-section ul li h2 {
    font-size: 5rem;
  }
}
@media (min-width: 1151px) and (max-width: 1400px) {
  .bloc-nohrd .content-section ul li h2 {
    font-size: 3.5rem;
  }
}
@media (min-width: 768px) and (max-width: 1150px) {
  .bloc-nohrd .content-section ul li h2 {
    font-size: 3rem;
  }
}
.bloc-nohrd .content-section ul li p {
  font-weight: 300;
  font-size: 2rem;
  font-family: 'DIN 2014';
}
@media (min-width: 1800px) {
  .bloc-nohrd .content-section ul li p {
    font-size: 2.3rem;
  }
}
@media (min-width: 1151px) and (max-width: 1400px) {
  .bloc-nohrd .content-section ul li p {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 1150px) {
  .bloc-nohrd .content-section ul li p {
    font-size: 1.2rem;
  }
}
.bloc-nohrd .content-section ul li.waterrower h2 {
  color: #2B3D44;
}
.bloc-nohrd .content-section ul li.nohrd h2 {
  color: #22B99D;
  padding-top: 5%;
}
.design-block .left {
  float: left;
  width: 50%;
  height: 25px;
  background: #FFFFFF;
}
.design-block .right {
  float: right;
  width: 50%;
  height: 25px;
  background: #2B3D44;
}
.modals-wrapper .modal-popup.homepage_block_modal .modal-inner-wrap .modal-header .action-close {
  background: url(../Magento_Theme/images/homepage/waterrower-home-page-icone-croix-blanche-150px.png) center center no-repeat;
  margin-top: 2%;
  margin-right: .5%;
  background-size: 20px;
}
@media (max-width: 1280px) {
  .modals-wrapper .modal-popup.homepage_block_modal .modal-inner-wrap .modal-header .action-close {
    margin-top: 3%;
    background-size: 17px;
  }
}
@media (max-width: 767px) {
  .modals-wrapper .modal-popup.homepage_block_modal .modal-inner-wrap .modal-header .action-close {
    margin-top: 5%;
  }
}
.modals-wrapper .modal-popup.homepage_block_modal .modal-inner-wrap .modal-header .action-close::before {
  content: '';
}
.modals-wrapper .modal-popup.homepage_nohrd_block_modal .modal-inner-wrap {
  border-radius: 0;
  width: 100%;
  margin: 0;
  box-shadow: none;
  align-items: center;
  max-width: 1920px;
  top: 60%;
  margin: 0 auto;
  padding-top: 7rem;
  height: 80%;
  background-color: #0000004D;
  overflow: hidden;
}
.modals-wrapper .modal-popup.homepage_nohrd_block_modal .modal-inner-wrap .modal-header .action-close {
  background: url(../Magento_Theme/images/homepage/waterrower-home-page-icone-croix-blanche-150px.png) center center no-repeat;
  margin-top: 2%;
  margin-right: 2%;
  background-size: 20px;
}
@media (max-width: 1280px) {
  .modals-wrapper .modal-popup.homepage_nohrd_block_modal .modal-inner-wrap .modal-header .action-close {
    margin-top: 3%;
    background-size: 17px;
  }
}
@media (max-width: 767px) {
  .modals-wrapper .modal-popup.homepage_nohrd_block_modal .modal-inner-wrap .modal-header .action-close {
    margin-top: 5%;
  }
}
.modals-wrapper .modal-popup.homepage_nohrd_block_modal .modal-inner-wrap .modal-header .action-close::before {
  content: '';
}
.modals-wrapper .modal-popup.homepage_nohrd_block_modal .modal-inner-wrap .modal-content {
  border-radius: 0;
  width: 75%;
}
.modals-wrapper .modal-popup.homepage_nohrd_block_modal .modal-inner-wrap .modal-content .popup-iframe {
  height: 600px;
}
.bloc-official-app {
  max-width: 95%;
  margin: 0 auto;
  padding-top: 2%;
}
@media (max-width: 767px) {
  .bloc-official-app {
    margin-top: 35px;
  }
}
.bloc-official-app h2 {
  color: #000000;
  font-size: 3.3rem;
  font-weight: normal;
  text-transform: uppercase;
  display: flex;
  position: relative;
  justify-content: center;
  text-align: center;
  width: 100%;
  align-items: center;
  font-family: 'FormaDJRDeck-Regular';
}
@media screen and (max-width: 767px) {
  .bloc-official-app h2 {
    font-size: 2rem;
    font-weight: 600;
  }
}
.bloc-official-app h2 span {
  min-width: 53rem;
}
.bloc-official-app h2 hr {
  display: block;
  height: 1px;
  width: 65rem;
  background: #22B99D;
  border: none;
  margin: 0 15px;
}
.bloc-official-app .contain .row {
  text-align: center;
}
@media (min-width: 768px) {
  .bloc-official-app .contain .row .img-responsive {
    margin-bottom: 10px;
  }
}
.bloc-official-app .contain .row .plus-icon {
  margin-top: 10px;
}
.bloc-official-app .contain .row span {
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
  font-family: 'FormaDJRDeck-Regular';
}
.bloc-official-app .contain .row .col-md-2 {
  cursor: pointer;
}
@media (max-width: 767px) {
  .bloc-official-app .contain .row .col-md-2 {
    margin-bottom: 15px;
  }
}
.bloc-official-app .appstore {
  text-align: center;
  font-size: 14px;
  margin-top: 25px;
  margin-bottom: 15px;
  font-family: 'FormaDJRDeck-Light';
}
.produits-bloc {
  text-align: center;
  color: #000000;
}
.produits-bloc a:hover {
  text-decoration: none;
}
.produits-bloc h1 {
  text-align: center;
  font-size: 50px;
  font-weight: 500;
  font-family: 'FormaDJRDeck-Regular';
  letter-spacing: 8px;
  padding: 2% 0;
}
@media (max-width: 767px) {
  .produits-bloc h1 {
    font-size: 5rem;
  }
}
.produits-bloc .category-list {
  max-width: 85%;
  margin: 0 auto;
  margin-bottom: 1.5%;
}
.produits-bloc .category-list .col {
  font-size: 2rem;
  font-family: 'FormaDJRDeck-Regular';
  text-align: center;
  margin-bottom: 15px;
  border-right: 2px solid #2B3D44;
}
.produits-bloc .category-list .tabs .col.active {
  background: #2B3D44;
  cursor: pointer;
  color: #FFFFFF;
}
.produits-bloc .category-list .tabs .col:hover {
  cursor: pointer;
}
.produits-bloc .category-content {
  max-width: 90%;
  margin: 0 auto;
}
.produits-bloc .category-content .slick-list .slick-track .slick-slide img {
  display: initial;
}
.produits-bloc .category-content .slick-arrow {
  cursor: pointer;
  position: absolute;
  top: 42%;
  width: 0;
  height: 20px;
  font-size: 0;
  z-index: 10;
  border: 0;
}
.produits-bloc .category-content .slick-arrow:hover {
  background-color: transparent;
}
.produits-bloc .category-content .slick-prev {
  background: url('../Magento_Theme/images/homepage/block2/waterrower-home-page-gamme-fitness-fleche-bleu-gauche.png') center center no-repeat;
  left: 0;
  margin-left: -4%;
  background-size: 40px;
  width: 40px;
  height: 34px;
  display: block;
}
@media (min-width: 1024px) and (max-width: 1500px) {
  .produits-bloc .category-content .slick-prev {
    margin-left: -5%;
  }
}
@media (max-width: 676px) {
  .produits-bloc .category-content .slick-prev {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .produits-bloc .category-content .slick-prev {
    margin-right: -8%;
  }
}
.produits-bloc .category-content .slick-next {
  background: url('../Magento_Theme/images/homepage/block2/waterrower-home-page-gamme-fitness-fleche-bleu-droite.png') center center no-repeat;
  right: 0;
  margin-right: -4%;
  background-size: 40px;
  width: 40px;
  height: 34px;
}
@media (max-width: 676px) {
  .produits-bloc .category-content .slick-next {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .produits-bloc .category-content .slick-next {
    margin-right: -5%;
  }
}
.produits-bloc .category-content #tab_6 .row .homepage-product .add-icon {
  padding-top: 5%;
}
.produits-bloc .category-content #tab_1 .row .homepage-product .product-slider .arrow {
  top: 65%;
}
@media (min-width: 768px) {
  .produits-bloc .category-content #tab_2 .row .homepage-product.col-md-4,
  .produits-bloc .category-content #tab_6 .row .homepage-product.col-md-4 {
    max-width: 32.3%;
  }
}
@media (min-width: 768px) {
  .produits-bloc .category-content #tab_4 .row .homepage-product.col-xl-6 {
    max-width: 49.5%;
  }
}
.produits-bloc .category-content .row {
  gap: 3%;
  row-gap: 25px;
  margin: 0;
}
.produits-bloc .category-content .row .homepage-product {
  border: 0.5px solid #2B3D44;
}
@media (max-width: 767px) {
  .produits-bloc .category-content .row .homepage-product {
    width: 99%;
  }
}
@media (min-width: 768px) {
  .produits-bloc .category-content .row .homepage-product.col-md-4 {
    max-width: 31.3%;
  }
}
@media (min-width: 768px) {
  .produits-bloc .category-content .row .homepage-product.col-xl-6 {
    max-width: 48.5%;
  }
}
@media (min-width: 768px) {
  .produits-bloc .category-content .row .homepage-product img:hover {
    transform: scale(1.1);
  }
}
.produits-bloc .category-content .row .homepage-product h3 {
  font-weight: 500;
  font-size: 3.7rem;
  font-family: 'FormaDJRDeck-Regular';
}
@media (max-width: 676px) {
  .produits-bloc .category-content .row .homepage-product h3 {
    font-size: 3rem;
  }
}
.produits-bloc .category-content .row .homepage-product p {
  font-size: 1.5rem;
  font-family: 'FormaDJRDeck-Regular';
}
.produits-bloc .category-content .row .homepage-product p.subtitle {
  font-family: 'DIN 2014';
}
.produits-bloc .category-content .row .homepage-product .link {
  padding-top: 3%;
  padding-bottom: 3%;
}
.produits-bloc .category-content .row .homepage-product .link a > span {
  padding: 1% 6%;
  background: #2B3D44;
  color: #FFFFFF;
  border: 1px solid #2B3D44;
  text-transform: uppercase;
  font-size: 18px;
  font-family: 'DIN 2014';
}
.produits-bloc .category-content .row .homepage-product .product-slider .slick-arrow {
  cursor: pointer;
  position: absolute;
  top: 43%;
  font-size: 0;
  border: 0;
  z-index: 5;
}
.produits-bloc .category-content .row .homepage-product .product-slider .slick-prev {
  background: url('../Magento_Theme/images/homepage/block2/waterrower-home-page-gamme-fitness-fleche-black-gauche.png') center center no-repeat;
  left: 0;
  margin-left: 6%;
  background-size: 18px;
  width: 0;
  height: 24px;
}
@media (min-width: 1024px) and (max-width: 1500px) {
  .produits-bloc .category-content .row .homepage-product .product-slider .slick-prev {
    margin-left: 5%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .produits-bloc .category-content .row .homepage-product .product-slider .slick-prev {
    margin-right: -6%;
  }
}
.produits-bloc .category-content .row .homepage-product .product-slider .slick-next {
  background: url('../Magento_Theme/images/homepage/block2/waterrower-home-page-gamme-fitness-fleche-black-droite.png') center center no-repeat;
  right: 0;
  margin-right: 6%;
  background-size: 18px;
  width: 0;
  height: 24px;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .produits-bloc .category-content .row .homepage-product .product-slider .slick-next {
    margin-right: 5%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .produits-bloc .category-content .row .homepage-product .product-slider .slick-next {
    margin-right: -6%;
  }
}
.cms-index-index .produits-bloc .add-icon {
  padding-top: 20px;
}
.cms-index-index .produits-bloc .add-icon #add-icon-img {
  width: 200px;
}
.cms-index-index .produits-bloc .add-icon #add-icon-img img:hover {
  transform: scale(1);
}
.cms-index-index .produits-bloc .add-icon #add-icon-img a > p {
  font-size: 2rem;
}
.cms-index-index .produits-bloc .add-icon #add-icon-img:hover a > p {
  font-size: 2rem;
  color: #2B3D44;
}
@media (min-width: 768px) {
  .cms-index-index .produits-bloc .add-icon #add-icon-img:hover a > p {
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -o-transform: translateY(10px);
  }
}
.bloc-erg {
  position: relative;
  max-height: 90vh;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.bloc-erg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  flex-grow: 0;
}
.bloc-erg .sprintbok-section {
  float: left;
  display: flex;
}
.bloc-erg .sprintbok-section .textblock {
  top: 5%;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
}
.bloc-erg .sprintbok-section:hover .textblock {
  transform: translateX(0%);
  -webkit-transform: translateX(0%);
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
}
.bloc-erg .slimbeam-section {
  float: right;
  display: flex;
}
.bloc-erg .slimbeam-section .textblock {
  right: 0;
  bottom: 8%;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
}
.bloc-erg .slimbeam-section:hover .textblock {
  transform: translateX(0%);
  -webkit-transform: translateX(0%);
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
}
.bloc-erg .textblock {
  background: #2B3D44;
  position: absolute;
  display: block;
  text-align: left;
  color: #FFFFFF;
  cursor: pointer;
  max-width: 80%;
  font-size: 2.5rem;
  font-family: 'FormaDJRDeck-Light';
  font-weight: 300;
  padding: 10px 3% 10px 3%;
}
@media screen and (max-width: 767px) {
  .bloc-erg .textblock {
    display: none;
  }
}
.bloc-erg .textblock p {
  margin-bottom: 0;
}
.bloc-blog {
  width: 85%;
  margin: 0 auto;
}
.bloc-blog a:hover {
  text-decoration: none;
}
.bloc-blog h2 {
  text-align: center;
  font-size: 40px;
  font-weight: 500;
  color: #000000;
  font-family: 'FormaDJRDeck-Regular';
  letter-spacing: 4px;
  text-transform: uppercase;
  padding: 2% 0;
}
.bloc-blog .contain span {
  font-size: 1.8rem;
  padding: 8px 0;
  color: #000000;
  font-family: 'FormaDJRDeck-Light';
  letter-spacing: 2px;
}
@media (min-width: 768px) {
  .bloc-blog .contain .img-responsive:hover {
    filter: brightness(70%);
    -webkit-filter: brightness(70%);
    -moz-filter: brightness(70%);
    -o-filter: brightness(70%);
    -ms-filter: brightness(70%);
  }
}
.bloc-blog .contain p {
  font-weight: 300;
  color: #000000;
  font-family: 'DIN 2014';
}
@media (min-width: 1800px) {
  .bloc-blog .contain p {
    max-width: 85%;
  }
}
.bloc-blog .add-icon hr {
  border-top: 7px solid #2B3D44;
  margin-top: 50px;
}
.insta-feed-bloc {
  width: 84%;
  margin: 0 auto;
  text-align: center;
}
.insta-feed-bloc span {
  font-weight: 500;
  font-family: 'FormaDJRDeck-Regular';
  letter-spacing: 4px;
  padding: 2% 0;
  font-size: 40px;
  color: #2B3D44;
  text-transform: uppercase;
}
.insta-feed-bloc .social-icons a {
  padding: 13px;
}
.insta-feed-bloc .contain .col-md-3 {
  padding-bottom: 2%;
}
.insta-feed-bloc .contain .likes {
  position: absolute;
  top: 43%;
  left: 5%;
  width: 90%;
}
@media (min-width: 768px) {
  .insta-feed-bloc .contain .likes {
    visibility: hidden;
  }
}
.insta-feed-bloc .contain .likes span {
  font-size: 17px;
  font-family: 'DIN 2014';
  font-weight: 700;
  color: #FFFFFF;
  padding: 4%;
}
.insta-feed-bloc .contain .likes span img {
  margin-right: 2%;
}
@media (min-width: 768px) {
  .insta-feed-bloc .contain a:hover .img-responsive {
    filter: brightness(70%);
    -webkit-filter: brightness(70%);
    -moz-filter: brightness(70%);
    -o-filter: brightness(70%);
    -ms-filter: brightness(70%);
  }
}
@media (min-width: 768px) {
  .insta-feed-bloc .contain a:hover .likes {
    visibility: visible;
  }
}
.insta-feed-bloc p {
  color: #2B3D44;
  font-size: 2rem;
  font-weight: 300;
  padding: 15px;
}
.insta-feed-bloc a:hover {
  text-decoration: none;
}
.cms-index-index .add-icon {
  text-align: center;
}
.cms-index-index .add-icon p {
  text-transform: uppercase;
  font-size: 1.8rem;
  font-weight: 300;
  color: #000000;
  visibility: hidden;
  transition: 0.3s;
  transform: translateY(-30px);
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -o-transform: translateY(-30px);
}
@media (max-width: 767px) {
  .cms-index-index .add-icon p {
    visibility: visible;
    transform: none;
  }
}
.cms-index-index .add-icon #add-icon-img {
  width: 170px;
  margin: 0 auto;
}
.cms-index-index .add-icon #add-icon-img .new-blog-icon {
  position: relative;
  z-index: 2;
  background: #FFFFFF;
}
.cms-index-index .add-icon #add-icon-img:hover a > p {
  visibility: visible;
  transform: translate(0px);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  position: relative;
}
.cms-index-index .add-icon hr {
  border-top: 7px solid #2B3D44;
  margin-top: 50px;
}
.cms-home .page-main {
  padding-top: 0;
}
.cms-home .header-icon #Trac_46_me {
  fill: none;
}
@media only screen and (max-width: 767px) {
  .cms-home.mobile-sticky .page-main {
    margin-top: 60px;
  }
}
@media (min-width: 1280px) and (max-width: 1299px) {
  .cms-home .page-footer .footer-image {
    height: 110vh;
    max-height: initial;
  }
}
@media (min-width: 1300px) and (max-width: 1400px) {
  .cms-home .page-footer .footer-image {
    height: 142vh;
    max-height: initial;
  }
}
@media (min-width: 1401px) and (max-width: 1519px) {
  .cms-home .page-footer .footer-image {
    height: 120vh;
    max-height: initial;
  }
}
@media (min-width: 1520px) {
  .cms-home .page-footer .footer-image {
    max-height: 94vh;
  }
}
@media (min-width: 1900px) and (max-width: 1920px) {
  .cms-home .page-footer .footer-image {
    max-height: 83vh;
  }
}
@media (min-width: 1921px) {
  .cms-home .page-footer .footer-image {
    max-height: 877px;
  }
}
@media (min-width: 1025px) {
  .cms-home .page-footer {
    display: block;
    overflow: hidden;
    position: relative;
  }
  .cms-home .page-footer .footer-image {
    display: block;
  }
  .cms-home .page-footer .footer-image.container {
    max-width: 1920px;
    padding: 0;
  }
  .cms-home .page-footer .footer-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    flex-grow: 0;
  }
  .cms-home .page-footer .footer {
    position: absolute;
    bottom: -100%;
    height: 100%;
    width: 100%;
    transition: bottom 0.5s ease;
    z-index: 999;
    background: #FFFFFF;
  }
  .cms-home .page-footer:hover .footer {
    bottom: 0%;
  }
}
@media (min-width: 1025px) and (max-width: 1300px) {
  .cms-home .page-footer .footer-image {
    height: 142vh;
    max-height: initial;
  }
}
@media (min-width: 1921px) {
  .cms-home .page-footer .footer-container {
    max-width: inherit;
  }
  .cms-home .page-footer .footer-container .footer-middle,
  .cms-home .page-footer .footer-container .footer-bottom {
    max-width: 1920px;
    margin: auto;
  }
  .cms-home .page-footer .footer-container .footer-bottom {
    margin-top: -1px !important;
  }
}
body .page-wrapper .page-header {
  z-index: 51;
}
body .page-wrapper header.page-header.header-newskin {
  background-color: #FFFFFF;
  position: fixed;
  width: 100%;
  top: 0;
}
body .page-wrapper header.page-header.header-newskin .nav-sections {
  background-color: #FFFFFF;
  padding-bottom: 0;
  display: inline-flex;
}
@media screen and (max-width: 767px) {
  body .page-wrapper header.page-header.header-newskin .nav-sections {
    background-color: #fff !important;
  }
  body .page-wrapper header.page-header.header-newskin .nav-sections .nav-sections-item-content {
    margin-top: 0 !important;
  }
  body .page-wrapper header.page-header.header-newskin .nav-sections .nav-sections-item-title.active {
    display: none !important;
  }
}
body .page-wrapper header.page-header.header-newskin .header.content {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
@media screen and (max-width: 767px) {
  body .page-wrapper header.page-header.header-newskin .header.content {
    max-width: 100%;
  }
}
body .page-wrapper header.page-header.header-newskin .header.content .nav-toggle {
  float: left;
  margin-right: 10px;
}
body .page-wrapper header.page-header.header-newskin .header.content .nav-toggle:before {
  color: #333333;
}
body .page-wrapper header.page-header.header-newskin .header.content .nav-sections .navigation > ul {
  text-align: center;
}
body .page-wrapper header.page-header.header-newskin .header.content .logo {
  float: none;
  display: inline-flex;
  align-items: center;
}
@media screen and (max-width: 767px) and (min-width: 560px) {
  body .page-wrapper header.page-header.header-newskin .header.content .logo {
    left: 50%;
    transform: translateX(-50%);
    margin-left: -40px;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  body .page-wrapper header.page-header.header-newskin .header.content .logo {
    width: 100px;
  }
}
@media screen and (min-width: 767px) {
  body .page-wrapper header.page-header.header-newskin .header.content .logo {
    width: 11%;
  }
}
body .page-wrapper header.page-header.header-newskin .header.content .logo img {
  width: auto;
}
body .page-wrapper header.page-header.header-newskin .header.content .header-right {
  position: absolute;
  right: 10px;
  display: flex;
}
@media screen and (min-width: 991px) {
  body .page-wrapper header.page-header.header-newskin .header.content .header-right {
    top: 42%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .page-wrapper header.page-header.header-newskin .header.content .header-right {
    top: 36%;
  }
}
@media screen and (max-width: 767px) {
  body .page-wrapper header.page-header.header-newskin .header.content .header-right {
    top: 11px;
    margin-left: calc(100% - 75px);
  }
}
body .page-wrapper header.page-header.header-newskin .header.content .header-right .search-area {
  width: 24px;
  height: 26px;
  margin: 5px 8px;
  z-index: 20000;
}
@media screen and (max-width: 767px) {
  body .page-wrapper header.page-header.header-newskin .header.content .header-right .search-area {
    margin: 5px 0;
  }
}
body .page-wrapper header.page-header.header-newskin .header.content .header-right .search-area .block-search {
  right: -87px;
  top: 140%;
  margin: 0;
  left: auto;
}
@media screen and (min-width: 768px) {
  body .page-wrapper header.page-header.header-newskin .header.content .header-right .search-area .block-search {
    width: 375px;
  }
}
body .page-wrapper header.page-header.header-newskin .header.content .header-right .search-area .block-search .action.search {
  height: 40px;
  border-left: 0;
  right: 0px;
}
body .page-wrapper header.page-header.header-newskin .header.content .header-right .search-area .block-search .action.search[disabled] {
  opacity: 1 !important;
}
body .page-wrapper header.page-header.header-newskin .header.content .header-right .search-area .block-search .action.search:before {
  content: '';
  background-image: url(../Magento_Theme/images/search_icon.png);
  height: 40px;
  width: 40px;
  background-size: 40px;
}
body .page-wrapper header.page-header.header-newskin .header.content .header-right .search-area .block-search input {
  border: none;
  font-size: 17px;
  color: #000000;
  height: 40px !important;
  font-style: italic;
  background-color: #f1f1f1;
}
body .page-wrapper header.page-header.header-newskin .header.content .header-right .search-area .block-search input::-webkit-input-placeholder {
  color: #000000;
}
body .page-wrapper header.page-header.header-newskin .header.content .header-right .search-area .block-search input::-moz-placeholder {
  color: #000000;
}
body .page-wrapper header.page-header.header-newskin .header.content .header-right .search-area .block-search input::-ms-placeholder {
  color: #000000;
}
body .page-wrapper header.page-header.header-newskin .header.content .header-right .search-area .block-search input::placeholder {
  color: #000000;
}
body .page-wrapper header.page-header.header-newskin .header.content .header-right .search-area .block-search.show .search-autocomplete {
  color: #000000;
  margin-top: 0;
}
body .page-wrapper header.page-header.header-newskin .header.content .header-right .search-area .block-search.show .search-autocomplete ul {
  border: 0;
}
body .page-wrapper header.page-header.header-newskin .header.content .header-right .search-area .block-search.show .search-autocomplete ul li {
  font-size: 16px;
  border: 0;
  padding: 9px 15px 7px 15px;
  background-image: linear-gradient(#2b3d44, #2b3d44);
  background-size: 90% 1px;
  background-position: bottom center;
  background-repeat: no-repeat;
}
body .page-wrapper header.page-header.header-newskin .header.content .header-right .search-area .block-search.show .search-autocomplete ul li .amount {
  color: #000000;
  right: 23px;
  top: 9.5px;
}
body .page-wrapper header.page-header.header-newskin .header.content .header-right .search-area .block-search.show .search-autocomplete ul li span {
  color: #000000;
}
@media screen and (max-width: 767px) {
  body .page-wrapper header.page-header.header-newskin .header.content .header-right .search-area .block-search.show {
    display: block !important;
    max-width: 280px !important;
    right: -71px;
    top: 140%;
    margin: 0;
    left: auto;
    z-index: 7;
  }
  body .page-wrapper header.page-header.header-newskin .header.content .header-right .search-area .block-search.show .minisearch {
    width: auto;
    float: none;
  }
  body .page-wrapper header.page-header.header-newskin .header.content .header-right .search-area .block-search.show .minisearch .actions button {
    position: absolute;
    top: 0;
    z-index: 1;
    display: inline-block;
    background-image: none;
    background: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    line-height: 40px;
    right: 0 !important;
  }
  body .page-wrapper header.page-header.header-newskin .header.content .header-right .search-area .block-search.show .minisearch .actions button:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    line-height: inherit;
    content: '';
    background: url(../Magento_Theme/images/search_icon.png);
    margin: 0;
    background-size: 40px;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    text-align: center;
    color: #000000;
  }
  body .page-wrapper header.page-header.header-newskin .header.content .header-right .search-area .block-search.show .minisearch .actions button > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  body .page-wrapper header.page-header.header-newskin .header.content .header-right .search-area .block-search.show .minisearch .control {
    border-top: 0;
    margin: 0;
    padding: 0;
  }
  body .page-wrapper header.page-header.header-newskin .header.content .header-right .search-area .block-search.show .minisearch .control input {
    position: static;
    margin: 0;
    background-color: #f1f1f1;
    border-radius: 0;
    width: 280px;
    border: none;
  }
}
body .page-wrapper header.page-header.header-newskin .header.content .header-right .search-area .block-search:before {
  display: none;
}
@media screen and (max-width: 767px) {
  body .page-wrapper header.page-header.header-newskin .header.content .header-right .search-area .block-search .minisearch .search > label {
    display: none;
  }
}
body .page-wrapper header.page-header.header-newskin .header.content .header-right .search-area > a {
  display: block;
  background: url(../Magento_Theme/images/header-search.png) center center no-repeat;
  width: 24px;
  height: 26px;
  background-size: 20px;
  margin: 0;
}
@media (min-width: 768px) and (max-width: 1024px) {
  body .page-wrapper header.page-header.header-newskin .header.content .header-right .search-area > a {
    background-size: 15px;
  }
}
body .page-wrapper header.page-header.header-newskin .header.content .header-right .search-area > a i {
  display: none;
}
body .page-wrapper header.page-header.header-newskin .header.content .header-right .minicart-wrapper {
  height: 26px;
  float: none;
  padding: 0;
  width: 26px;
  margin: 5px 8px;
}
@media screen and (max-width: 767px) {
  body .page-wrapper header.page-header.header-newskin .header.content .header-right .minicart-wrapper {
    margin-left: 0;
  }
}
body .page-wrapper header.page-header.header-newskin .header.content .header-right .minicart-wrapper .block-minicart {
  right: -43px !important;
  border: none !important;
  margin-top: 10px;
  -webkit-box-shadow: 5px 5px 13px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 5px 5px 13px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 5px 5px 13px 0px rgba(0, 0, 0, 0.75);
}
body .page-wrapper header.page-header.header-newskin .header.content .header-right .minicart-wrapper .block-minicart:before,
body .page-wrapper header.page-header.header-newskin .header.content .header-right .minicart-wrapper .block-minicart:after {
  display: none;
}
@media screen and (max-width: 767px) {
  body .page-wrapper header.page-header.header-newskin .header.content .header-right .minicart-wrapper .block-minicart {
    right: -16px !important;
    top: 115%;
  }
}
body .page-wrapper header.page-header.header-newskin .header.content .header-right .minicart-wrapper .block-minicart .block-content .actions .checkout {
  font-family: 'DIN 2014';
  font-size: 16px;
}
body .page-wrapper header.page-header.header-newskin .header.content .header-right .minicart-wrapper .block-minicart .block-content .actions .viewcart {
  background: #fff;
  padding: 3px 15px;
  display: inline-block !important;
  height: auto;
  width: auto;
  line-height: 25px;
  position: relative;
  margin: 0 20px;
  color: #000000;
  font-family: 'DIN 2014';
  font-size: 17px;
  text-transform: none;
  border: 1px solid #000000;
  vertical-align: top;
  margin-bottom: 10px;
}
body .page-wrapper header.page-header.header-newskin .header.content .header-right .minicart-wrapper .block-minicart .block-content .actions .viewcart span {
  color: #000000;
  font-family: 'DIN 2014';
  font-size: 17px;
  text-transform: none;
  display: block;
}
body .page-wrapper header.page-header.header-newskin .header.content .header-right .minicart-wrapper .block-minicart .block-content .actions .viewcart:before {
  display: block;
  width: 8px;
  height: 18px;
  background: #fff;
  position: absolute;
  left: -2px;
  top: 50%;
  border: none;
  transform: translateY(-50%);
  content: '';
}
body .page-wrapper header.page-header.header-newskin .header.content .header-right .minicart-wrapper .block-minicart .block-content .actions .viewcart:after {
  content: '';
  display: block;
  width: 25px;
  height: 1px;
  background: #000000;
  position: absolute;
  top: 54%;
  transform: translateY(-50%) translateX(-50%);
  left: -3px;
  border: none;
  border-top: 1px solid #000000;
}
body .page-wrapper header.page-header.header-newskin .header.content .header-right .minicart-wrapper .block-minicart .block-content .items-total span {
  color: #000000;
  font-family: 'DIN 2014';
  font-size: 17px;
  text-transform: none;
}
body .page-wrapper header.page-header.header-newskin .header.content .header-right .minicart-wrapper .block-minicart .block-content .items-total span.count {
  font-family: 'DIN 2014';
  font-size: 14px;
  color: #000000;
  text-transform: none;
  font-weight: bold;
}
body .page-wrapper header.page-header.header-newskin .header.content .header-right .minicart-wrapper .block-minicart .block-content .subtotal span {
  color: #000000;
  font-family: 'DIN 2014';
  font-size: 17px;
  text-transform: none;
}
body .page-wrapper header.page-header.header-newskin .header.content .header-right .minicart-wrapper .block-minicart .block-content .price-container {
  display: block;
}
body .page-wrapper header.page-header.header-newskin .header.content .header-right .minicart-wrapper .block-minicart .block-content .price-container .price {
  font-family: 'DIN 2014';
  font-size: 15px;
  color: #000000;
  text-transform: none;
  font-weight: bold;
}
body .page-wrapper header.page-header.header-newskin .header.content .header-right .minicart-wrapper .block-minicart .block-content .product-item-details .product-item-name a {
  font-family: 'DIN 2014';
  font-size: 15px;
  color: #000000;
  text-transform: none;
  font-weight: bold;
}
body .page-wrapper header.page-header.header-newskin .header.content .header-right .minicart-wrapper .block-minicart .block-content .product-item-details .price-container .price {
  color: #000000;
  font-family: 'DIN 2014';
  font-size: 17px;
  text-transform: none;
}
body .page-wrapper header.page-header.header-newskin .header.content .header-right .minicart-wrapper .block-minicart .block-content .product-item-details .details-qty label {
  color: #000000;
  font-family: 'DIN 2014';
  font-size: 17px;
  text-transform: none;
}
body .page-wrapper header.page-header.header-newskin .header.content .header-right .minicart-wrapper .block-minicart .block-content .product-item-details .details-qty input {
  width: 38px;
  border-color: #000000;
  font-weight: normal;
  font-family: 'DIN 2014';
  font-size: 17px;
  color: #000000;
  text-align: center;
}
body .page-wrapper header.page-header.header-newskin .header.content .header-right .minicart-wrapper > a {
  display: block;
  background: url(../Magento_Theme/images/header-cart.png) center center no-repeat;
  width: 20px;
  height: 26px;
  background-size: 20px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  body .page-wrapper header.page-header.header-newskin .header.content .header-right .minicart-wrapper > a {
    background-size: 15px;
  }
}
body .page-wrapper header.page-header.header-newskin .header.content .header-right .minicart-wrapper > a .cart {
  display: none;
}
body .page-wrapper header.page-header.header-newskin .header.content .header-right .minicart-wrapper > a:before {
  display: none;
}
body .page-wrapper header.page-header.header-newskin .header.content .header-right .minicart-wrapper > a:after {
  display: none;
}
body .page-wrapper header.page-header.header-newskin .header.content .header-right .minicart-wrapper > a .counter {
  background: #2B3D44;
  right: -1px !important;
  margin-top: 0 !important;
}
@media (min-width: 768px) and (max-width: 1024px) {
  body .page-wrapper header.page-header.header-newskin .header.content .header-right .minicart-wrapper > a .counter {
    right: -2px !important;
  }
}
body .page-wrapper header.page-header.header-newskin .header.content .header-right .minicart-wrapper > a .counter .counter-number {
  color: #FFFFFF;
  font-family: 'DIN 2014';
  font-size: 13px;
  line-height: 20px;
}
@media (max-width: 767px) {
  body .page-wrapper header.page-header.header-newskin .header.content .header-right .minicart-wrapper > a .counter .counter-number {
    line-height: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  body .page-wrapper header.page-header.header-newskin .header.content .header-right .minicart-wrapper > a .counter .counter-number {
    font-size: 11px;
  }
}
body .page-wrapper header.page-header.header-newskin .header.content .header-right .links {
  display: block;
  width: 25px;
  height: 26px;
  padding: 0;
  list-style: none;
  margin: 5px 8px 5px 12px;
}
body .page-wrapper header.page-header.header-newskin .header.content .header-right .links .customer-welcome {
  display: none;
}
body .page-wrapper header.page-header.header-newskin .header.content .header-right .links .authorization-link {
  margin: 0;
}
body .page-wrapper header.page-header.header-newskin .header.content .header-right .links .authorization-link > a {
  display: block;
  width: 25px;
  height: 26px;
  background: url(../Magento_Theme/images/header-user.png) center center no-repeat;
  font-size: 0;
  background-size: 20px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  body .page-wrapper header.page-header.header-newskin .header.content .header-right .links .authorization-link > a {
    background-size: 15px;
  }
}
body .page-wrapper header.page-header.header-newskin .header.content .header-right .links .authorization-link .block-header-customer-login {
  right: -22px;
}
@media screen and (max-width: 767px) {
  body .page-wrapper header.page-header.header-newskin .header.content .header-right .links .authorization-link .block-header-customer-login {
    right: -40px;
  }
  body .page-wrapper header.page-header.header-newskin .header.content .header-right .links .authorization-link .block-header-customer-login:before {
    right: 48px;
  }
}
body .page-wrapper header.page-header.header-newskin .header.content .header-right .links .authorization-link .block-header-customer-login.open {
  display: block;
}
body .autocomplete-suggestions {
  border: none;
}
body .autocomplete-suggestions .autocomplete-suggestion {
  padding: 25px 17px 15px 17px;
  border-bottom: 0;
  background-image: linear-gradient(#2b3d44, #2b3d44);
  background-size: 90% 1px;
  background-position: bottom center;
  background-repeat: no-repeat;
}
body .autocomplete-suggestions .autocomplete-suggestion .suggestion-left .img-responsive {
  max-width: 70%;
}
body .autocomplete-suggestions .autocomplete-suggestion .suggestion-right .product-name {
  font-size: 15px;
  color: #000000;
  font-weight: 600;
}
body .autocomplete-suggestions .autocomplete-suggestion .suggestion-right .product-line {
  margin-bottom: 0 !important;
}
body .autocomplete-suggestions .autocomplete-suggestion .suggestion-right .product-price {
  font-size: 15px;
  color: #000000;
  text-transform: none;
  font-weight: normal;
}
body .autocomplete-suggestions .autocomplete-suggestion .suggestion-right .product-des {
  display: none;
}
body .autocomplete-suggestions .autocomplete-suggestion:last-child {
  border-bottom: 0;
  background-image: none;
}
footer.page-footer {
  background: #E8E8E8;
  line-height: 20px !important;
}
footer.page-footer .footer-image {
  display: none;
}
footer.page-footer .footer .reassurance.container p > span {
  font-family: 'DIN 2014';
}
footer.page-footer .footer .footer-middle {
  background: #000000;
}
@media screen and (max-width: 767px) {
  footer.page-footer .footer .footer-middle {
    padding-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 912px) {
  footer.page-footer .footer .footer-middle {
    padding-bottom: 0;
  }
}
@media (min-width: 991px) {
  footer.page-footer .footer .footer-middle .container {
    max-width: 88%;
  }
}
@media screen and (max-width: 767px) {
  footer.page-footer .footer .footer-middle .container .row > div:nth-child(2) {
    order: 3;
    margin-top: 30px;
  }
}
footer.page-footer .footer .footer-middle .container .row .head {
  text-decoration: underline;
  letter-spacing: 0.63px;
  font-family: 'FormaDJRDeck-Regular';
}
@media screen and (max-width: 1199px) {
  footer.page-footer .footer .footer-middle .container .row {
    margin-bottom: 30px;
  }
  footer.page-footer .footer .footer-middle .container .row .col-lg-4 {
    width: 33%;
  }
}
@media screen and (max-width: 767px) {
  footer.page-footer .footer .footer-middle .container .row .col-lg-4 {
    width: 100%;
  }
}
footer.page-footer .footer .footer-middle .footer_col.col_2 {
  text-align: center;
  width: 100%;
  margin-top: -25px;
}
@media screen and (max-width: 767px) {
  footer.page-footer .footer .footer-middle .footer_col.col_2 {
    margin-top: 0;
  }
}
footer.page-footer .footer .footer-middle .footer_col.col_2 img {
  padding: 13px;
  height: 100px;
}
@media screen and (max-width: 767px) {
  footer.page-footer .footer .footer-middle .footer_col.col_2 img {
    padding: 6px;
    height: 80px;
  }
}
footer.page-footer .footer .footer-middle .footer_col.col_2 p {
  margin-bottom: 20px;
  color: #FFFFFF;
  font-family: inherit;
  font-size: 14px;
}
footer.page-footer .footer .footer-middle .footer_col.col_2 .france-block > hr {
  border-top: 2px solid #cccccc;
  margin-top: 5%;
  width: 200px;
}
@media (min-width: 1109px) {
  footer.page-footer .footer .footer-middle .footer_col.col_2 .france-block > hr {
    width: 275px;
  }
}
@media screen and (max-width: 767px) {
  footer.page-footer .footer .footer-middle .footer_col.col_2 .france-block > hr {
    width: 230px;
  }
}
footer.page-footer .footer .footer-middle .footer_col.col_2 .france-block .france {
  padding-top: 20px;
  margin-top: -50px;
}
footer.page-footer .footer .footer-middle .footer_col.col_2 .france-block .france > span.france-section {
  color: #ffffff;
  font-size: 34px;
  font-family: 'FormaDJRDeck-Light';
  padding: 14px;
  background-color: black;
}
@media (max-width: 912px) {
  footer.page-footer .footer .footer-middle .footer_col.col_2 .france-block .france > span.france-section {
    font-size: 27px;
    padding: 10px;
  }
}
footer.page-footer .footer .footer-middle .footer_col.col_2 .bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width: 1199px) {
  footer.page-footer .footer .footer-middle .footer_col.col_2 .bottom {
    bottom: -20px;
  }
}
@media screen and (max-width: 767px) {
  footer.page-footer .footer .footer-middle .footer_col.col_2 .bottom {
    position: relative;
    bottom: auto;
  }
}
footer.page-footer .footer .footer-middle .footer_col.col_2 .bottom a {
  color: #FFFFFF;
  font-size: 14px;
  text-decoration: none;
}
footer.page-footer .footer .footer-middle .footer_col.col_2 .bottom a span.tel-button {
  padding: 1% 3%;
  border: 1px solid #FFFFFF;
  font-family: 'FormaDJRDeck-Regular';
  cursor: pointer;
  text-transform: uppercase;
}
footer.page-footer .footer .footer-middle .footer_col.col_2 .bottom a.send_message {
  display: inline-block;
  padding: 6px 6px;
  margin: 0 5px;
  border: 1px solid #FFFFFF;
  font-weight: bold;
  font-size: 14px;
}
footer.page-footer .footer .footer-middle .footer_col.col_3 {
  text-align: right;
}
@media screen and (max-width: 767px) {
  footer.page-footer .footer .footer-middle .footer_col.col_3 {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  footer.page-footer .footer .footer-middle .footer_col.col_1 {
    margin-bottom: 20px;
  }
}
footer.page-footer .footer .footer-middle .footer_col li {
  color: #FFFFFF;
}
footer.page-footer .footer .footer-middle .footer_col li.head {
  margin-bottom: 20px;
  font-weight: bold;
  font-family: 'DIN 2014';
  font-size: 19px;
  letter-spacing: 0.63px;
}
footer.page-footer .footer .footer-middle .footer_col li a {
  color: #FFFFFF;
  font-family: 'DIN 2014';
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 0.45px;
}
footer.page-footer .footer .footer-bottom {
  background: #000000;
  margin-top: -1px;
  padding-top: 30px;
}
@media (min-width: 991px) {
  footer.page-footer .footer .footer-bottom .container {
    max-width: 88%;
  }
}
footer.page-footer .footer .footer-bottom .container:before {
  display: none;
}
footer.page-footer .footer .footer-bottom .container address {
  width: 100%;
  text-align: center;
  color: #FFFFFF;
  float: none;
  font-family: 'DIN 2014';
  font-size: 15px;
  line-height: 20px !important;
  font-weight: 500;
}
footer.page-footer .footer .footer-bottom .container address a {
  color: #FFFFFF;
}
footer.page-footer .footer .footer-bottom .container .custom-block {
  width: 100%;
}
@media screen and (max-width: 1280px) {
  footer.page-footer .footer .footer-bottom .container .custom-block .row .col {
    display: flex;
    margin-bottom: 0;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  footer.page-footer .footer .footer-bottom .container .custom-block .row .col {
    margin-bottom: 20px;
  }
}
footer.page-footer .footer .footer-bottom .container .custom-block .row .col .footer_col {
  text-align: left;
  line-height: 22px;
}
footer.page-footer .footer .footer-bottom .container .custom-block .row .col .footer_col .head {
  font-weight: bold;
  font-family: 'FormaDJRDeck-Regular';
  font-size: 15px;
  text-decoration: underline;
  color: #ffffff;
  letter-spacing: 0.45px;
}
@media screen and (max-width: 767px) {
  footer.page-footer .footer .footer-bottom .container .custom-block .row .col .footer_col .head {
    font-size: 15px;
  }
}
footer.page-footer .footer .footer-bottom .container .custom-block .row .col .footer_col a {
  color: #FFFFFF;
  font-family: 'DIN 2014';
  font-weight: 500;
  font-size: 13px;
  margin: 0;
}
footer.page-footer .footer .footer-bottom .container .custom-block.f-right {
  text-align: right;
  margin-bottom: 10px;
  margin-top: 23px;
  z-index: 1;
}
@media screen and (max-width: 1199px) {
  footer.page-footer .footer .footer-bottom .container .custom-block.f-right {
    margin-top: 10px;
    text-align: center;
    margin-bottom: 15px;
  }
}
footer.page-footer .footer .footer-bottom .container .custom-block.f-right img {
  margin-left: 4px;
}
footer.page-footer #totop {
  background: url(../Magento_Theme/images/to_top.png) center center no-repeat;
  background-size: 47px;
}
footer.page-footer #totop .porto-icon-up-open:before {
  content: '' !important;
}
#totop {
  height: 47px;
  position: fixed;
  right: 2%;
  width: 48px;
  z-index: 9999;
  margin-bottom: 2%;
  bottom: 0;
  background-color: #718c99;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 1;
  padding: 11px 0;
  display: none;
}
.reassurance.container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1%;
  position: relative;
  padding-top: 2%;
}
@media screen and (max-width: 767px) {
  .reassurance.container {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 10px;
  }
}
.reassurance.container:after {
  position: absolute;
  display: block;
  content: ' ';
  background: #fff;
  left: 0;
  right: 0;
  z-index: 1;
  height: 40px;
  bottom: -6px;
}
@media screen and (max-width: 991px) {
  .reassurance.container:after {
    height: 35px;
    bottom: -7px;
  }
}
@media screen and (max-width: 767px) {
  .reassurance.container:after {
    display: none;
  }
}
.reassurance.container p {
  color: #2B3D44;
  font-family: 'centabel';
  font-size: 13px;
}
@media screen and (max-width: 991px) {
  .reassurance.container p {
    font-size: 12px;
  }
}
.reassurance.container img {
  margin-bottom: 15px;
  height: 100px;
}
@media screen and (max-width: 991px) {
  .reassurance.container img {
    height: 45px;
  }
}
.reassurance.container div {
  text-align: center;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .reassurance.container div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    width: 290px;
  }
  .reassurance.container div.bloc1 img,
  .reassurance.container div.bloc3 img {
    margin-left: 17.5px;
  }
  .reassurance.container div.bloc2 img,
  .reassurance.container div.bloc4 img {
    margin-left: 22.5px;
  }
  .reassurance.container div.bloc5 img {
    margin-left: 19.5px;
  }
  .reassurance.container div img {
    height: auto;
    margin-bottom: 0;
    max-width: 40px;
    max-height: 40px;
  }
  .reassurance.container div p {
    font-size: 16px;
    margin-bottom: 0;
    display: block;
    text-align: left;
    position: relative;
    width: 190px;
    z-index: 2;
  }
  .reassurance.container div p:before {
    display: block;
    top: 22px;
    left: -7px;
    right: 30px;
    bottom: -8px;
    background: #fff;
    content: ' ';
    position: absolute;
    z-index: -1;
  }
}
body {
  background: #E8E8E8;
}
body .page-main {
  padding-bottom: 0;
}
body .modal-slide.mgs-popup {
  left: 0 !important;
}
body .modal-slide.mgs-popup .modal-inner-wrap {
  position: absolute !important;
  height: auto !important;
  min-height: auto !important;
}
body .modal-slide.mgs-popup .modal-inner-wrap #mgs-popup {
  width: 90% !important;
  height: auto !important;
  max-width: 450px;
  max-height: 90vh !important;
  display: block;
  overflow-x: hidden;
}
body .modal-slide.mgs-popup .modal-inner-wrap #mgs-popup .action-close {
  z-index: 2;
}
body .modal-slide.mgs-popup .modal-inner-wrap #mgs-popup .action-close:before {
  display: flex;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
body .modal-slide.mgs-popup .modal-inner-wrap #mgs-popup .block-mgs-popup {
  display: block;
  padding: 20px;
}
body .modal-slide.mgs-popup .modal-inner-wrap #mgs-popup .block-mgs-popup .block-popup-top .popup-content {
  padding: 0;
  width: 100%;
  max-width: 100%;
}
.clear {
  clear: both;
  display: block;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
  box-shadow: none !important;
}
/* Change the white to any color ;) */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}
.actions-toolbar .primary button.primary,
.actions-toolbar .primary a.primary {
  background-color: transparent;
  border: 1px solid #000;
  margin: 0;
  text-transform: none;
  letter-spacing: 0;
  position: relative;
  padding: 3px 15px;
  color: #000;
  display: inline-block;
  height: auto;
  width: auto;
}
.breadcrumbs li a,
.breadcrumbs li strong {
  font-family: 'Bodoni';
  font-size: 17px;
  color: #000;
}
@media only screen and (max-width: 767px) {
  .mobile-sticky .page-main {
    margin-top: 88px;
  }
}
.cms-page-view .essences {
  padding: 80px 20px;
  position: relative;
}
.cms-page-view .essences:after {
  position: absolute;
  content: '';
  z-index: -1;
  background: url(../Magento_Theme/images/fond_essences.png);
  background-attachment: fixed;
  background-size: 100%;
  top: 0;
  left: -50%;
  width: 200vw;
  bottom: 0;
}
.cms-page-view .essences .content {
  background: rgba(255, 255, 255, 0.5);
  padding: 30px;
}
.cms-page-view .essences .content h2 {
  font-weight: bold;
  font-family: sans-serif;
  font-size: 15px;
  color: #000;
  text-align: center;
  display: block;
  margin: 0 0 5px 0;
}
.cms-page-view .essences .content > hr {
  display: block;
  margin: 20px auto;
  height: 1px;
  width: 50px;
  background: #587575;
  border: none;
}
.cms-page-view .essences .content > p {
  color: #000;
  font-family: 'Bodoni';
  font-size: 17px;
  text-align: justify;
  text-align-last: center;
  -moz-text-align-last: center;
  display: block;
  margin: 0;
}
.cms-page-view .essences .content > p strong {
  font-weight: bold;
  font-family: sans-serif;
  font-size: 15px;
}
.cms-page-view .essences .content > p.last {
  padding: 0 10%;
}
.cms-page-view .essences .content ul {
  list-style-type: none;
  text-align: center;
  margin: 30px 0 50px;
  padding: 0;
}
.cms-page-view .essences .content ul li {
  display: inline-block;
  margin: 0 15px;
  width: 100px;
}
.cms-page-view .essences .content ul li .img {
  margin-bottom: 10px;
}
.cms-page-view .essences .content ul li .img img {
  display: block;
  margin: auto;
}
.cms-page-view .essences .content ul li p {
  color: #000;
  font-family: 'Bodoni';
  font-size: 17px;
  text-align: center;
}
a.bouton {
  background: #fff;
  padding: 3px 15px;
  color: #000;
  display: inline-block !important;
  height: auto;
  width: auto;
  line-height: 25px;
  position: relative;
  margin: 0 20px;
  font-family: 'Bodoni';
  font-size: 17px;
  text-transform: none;
  border: 1px solid #000;
  vertical-align: top;
  margin-bottom: 10px;
}
a.bouton span {
  color: #000;
  font-family: 'Bodoni';
  font-size: 17px;
  text-transform: none;
  display: block;
}
a.bouton:before {
  display: block;
  width: 8px;
  height: 18px;
  background: #fff;
  position: absolute;
  left: -2px;
  top: 50%;
  border: none;
  transform: translateY(-50%);
  content: '';
}
a.bouton:after {
  content: '';
  display: block;
  width: 25px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 54%;
  transform: translateY(-50%) translateX(-50%);
  left: -3px;
  border: none;
  border-top: 1px solid #000;
}
.enhanced-privacy-cookie-policy {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}
.enhanced-privacy-cookie-policy .enhanced-privacy-popup {
  background: #000;
}
.enhanced-privacy-cookie-policy .enhanced-privacy-popup .content > strong {
  font-weight: bold;
  font-family: sans-serif;
  font-size: 15px;
  color: #fff;
  margin-bottom: 3px;
  display: block;
}
.enhanced-privacy-cookie-policy .enhanced-privacy-popup .content .block-content div p {
  color: #fff;
  font-family: 'Bodoni';
  font-size: 16px;
}
.enhanced-privacy-cookie-policy .enhanced-privacy-popup .content .block-content div p a {
  color: #fff;
  font-family: 'Bodoni';
  font-size: 16px;
  text-decoration: underline;
}
.enhanced-privacy-cookie-policy .enhanced-privacy-popup .content .block-content .actions-toolbar .primary {
  height: 30px;
  margin-right: 10px;
  vertical-align: top;
}
.enhanced-privacy-cookie-policy .enhanced-privacy-popup .content .block-content .actions-toolbar .primary button {
  color: #fff;
  border-color: #fff;
}
.enhanced-privacy-cookie-policy .enhanced-privacy-popup .content .block-content .actions-toolbar .primary button:before {
  background: #000;
}
.enhanced-privacy-cookie-policy .enhanced-privacy-popup .content .block-content .actions-toolbar .primary button:after {
  background: #fff;
  border-color: #fff;
}
.enhanced-privacy-cookie-policy .enhanced-privacy-popup .content .block-content .actions-toolbar .secondary {
  height: 30px;
  vertical-align: top;
}
.enhanced-privacy-cookie-policy .enhanced-privacy-popup .content .block-content .actions-toolbar .secondary a {
  margin: 0;
  line-height: 30px;
  font-style: italic;
  color: #fff;
  font-family: 'Bodoni';
  font-size: 15px;
}
.modal-popup.confirm .modal-content {
  color: #000;
  font-family: 'Bodoni';
  font-size: 16px;
}
.modal-popup.confirm .modal-footer button {
  color: #000;
  font-family: 'Centabel';
  font-size: 16px;
  border-color: #000;
  margin-right: 10px;
}
.modal-popup.confirm .modal-footer button:hover {
  color: #fff;
}
/**question perf*/
.fb-googlemap .map {
  height: 300px;
}
.fb-googlemap .searchbox {
  background-color: #fff;
  font-size: 15px;
  font-weight: 300;
  margin-left: 12px;
  padding: 0 11px 0 13px;
  text-overflow: ellipsis;
  width: 70%;
  margin-top: 10px;
}
.gm-svpc {
  display: none;
}
.title_enregistrement {
  text-align: center;
  font-family: 'centabel';
  font-size: 20px;
  color: #000;
  text-transform: none;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 20px;
}
body .loading-mask {
  background: rgba(0, 0, 0, 0.3);
}
body .loading-mask .loader:before {
  color: #fff;
}
.no-deco,
.no-deco:hover {
  text-decoration: none;
}
.professionnels.centre.with-image {
  position: relative;
  z-index: 1;
  padding-bottom: 1px;
  margin-top: 30px;
}
.professionnels.centre.with-image .bg-image {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  z-index: -1;
}
.page-univers {
  padding-top: 30px;
}
.page-univers .head {
  display: flex;
  align-items: center;
  justify-content: space-around;
  max-width: 1000px;
  margin: auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .page-univers .head {
    flex-wrap: wrap;
    flex-direction: column;
  }
}
.page-univers .head h2 {
  color: #000;
  text-align: right;
  font-weight: normal;
  font-family: 'centabel';
  font-size: 39px;
  display: block;
  opacity: 0;
}
@media screen and (max-width: 991px) {
  .page-univers .head h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .page-univers .head h2 {
    width: 100%;
    text-align: center;
  }
}
.page-univers .head h2.visible {
  opacity: 1;
}
.page-univers .head h2 span {
  font-size: 33px;
  display: block;
}
@media screen and (max-width: 991px) {
  .page-univers .head h2 span {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .page-univers .head h2 span {
    font-size: 24px;
  }
}
.page-univers .head .logo {
  opacity: 0;
}
.page-univers .head .logo.visible {
  opacity: 1;
}
.page-univers .head .logo img {
  max-width: 190px;
}
@media screen and (max-width: 991px) {
  .page-univers .head .logo {
    max-width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .page-univers .head .logo {
    width: 100%;
    max-width: 190px;
  }
  .page-univers .head .logo img {
    width: 100%;
    max-height: none;
    display: block;
  }
}
.page-univers .head hr {
  display: block;
  height: 2px;
  width: 10%;
  background: #000;
  border: none;
  position: relative;
  z-index: 2;
  margin: 0 15px;
}
@media screen and (max-width: 767px) {
  .page-univers .head hr {
    margin: 15px;
  }
}
.page-univers .bloc-univers {
  margin-bottom: 0;
  margin-top: 0;
  padding-top: 40px;
}
.page-univers .bloc-univers .top {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.page-univers .bloc-univers .top h2 {
  font-weight: normal;
  margin: 0;
  font-size: 27px;
}
.page-univers .bloc-univers .top h2:before {
  display: none;
}
.page-univers .bloc-univers .top hr {
  display: block;
  width: 100px;
  background: #FFF;
  height: 2px;
  border: none;
  margin: 0;
  position: relative;
  z-index: 2;
  margin-left: 15px;
}
.page-univers .bloc-univers:before {
  display: none;
}
.page-univers .bloc-univers ul.contain {
  justify-content: center;
}
.page-univers .produits {
  margin-top: 0;
}
.page-univers .produits h2 {
  top: 0;
  margin-top: 0;
  padding-top: 40px;
}
.page-univers .produits h2 hr {
  width: calc(100% - 230px);
}
.page-univers .produits:before {
  display: none;
}
.page-univers .produits:after {
  transform: none;
}
.page-univers .presentation {
  margin-bottom: 50px;
  margin-top: 100px;
  padding: 1px;
}
@media screen and (max-width: 767px) {
  .page-univers .presentation {
    margin-top: 50px;
  }
}
.page-univers .presentation:after {
  content: '';
  display: block;
  clear: both;
}
.page-univers .presentation img {
  display: block;
  position: relative;
  z-index: 2;
  float: left;
  width: 55%;
  transform: translateY(-50px);
}
@media screen and (max-width: 767px) {
  .page-univers .presentation img {
    width: 100%;
    transform: none;
    margin-top: 20px;
    float: none;
    margin-bottom: 40px;
  }
}
.page-univers .presentation .text {
  display: block;
  border: 5px solid #fff;
  background: #587575;
  width: 60%;
  float: right;
  position: relative;
  z-index: 3;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .page-univers .presentation .text {
    width: 100%;
    float: none;
  }
}
.page-univers .presentation .text p {
  color: #fff;
  font-family: 'Bodoni';
  font-size: 17px;
  display: block;
  text-align: justify;
  line-height: 26px;
  margin-bottom: 0;
  text-align-last: center;
  -moz-text-align-last: center;
}
.page-univers .creation {
  background: #fff;
  position: relative;
  z-index: 2;
  margin-top: 100px;
  padding-bottom: 50px;
  padding-top: 20px;
}
.page-univers .creation:before {
  background-color: #fff;
  width: 200vw;
  content: '';
  display: block;
  transform: rotate(-3deg);
  height: 200px;
  position: absolute;
  left: -50%;
  top: -100px;
  z-index: -1;
}
.page-univers .creation:after {
  background-color: #fff;
  width: 200vw;
  top: 0;
  bottom: 0;
  left: -50%;
  content: '';
  display: block;
  z-index: -1;
  position: absolute;
}
.page-univers .creation h2 {
  font-weight: normal;
  font-family: 'centabel';
  font-size: 25px;
  color: #000;
  display: flex;
  position: relative;
  margin: 0;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 25px;
}
.page-univers .creation h2 hr {
  display: block;
  width: 120px;
  height: 2px;
  background: #000;
  border: none;
  margin: 0;
  margin-right: 10px;
}
.page-univers .creation .colonnes {
  text-align: center;
}
.page-univers .creation .colonnes .colonne {
  display: inline-block;
  width: 49%;
  vertical-align: top;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .page-univers .creation .colonnes .colonne {
    width: 100%;
    padding-bottom: 0;
  }
}
.page-univers .creation .colonnes .colonne p {
  color: #000;
  font-family: 'Bodoni';
  font-size: 17px;
  display: block;
  text-align: justify;
  line-height: 26px;
  margin-bottom: 0;
  text-align-last: center;
  -moz-text-align-last: center;
}
.page-univers .sensation {
  padding-top: 50px;
  position: relative;
}
.page-univers .sensation .right {
  display: block;
  position: absolute;
  right: 10%;
  top: 70%;
  transform: translateY(-50%);
  width: 245px;
  text-align: right;
}
@media only screen and (max-width: 1200px) {
  .page-univers .sensation .right {
    right: 5%;
  }
}
@media screen and (max-width: 767px) {
  .page-univers .sensation .right {
    display: none;
  }
}
.page-univers .sensation .right hr {
  display: inline-block;
  width: 70px;
  height: 2px;
  background: #000;
  border: none;
  vertical-align: top;
  margin: 0;
  margin-top: 10px;
}
.page-univers .sensation .right h2 {
  font-weight: normal;
  font-family: 'centabel';
  font-size: 25px;
  color: #000;
  vertical-align: top;
  display: inline-block;
  margin: 0;
  margin-left: 10px;
}
.page-univers .sensation img {
  display: block;
  position: relative;
  z-index: 2;
  float: right;
  width: 55%;
}
@media screen and (max-width: 767px) {
  .page-univers .sensation img {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
}
.page-univers .sensation:after {
  content: '';
  display: block;
  clear: both;
}
.page-univers .sensation .text {
  display: block;
  border: 5px solid #fff;
  background: #000;
  width: 60%;
  float: left;
  position: relative;
  z-index: 3;
  padding: 30px;
  transform: translateY(-50px);
}
@media screen and (max-width: 767px) {
  .page-univers .sensation .text {
    float: none;
    width: 100%;
    transform: none;
  }
}
.page-univers .sensation .text p {
  color: #fff;
  font-family: 'Bodoni';
  font-size: 17px;
  display: block;
  text-align: justify;
  line-height: 26px;
  margin-bottom: 0;
  text-align-last: center;
  -moz-text-align-last: center;
}
.page-univers .sensation .text span {
  display: block;
  text-align: center;
  margin-top: 20px;
  font-weight: bold;
  font-family: sans-serif;
  font-size: 15px;
  color: #fff;
}
.page-univers .concept {
  width: 90%;
  margin-left: 10%;
  background: #587575;
  padding: 30px;
  position: relative;
  text-align: center;
  margin-bottom: 100px;
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .page-univers .concept {
    width: 100%;
    margin: 50px 0;
  }
}
.page-univers .concept h2 {
  font-weight: normal;
  font-family: 'centabel';
  font-size: 25px;
  color: #fff;
  display: block;
  text-align: center;
  margin: 0 auto 20px;
  position: relative;
}
.page-univers .concept h2 hr {
  position: absolute;
  display: block;
  width: 25%;
  height: 2px;
  background: #000;
  border: none;
  left: 0;
  top: 13px;
  margin: 0;
  transform: translateX(-50%);
}
@media only screen and (max-width: 1200px) {
  .page-univers .concept h2 hr {
    transform: translateX(-75%);
  }
}
@media screen and (max-width: 767px) {
  .page-univers .concept h2 hr {
    display: none;
  }
}
.page-univers .concept p {
  color: #fff;
  font-family: 'Bodoni';
  font-size: 17px;
  display: block;
  text-align: justify;
  line-height: 26px;
  margin-bottom: 0;
  text-align-last: center;
  -moz-text-align-last: center;
}
.page-univers .concept .bouton {
  background: transparent;
  border-color: #fff;
  color: #fff;
  margin: 35px auto 0;
}
.page-univers .concept .bouton:after {
  background: #fff;
  border: #fff;
}
.page-univers .concept .bouton:before {
  background: #587575;
}
.page-univers .design {
  background: #fff;
  position: relative;
  z-index: 2;
  padding-top: 50px;
}
.page-univers .design:after {
  background-color: #fff;
  width: 200vw;
  top: 0;
  bottom: 0;
  left: -50%;
  content: '';
  display: block;
  z-index: -1;
  position: absolute;
}
.page-univers .design h2 {
  font-weight: normal;
  font-family: 'centabel';
  font-size: 25px;
  color: #000;
  display: flex;
  position: relative;
  margin: 0;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 25px;
}
.page-univers .design h2 hr {
  display: block;
  width: 120px;
  height: 2px;
  background: #000;
  border: none;
  margin: 0;
  margin-right: 10px;
}
.page-univers .design .colonnes {
  text-align: center;
}
.page-univers .design .colonnes .colonne {
  display: inline-block;
  width: 49%;
  vertical-align: top;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .page-univers .design .colonnes .colonne {
    width: 100%;
  }
}
.page-univers .design .colonnes .colonne:after {
  display: block;
  content: '';
  clear: both;
}
.page-univers .design .colonnes .colonne span {
  display: block;
  text-align: left;
  margin-top: 20px;
  font-weight: bold;
  font-family: sans-serif;
  font-size: 15px;
  color: #000;
}
.page-univers .design .colonnes .colonne p {
  color: #000;
  font-family: 'Bodoni';
  font-size: 17px;
  display: block;
  text-align: justify;
  line-height: 26px;
  margin-bottom: 0;
  text-align-last: center;
  -moz-text-align-last: center;
}
.page-univers .design .colonnes .colonne .img1 {
  display: block;
  float: left;
  width: 50%;
  position: relative;
  z-index: 3;
}
.page-univers .design .colonnes .colonne .img2 {
  transform: translateY(-50px);
  display: block;
  float: right;
  width: 90%;
  position: relative;
  z-index: 2;
}
.page-univers .expose {
  background: #fff;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  .page-univers .expose {
    display: block;
  }
}
.page-univers .expose:after {
  background-color: #fff;
  width: 200vw;
  top: 0;
  bottom: 0;
  left: -50%;
  content: '';
  display: block;
  z-index: -1;
  position: absolute;
}
.page-univers .expose img {
  width: 150px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .page-univers .expose img {
    display: block;
    margin: auto;
  }
}
.page-univers .expose hr {
  display: inline-block;
  width: 50px;
  height: 2px;
  background: #000;
  border: none;
  vertical-align: top;
  margin: 0 30px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .page-univers .expose hr {
    width: 2px;
    height: 50px;
    margin: 20px auto;
    display: block;
  }
}
.page-univers .expose p {
  color: #000;
  font-family: 'Bodoni';
  font-size: 17px;
  display: block;
  text-align: justify;
  line-height: 26px;
  margin-bottom: 0;
  text-align-last: left;
  -moz-text-align-last: left;
}
@media screen and (max-width: 767px) {
  .page-univers .expose p {
    width: 100%;
    text-align-last: center;
    -moz-text-align-last: center;
  }
}
.page-univers .video {
  padding-top: 25px;
}
.page-univers .video h2 {
  font-weight: normal;
  font-family: 'centabel';
  font-size: 25px;
  color: #000;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  margin: 25px 0;
  text-align: center;
}
.page-univers .video h2 hr {
  display: block;
  width: 120px;
  height: 2px;
  background: #000;
  border: none;
  margin: 0 10px;
}
.page-univers .video > p {
  display: block;
  width: 80%;
  margin: 0 auto 50px;
  color: #000;
  font-family: 'Bodoni';
  font-size: 17px;
  text-align: justify;
  line-height: 26px;
  text-align-last: center;
  -moz-text-align-last: center;
}
.page-univers .video iframe {
  display: block;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .page-univers .video iframe {
    width: 100%;
    max-width: 560px;
    margin-bottom: 50px;
  }
}
.page-univers .fitness-resp {
  width: 75%;
  margin-left: 15%;
}
@media screen and (max-width: 767px) {
  .page-univers .fitness-resp {
    width: 100%;
    margin: 0;
    margin-bottom: 50px;
  }
}
.page-univers .fitness-resp h2 hr {
  left: inherit;
  right: 0;
  transform: translateX(50%);
}
.page-univers .pell-mell:after {
  display: block;
  content: '';
  clear: both;
}
.page-univers .pell-mell .img1 {
  display: block;
  margin: auto;
  width: 40%;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .page-univers .pell-mell .img1 {
    width: 100%;
    display: block;
    margin: auto;
    float: none;
    margin-bottom: 20px;
  }
}
.page-univers .pell-mell .img2 {
  display: block;
  float: left;
  width: 50%;
  position: relative;
  transform: translateY(-15%);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .page-univers .pell-mell .img2 {
    width: 100%;
    display: block;
    margin: auto;
    float: none;
    margin-bottom: 20px;
    transform: none;
  }
}
.page-univers .pell-mell .img3 {
  display: block;
  float: right;
  width: 48%;
  position: relative;
  transform: translateY(-40%);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .page-univers .pell-mell .img3 {
    width: 100%;
    display: block;
    margin: auto;
    float: none;
    margin-bottom: 20px;
    transform: none;
  }
}
.page-univers.wr-france .head {
  flex-wrap: wrap;
  flex-direction: column;
  margin-top: 20px;
}
.page-univers.wr-france .head h2 {
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .page-univers.wr-france .head h2 {
    font-size: 30px;
  }
}
.page-univers.wr-france .head h2.visible {
  opacity: 1;
}
.page-univers.wr-france .head .logo {
  opacity: 0;
  margin: 0;
}
.page-univers.wr-france .head .logo.visible {
  opacity: 1;
}
.page-univers.wr-france .head .logo img {
  max-width: 150px;
}
.page-univers.wr-france .head hr {
  display: block;
  width: 2px;
  height: 70px;
  margin: 20px auto;
}
.page-univers.wr-france .qualite {
  width: 100%;
  margin: auto;
  background: #fff;
  padding: 30px;
}
.page-univers.wr-france .qualite h2 {
  display: block;
  text-align: center;
  font-weight: bold;
  font-family: sans-serif;
  font-size: 15px;
  color: #000;
  margin: 10px 0 30px;
}
.page-univers.wr-france .qualite > p {
  color: #000;
  font-family: 'Bodoni';
  font-size: 17px;
  display: block;
  text-align: justify;
  line-height: 26px;
  text-align-last: center;
  -moz-text-align-last: center;
  width: 75%;
  margin: 20px auto 0;
}
@media screen and (max-width: 991px) {
  .page-univers.wr-france .qualite > p {
    width: 100%;
  }
}
.page-univers.wr-france .qualite ul {
  text-align: center;
  padding-left: 0;
  display: flex;
  width: 90%;
  margin: 50px auto 20px;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .page-univers.wr-france .qualite ul {
    width: 100%;
    display: block;
  }
}
.page-univers.wr-france .qualite ul li {
  display: inline-block;
  width: 33%;
  vertical-align: top;
  margin-bottom: 0;
  padding: 0 20px;
}
@media screen and (max-width: 991px) {
  .page-univers.wr-france .qualite ul li {
    width: 49%;
    margin-bottom: 30px;
  }
  .page-univers.wr-france .qualite ul li:last-of-type {
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .page-univers.wr-france .qualite ul li {
    width: 100%;
  }
}
.page-univers.wr-france .qualite ul li hr {
  margin: 10px auto;
  width: 1px;
  height: 25px;
  background: #000;
  border: none;
}
.page-univers.wr-france .qualite ul li span {
  font-weight: bold;
  font-family: sans-serif;
  font-size: 15px;
  color: #000;
  display: block;
  margin-bottom: 20px;
}
.page-univers.wr-france .qualite ul li p {
  color: #000;
  font-family: 'Bodoni';
  font-size: 16px;
  display: block;
  text-align-last: center;
  -moz-text-align-last: center;
  text-align: justify;
  min-height: 80px;
}
.page-univers .dix-ans {
  width: 90%;
  margin: 50px auto;
  background: #000;
  padding: 50px;
}
@media screen and (max-width: 991px) {
  .page-univers .dix-ans {
    width: 100%;
    padding: 30px;
  }
}
.page-univers .dix-ans h2 {
  display: block;
  text-align: center;
  margin: 10px 0 30px;
  font-weight: bold;
  font-family: sans-serif;
  font-size: 15px;
  color: #fff;
}
.page-univers .dix-ans p {
  color: #fff;
  font-family: 'Bodoni';
  font-size: 17px;
  display: block;
  text-align: justify;
  line-height: 26px;
  margin-bottom: 0;
  text-align-last: center;
  -moz-text-align-last: center;
  margin-top: 20px;
}
.page-univers .deux-cotes {
  display: flex;
  align-items: center;
  font-size: 27px;
  font-weight: normal;
  font-family: 'centabel';
  color: #000;
  width: 100%;
  justify-content: center;
  margin-bottom: 50px;
  margin-top: 30px;
  position: relative;
  z-index: 1;
  text-align: center;
}
.page-univers .deux-cotes hr {
  display: block;
  height: 1px;
  width: 90px;
  background: #587575;
  border: none;
  margin: 0 15px;
}
.page-univers > p {
  color: #000;
  font-family: 'Bodoni';
  font-size: 17px;
  text-align: justify;
  text-align-last: center;
  -moz-text-align-last: center;
  display: block;
  margin: 0;
  margin-bottom: 50px;
}
.page-univers .principe .colonnes {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .page-univers .principe .colonnes {
    display: block;
  }
}
.page-univers .principe .colonnes .colonne {
  display: inline-block;
  width: 49%;
  padding: 20px;
}
.page-univers .principe .colonnes .colonne.col1 {
  background: #fff;
  width: 60%;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .page-univers .principe .colonnes .colonne.col1 {
    width: 100%;
    margin-bottom: 50px;
  }
}
.page-univers .principe .colonnes .colonne.col1 hr {
  display: block;
  background: #000;
  border: none;
  position: relative;
  z-index: 2;
  width: 2px;
  height: 50px;
  margin: 20px auto;
}
.page-univers .principe .colonnes .colonne.col1 p {
  color: #000;
  font-family: 'Bodoni';
  font-size: 17px;
  display: block;
  text-align: justify;
  line-height: 26px;
  margin-bottom: 0;
  text-align-last: center;
  -moz-text-align-last: center;
  margin-top: 20px;
}
.page-univers .principe .colonnes .colonne.col1 span {
  display: block;
  font-size: 20px;
  font-weight: normal;
  font-family: 'centabel';
  color: #000;
  text-align: center;
  margin: 20px 0 0;
}
.page-univers .principe .colonnes .colonne.col2 {
  display: flex;
  align-items: center;
  padding: 0;
  width: 40%;
}
@media screen and (max-width: 767px) {
  .page-univers .principe .colonnes .colonne.col2 {
    width: 100%;
    padding-bottom: 0;
    display: block;
    margin-bottom: 0;
  }
}
.page-univers .principe .colonnes .colonne img {
  width: 80%;
  display: block;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .page-univers .principe .colonnes .colonne img {
    width: 100%;
  }
}
.page-univers .avantage-resistance {
  background: #000;
  display: block;
  width: 100%;
  margin: auto;
  padding: 30px;
  margin-top: 50px;
}
.page-univers .avantage-resistance hr {
  display: block;
  background: #fff;
  border: none;
  position: relative;
  z-index: 2;
  width: 2px;
  height: 30px;
  margin: 25px auto;
}
.page-univers .avantage-resistance span {
  display: block;
  font-size: 20px;
  font-weight: normal;
  font-family: 'centabel';
  color: #fff;
  text-align: center;
  margin: 0;
}
.page-univers .avantage-resistance p {
  color: #fff;
  font-family: 'Bodoni';
  font-size: 17px;
  display: block;
  text-align: justify;
  line-height: 26px;
  margin-bottom: 0;
  text-align-last: center;
  -moz-text-align-last: center;
}
.page-univers .presenta {
  margin-top: 50px;
}
.page-univers .presenta .colonnes .colonne {
  display: inline-block;
  width: 49%;
  vertical-align: top;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .page-univers .presenta .colonnes .colonne {
    width: 100%;
    padding: 0;
  }
}
.page-univers .presenta .colonnes .colonne > .text {
  display: block;
  background: #fff;
  padding: 30px;
  margin-top: 150px;
}
@media screen and (max-width: 767px) {
  .page-univers .presenta .colonnes .colonne > .text {
    margin-top: 0;
  }
}
.page-univers .presenta .colonnes .colonne > .text p {
  color: #000;
  font-family: 'Bodoni';
  font-size: 17px;
  display: block;
  text-align: justify;
  line-height: 26px;
  text-align-last: center;
  -moz-text-align-last: center;
  margin-bottom: 20px;
}
.page-univers .presenta .colonnes .colonne > .text p:last-of-type {
  margin-bottom: 0;
}
.page-univers .presenta .colonnes .colonne.col2 .image {
  text-align: right;
  position: relative;
  margin-bottom: 20px;
}
.page-univers .presenta .colonnes .colonne.col2 .image .text-left {
  position: absolute;
  left: 15%;
  top: 40px;
  display: flex;
  align-items: center;
  transform: translateX(-80%);
  width: 370px;
}
@media screen and (max-width: 767px) {
  .page-univers .presenta .colonnes .colonne.col2 .image .text-left {
    display: block;
    position: initial;
    transform: none;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 0;
  }
}
.page-univers .presenta .colonnes .colonne.col2 .image .text-left span {
  color: #000;
  text-align: right;
  font-weight: normal;
  font-family: 'centabel';
  font-size: 20px;
  line-height: 20px;
}
@media screen and (max-width: 767px) {
  .page-univers .presenta .colonnes .colonne.col2 .image .text-left span {
    text-align: center;
    display: block;
    width: 100%;
  }
}
.page-univers .presenta .colonnes .colonne.col2 .image .text-left hr {
  display: block;
  height: 2px;
  width: 70px;
  background: #000;
  border: none;
  position: relative;
  z-index: 2;
  margin: 0 15px;
}
@media screen and (max-width: 767px) {
  .page-univers .presenta .colonnes .colonne.col2 .image .text-left hr {
    width: 2px;
    height: 50px;
    margin: 20px auto;
  }
}
.page-univers .presenta .colonnes .colonne.col2 .image img {
  display: inline-block;
  width: 80%;
}
@media screen and (max-width: 767px) {
  .page-univers .presenta .colonnes .colonne.col2 .image img {
    display: block;
    width: 100%;
  }
}
.page-univers .presenta .colonnes .colonne.col2 .text {
  background: #000;
  margin-top: 0;
}
.page-univers .presenta .colonnes .colonne.col2 .text p {
  color: #fff;
}
.page-univers .lien-video {
  text-align: center;
  margin: 50px 0;
}
.page-univers .lien-video .bouton {
  background: #E8E8E8;
}
.page-univers .lien-video .bouton:before {
  background: #E8E8E8;
}
.page-univers .image-presentation {
  max-width: 700px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .page-univers .image-presentation {
    margin-bottom: 40px;
  }
}
.page-univers .image-presentation:after {
  display: block;
  content: '';
  clear: both;
}
.page-univers .image-presentation .img1 {
  position: relative;
  z-index: 2;
  width: 60%;
}
@media screen and (max-width: 767px) {
  .page-univers .image-presentation .img1 {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
}
.page-univers .image-presentation .img2 {
  position: relative;
  z-index: 3;
  width: 50%;
  float: right;
  transform: translateY(-40%);
}
@media screen and (max-width: 767px) {
  .page-univers .image-presentation .img2 {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    float: none;
    transform: none;
  }
}
.page-univers .nohrd-presentation {
  margin-top: 100px;
  margin-bottom: 100px;
  position: relative;
}
.page-univers .nohrd-presentation:after {
  display: block;
  content: '';
  clear: both;
}
.page-univers .nohrd-presentation:before {
  content: '';
  position: absolute;
  display: block;
  width: 350px;
  height: 350px;
  background: #fff;
  left: 10%;
  bottom: 0;
  transform: rotate(45deg) translateY(-30%);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .page-univers .nohrd-presentation:before {
    display: none;
  }
}
.page-univers .nohrd-presentation .image {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .page-univers .nohrd-presentation .image {
    display: block;
  }
}
.page-univers .nohrd-presentation .image img {
  width: 60%;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .page-univers .nohrd-presentation .image img {
    width: 100%;
  }
}
.page-univers .nohrd-presentation .image .text-right {
  text-align: left;
  color: #000;
  font-weight: normal;
  font-family: 'centabel';
  font-size: 20px;
  line-height: 20px;
  display: flex;
  width: 250px;
  flex-shrink: 0;
  align-items: center;
  justify-content: left;
}
@media screen and (max-width: 767px) {
  .page-univers .nohrd-presentation .image .text-right {
    display: block;
    width: 100%;
    text-align: center;
  }
}
.page-univers .nohrd-presentation .image .text-right span {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .page-univers .nohrd-presentation .image .text-right span {
    text-align: center;
    display: block;
    width: 100%;
  }
}
.page-univers .nohrd-presentation .image .text-right hr {
  display: block;
  height: 2px;
  width: 70px;
  background: #000;
  border: none;
  position: relative;
  z-index: 2;
  margin: 0 15px;
}
@media screen and (max-width: 767px) {
  .page-univers .nohrd-presentation .image .text-right hr {
    width: 2px;
    height: 50px;
    margin: 20px auto;
  }
}
.page-univers .nohrd-presentation .text {
  display: block;
  border: 5px solid #E8E8E8;
  background: #587575;
  width: 70%;
  float: right;
  position: relative;
  z-index: 3;
  padding: 30px;
  transform: translateY(-100px);
}
@media screen and (max-width: 767px) {
  .page-univers .nohrd-presentation .text {
    width: 100%;
    float: none;
    transform: none;
    margin-top: 50px;
  }
}
.page-univers .nohrd-presentation .text p {
  color: #fff;
  font-family: 'Bodoni';
  font-size: 17px;
  display: block;
  text-align: justify;
  line-height: 26px;
  text-align-last: center;
  -moz-text-align-last: center;
  margin-bottom: 20px;
}
.page-univers .nohrd-presentation .text p:last-of-type {
  margin-bottom: 0;
}
.page-univers .qualite-fab {
  background: #1D1D1D;
  position: relative;
  padding-bottom: 1px;
  padding-top: 1px;
  z-index: 3;
}
.page-univers .qualite-fab:before {
  position: absolute;
  content: '';
  z-index: -1;
  background: #1D1D1D;
  top: -15px;
  left: -50%;
  width: 200vw;
  height: 200px;
  transform: rotate(2deg);
}
.page-univers .qualite-fab:after {
  position: absolute;
  content: '';
  z-index: -1;
  background: #1D1D1D;
  top: 0;
  left: -50%;
  width: 200vw;
  bottom: 0;
}
.page-univers .qualite-fab h2 {
  display: flex;
  align-items: center;
  font-size: 27px;
  font-weight: normal;
  font-family: 'centabel';
  color: #fff;
  width: 100%;
  justify-content: flex-start;
  margin-bottom: 50px;
  margin-top: 20px;
}
@media screen and (max-width: 600px) {
  .page-univers .qualite-fab h2 {
    font-size: 20px;
  }
}
.page-univers .qualite-fab h2 hr {
  display: block;
  height: 1px;
  width: 90px;
  background: #fff;
  border: none;
  margin: 0 15px;
}
.page-univers .qualite-fab p {
  color: #fff;
  font-family: 'Bodoni';
  font-size: 17px;
  text-align: center;
  display: block;
  margin: 0 0 20px 0;
}
.page-univers .qualite-fab iframe {
  display: block;
  max-width: 100%;
  margin: 50px auto 0;
}
.page-univers .qualite-fab ul {
  display: flex;
  align-items: flex-start;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .page-univers .qualite-fab ul {
    display: block;
  }
}
.page-univers .qualite-fab ul li {
  display: inline-block;
  width: 50%;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .page-univers .qualite-fab ul li {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
}
.page-univers .qualite-fab ul li hr {
  display: block;
  margin: 20px auto;
  width: 2px;
  height: 40px;
  background: #fff;
  border: none;
}
.page-univers .qualite-fab ul li span {
  font-size: 20px;
  font-weight: normal;
  font-family: 'centabel';
  color: #fff;
  width: 100%;
  display: block;
  text-align: center;
}
.page-univers .qualite-fab ul li p {
  color: #fff;
  font-family: 'Bodoni';
  font-size: 17px;
  display: block;
  text-align: justify;
  line-height: 26px;
  text-align-last: center;
  -moz-text-align-last: center;
  margin-bottom: 20px;
}
.page-univers .fit-resp {
  margin-top: 100px;
}
.page-univers .fit-resp .image {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .page-univers .fit-resp .image {
    display: block;
    width: 100%;
  }
}
.page-univers .fit-resp .image img {
  width: 60%;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .page-univers .fit-resp .image img {
    width: 100%;
  }
}
.page-univers .fit-resp .image .text-left {
  text-align: right;
  color: #000;
  font-weight: normal;
  font-family: 'centabel';
  font-size: 20px;
  line-height: 20px;
  display: flex;
  width: 150px;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .page-univers .fit-resp .image .text-left {
    display: block;
    text-align: center;
  }
}
.page-univers .fit-resp .image .text-left span {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .page-univers .fit-resp .image .text-left span {
    text-align: center;
    display: block;
    width: 100%;
  }
}
.page-univers .fit-resp .image .text-left hr {
  display: block;
  width: 2px;
  height: 70px;
  background: #000;
  border: none;
  position: relative;
  z-index: 2;
  margin: 20px auto;
}
@media screen and (max-width: 767px) {
  .page-univers .fit-resp .image .text-left hr {
    width: 2px;
    height: 50px;
    margin: 20px auto;
  }
}
.page-univers .fit-resp .text {
  display: block;
  border: 5px solid #E8E8E8;
  background: #587575;
  width: 85%;
  position: relative;
  z-index: 3;
  padding: 30px;
  transform: translateY(-100px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-univers .fit-resp .text {
    width: 100%;
    float: none;
    transform: none;
    margin: 50px 0;
  }
}
.page-univers .fit-resp .text .bouton {
  background: #587575;
  border-color: #fff;
  color: #fff;
  margin-top: 30px;
}
.page-univers .fit-resp .text .bouton:before {
  background: #587575;
}
.page-univers .fit-resp .text .bouton:after {
  background: #fff;
  border-color: #fff;
}
.page-univers .fit-resp .text p {
  color: #fff;
  font-family: 'Bodoni';
  font-size: 17px;
  display: block;
  text-align: justify;
  line-height: 26px;
  text-align-last: center;
  -moz-text-align-last: center;
  margin-bottom: 20px;
}
.page-univers .fit-resp .text p:last-of-type {
  margin-bottom: 0;
}
.page-univers .pell-mell-nohrd {
  max-height: 850px;
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  .page-univers .pell-mell-nohrd {
    max-height: 700px;
  }
}
@media screen and (max-width: 991px) {
  .page-univers .pell-mell-nohrd {
    max-height: 520px;
  }
}
@media screen and (max-width: 767px) {
  .page-univers .pell-mell-nohrd {
    max-height: none;
    margin-top: 100px;
  }
}
.page-univers .pell-mell-nohrd:after {
  display: block;
  content: '';
  clear: both;
}
.page-univers .pell-mell-nohrd .img1 {
  width: 40%;
  float: right;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .page-univers .pell-mell-nohrd .img1 {
    width: 100%;
    display: block;
    margin: auto;
    float: none;
    margin-bottom: 20px;
  }
}
.page-univers .pell-mell-nohrd .img2 {
  width: 70%;
  float: left;
  position: relative;
  z-index: 3;
  transform: translateY(-80%);
}
@media screen and (max-width: 767px) {
  .page-univers .pell-mell-nohrd .img2 {
    width: 100%;
    display: block;
    margin: auto;
    float: none;
    margin-bottom: 20px;
    transform: none;
  }
}
.cms-notre-univers-waterrower .column h1 {
  display: flex;
  align-items: center;
  font-size: 27px;
  font-weight: normal;
  font-family: 'centabel';
  color: #000;
  width: 100%;
  justify-content: center;
  margin-bottom: 70px;
  margin-top: 50px;
  position: relative;
  z-index: 1;
  text-align: center;
}
.cms-notre-univers-waterrower .column h1 hr {
  display: block;
  height: 1px;
  width: 90px;
  background: #587575;
  border: none;
  margin: 0 15px;
}
.cms-notre-univers-waterrower .column .presentation {
  background: #fff;
  width: 100%;
  max-width: 80%;
  margin: 0 auto 70px;
  position: relative;
  z-index: 2;
  padding: 0;
}
.cms-notre-univers-waterrower .column .presentation .text {
  padding: 10px 40px;
  background: #fff;
  position: relative;
  z-index: 4;
}
.cms-notre-univers-waterrower .column .presentation:before {
  position: absolute;
  display: block;
  width: 150px;
  height: 150px;
  background: #000;
  right: 0;
  top: 0;
  transform: rotate(30deg) translateY(-60%) translateX(30%);
  content: '';
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .cms-notre-univers-waterrower .column .presentation:before {
    display: none;
  }
}
.cms-notre-univers-waterrower .column .presentation:after {
  position: absolute;
  display: block;
  width: 120px;
  height: 120px;
  background: #587575;
  bottom: 0;
  left: 0;
  content: '';
  z-index: -1;
  transform: translateY(50%) translateX(-50%);
}
@media screen and (max-width: 767px) {
  .cms-notre-univers-waterrower .column .presentation:after {
    display: none;
  }
}
.cms-notre-univers-waterrower .column .presentation hr {
  display: block;
  height: 1px;
  width: 40px;
  background: #587575;
  border: none;
  margin: 30px auto;
}
.cms-notre-univers-waterrower .column .presentation h2 {
  font-weight: bold;
  font-family: sans-serif;
  font-size: 16px;
  color: #000;
  margin-bottom: 20px;
  display: block;
  text-align: center;
}
.cms-notre-univers-waterrower .column .presentation p {
  color: #000;
  font-family: 'Bodoni';
  font-weight: normal;
  font-size: 17px;
  display: block;
  text-align: justify;
  line-height: 26px;
  text-align-last: center;
  -moz-text-align-last: center;
}
.cms-notre-univers #maincontent {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
}
.cms-notre-univers .top {
  margin-bottom: 80px;
  margin-top: 80px;
}
@media only screen and (max-width: 1500px) {
  .cms-notre-univers .top {
    margin-bottom: 140px;
  }
}
@media only screen and (max-width: 1200px) {
  .cms-notre-univers .top {
    margin-bottom: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .cms-notre-univers .top {
    margin-bottom: 90px;
  }
}
.cms-notre-univers .top h1 {
  color: #000;
  text-align: center;
  font-weight: normal;
  font-family: 'centabel';
  font-size: 35px;
  display: block;
  position: relative;
  z-index: 2;
}
.cms-notre-univers .top h1 hr {
  display: block;
  width: 110px;
  height: 1px;
  border: none;
  background: #000;
  margin-bottom: 10px;
}
.cms-notre-univers .top h1 span {
  font-size: 30px;
  display: block;
}
.cms-notre-univers .bloc-univers {
  border-bottom: 5px solid #fff;
  background: none;
  margin: 0;
  position: relative;
  padding: 0;
  min-height: 310px;
}
.cms-notre-univers .bloc-univers:last-of-type {
  border-bottom: none;
}
.cms-notre-univers .bloc-univers:before {
  display: none;
}
.cms-notre-univers .bloc-univers:after {
  display: none;
}
.cms-notre-univers .bloc-univers > img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  min-height: 310px;
  object-fit: cover;
}
.cms-notre-univers .bloc-univers .contain_link {
  display: flex;
  background: #587575;
  width: 200px;
  height: 130px;
  position: absolute;
  top: 55%;
  right: 30%;
  text-align: center;
  align-items: center;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .cms-notre-univers .bloc-univers .contain_link {
    top: 45%;
  }
}
.cms-notre-univers .bloc-univers .contain_link .bouton {
  border-color: #fff;
  background: transparent;
  color: #fff;
  margin: 15px auto 0;
}
.cms-notre-univers .bloc-univers .contain_link .bouton:after {
  background: #fff;
  border-color: #fff;
}
.cms-notre-univers .bloc-univers .contain_link .bouton:before {
  background: #587575;
}
.cms-notre-univers .bloc-univers .contain_link .image {
  display: flex;
  text-align: center;
  align-items: center;
  width: 250px;
  height: 250px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
  transform: translateX(80%) translateY(-65%);
}
@media only screen and (max-width: 991px) {
  .cms-notre-univers .bloc-univers .contain_link .image {
    width: 200px;
    height: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .cms-notre-univers .bloc-univers .contain_link .image {
    width: 110px;
    height: 110px;
    transform: translateX(40%) translateY(-65%);
  }
}
.cms-notre-univers .bloc-univers .contain_link .image > img {
  margin: auto;
}
@media only screen and (max-width: 991px) {
  .cms-notre-univers .bloc-univers .contain_link .image > img {
    max-width: 60%;
  }
}
.cms-notre-univers .bloc-univers .contain_link .image:after {
  width: 250px;
  height: 250px;
  position: absolute;
  content: '';
  z-index: -1;
  background: #000;
  left: 0;
  top: 0;
  transform: rotate(35deg);
}
@media only screen and (max-width: 991px) {
  .cms-notre-univers .bloc-univers .contain_link .image:after {
    width: 200px;
    height: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .cms-notre-univers .bloc-univers .contain_link .image:after {
    width: 130px;
    height: 130px;
    left: -9px;
    top: -4px;
  }
}
.cms-notre-univers .bloc-univers.nohrd .contain_link {
  background: #587575;
  left: 30%;
}
.cms-notre-univers .bloc-univers.nohrd .contain_link .bouton {
  border-color: #fff;
  color: #fff;
}
.cms-notre-univers .bloc-univers.nohrd .contain_link .bouton:after {
  background: #fff;
  border-color: #fff;
}
.cms-notre-univers .bloc-univers.nohrd .contain_link .bouton:before {
  background: #587575;
}
.cms-notre-univers .bloc-univers.nohrd .contain_link .image {
  left: 0;
  transform: translateX(-80%) translateY(-65%);
}
@media only screen and (max-width: 767px) {
  .cms-notre-univers .bloc-univers.nohrd .contain_link .image {
    transform: translateX(-40%) translateY(-85%);
  }
}
.cms-notre-univers .bloc-univers.nohrd .contain_link .image:after {
  background: #fff;
}
.cms-notre-univers .bloc-univers.wr .contain_link {
  background: #fff;
  right: 30%;
}
.cms-notre-univers .bloc-univers.wr .bouton {
  border-color: #000;
  color: #000;
}
.cms-notre-univers .bloc-univers.wr .bouton:after {
  background: #000;
  border-color: #000;
}
.cms-notre-univers .bloc-univers.wr .bouton:before {
  background: #fff;
}
.cms-univers-essences-de-bois .page-univers > p {
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 991px) {
  .cms-univers-essences-de-bois .page-univers > p {
    width: 100%;
  }
}
.cms-univers-essences-de-bois .page-univers .detail-essences {
  display: block;
  width: 100%;
  margin: auto;
  padding: 0;
  max-width: 700px;
}
.cms-univers-essences-de-bois .page-univers .detail-essences li {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .cms-univers-essences-de-bois .page-univers .detail-essences li {
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
  }
}
.cms-univers-essences-de-bois .page-univers .detail-essences li .image {
  display: block;
  width: 100px;
  height: 100px;
  flex-shrink: 0;
  margin: 0 35px;
  -webkit-box-shadow: 7px 10px 15px -4px rgba(0, 0, 0, 0.63);
  -moz-box-shadow: 7px 10px 15px -4px rgba(0, 0, 0, 0.63);
  box-shadow: 7px 10px 15px -4px rgba(0, 0, 0, 0.63);
  border-radius: 50%;
  overflow: hidden;
}
.cms-univers-essences-de-bois .page-univers .detail-essences li .image img {
  width: 105px;
  height: 105px;
  position: relative;
  transform: translateX(-2px) translateY(-2px);
  max-width: none;
}
@media screen and (max-width: 767px) {
  .cms-univers-essences-de-bois .page-univers .detail-essences li .image {
    order: 1;
    margin: 35px 0;
  }
}
.cms-univers-essences-de-bois .page-univers .detail-essences li .text {
  background: #fff;
  padding: 25px 35px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .cms-univers-essences-de-bois .page-univers .detail-essences li .text {
    width: 100%;
    order: 2;
  }
}
.cms-univers-essences-de-bois .page-univers .detail-essences li .text hr {
  position: absolute;
  display: block;
  height: 2px;
  width: 40px;
  background: #000;
  border: none;
  left: 0;
  top: 50%;
  transform: translateX(-50%);
  margin: 0;
}
@media screen and (max-width: 767px) {
  .cms-univers-essences-de-bois .page-univers .detail-essences li .text hr {
    left: 50%;
    top: 0;
    transform: translateY(-50%);
    height: 40px;
    width: 2px;
  }
}
.cms-univers-essences-de-bois .page-univers .detail-essences li .text span {
  display: block;
  text-align: left;
  font-weight: bold;
  font-family: sans-serif;
  font-size: 15px;
  color: #000;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .cms-univers-essences-de-bois .page-univers .detail-essences li .text span {
    text-align: center;
    text-align-last: center;
    -moz-text-align-last: center;
  }
}
.cms-univers-essences-de-bois .page-univers .detail-essences li .text p {
  display: block;
  text-align: left;
  color: #000;
  font-family: 'Bodoni';
  font-size: 17px;
}
@media screen and (max-width: 767px) {
  .cms-univers-essences-de-bois .page-univers .detail-essences li .text p {
    text-align: justify;
    text-align-last: center;
    -moz-text-align-last: center;
  }
}
.cms-univers-essences-de-bois .page-univers .detail-essences li.right .text hr {
  left: inherit;
  right: 0;
  transform: translateX(50%);
}
@media screen and (max-width: 767px) {
  .cms-univers-essences-de-bois .page-univers .detail-essences li.right .text hr {
    left: 50%;
    top: 0;
    transform: translateY(-50%);
    right: inherit;
  }
}
.cms-univers-essences-de-bois .page-univers .detail-essences li.right .text p {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .cms-univers-essences-de-bois .page-univers .detail-essences li.right .text p {
    text-align: justify;
    text-align-last: center;
    -moz-text-align-last: center;
  }
}
.cms-univers-essences-de-bois .page-univers .detail-essences li.right .text span {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .cms-univers-essences-de-bois .page-univers .detail-essences li.right .text span {
    text-align: center;
    text-align-last: center;
    -moz-text-align-last: center;
  }
}
.page-produit .entete {
  position: relative;
  padding-top: 40px;
  z-index: 4;
}
@media screen and (max-width: 767px) {
  .page-produit .entete {
    height: 190px;
  }
}
.page-produit .entete .title {
  position: absolute;
  display: block;
  left: 50%;
  top: 20%;
  transform: translateX(-50%);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-produit .entete .title {
    width: 90%;
  }
}
.page-produit .entete .title:before {
  content: '';
  background: #fff;
  display: block;
  width: 120px;
  height: 120px;
  top: 10%;
  left: 40%;
  transform: rotate(35deg);
  position: absolute;
  z-index: -1;
}
.page-produit .entete .title h1 {
  font-size: 35px;
  font-weight: normal;
  font-family: 'centabel';
  text-align: center;
  margin: 0 0 5px 0;
  color: #000;
}
.page-produit .entete .title h2 {
  font-size: 27px;
  font-weight: normal;
  font-family: 'centabel';
  text-align: center;
  margin: 0;
  color: #000;
}
.page-produit .entete .img {
  text-align: right;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .page-produit .entete .img {
    display: none;
  }
}
.page-produit .entete .img img {
  display: inline-block;
  width: 60%;
}
.page-produit .sous-entete {
  margin-top: 40px;
  position: relative;
  z-index: 3;
  padding-bottom: 60px;
}
@media screen and (max-width: 1500px) {
  .page-produit .sous-entete {
    padding-bottom: 40px;
  }
}
.page-produit .sous-entete:after {
  position: absolute;
  content: '';
  z-index: -1;
  background: #E8E8E8;
  bottom: -65px;
  left: -50%;
  width: 200vw;
  height: 200px;
  transform: rotate(2deg);
}
@media screen and (max-width: 1500px) {
  .page-produit .sous-entete:after {
    bottom: -45px;
  }
}
@media screen and (max-width: 767px) {
  .page-produit .sous-entete:after {
    bottom: -25px;
  }
}
.page-produit .sous-entete span {
  font-weight: bold;
  font-family: sans-serif;
  font-size: 15px;
  color: #000;
  text-align: center;
  display: block;
  margin: 0 0 5px 0;
}
.page-produit .sous-entete p {
  color: #000;
  font-family: 'Bodoni';
  font-size: 17px;
  text-align: justify;
  text-align-last: center;
  -moz-text-align-last: center;
  display: block;
  margin: 0;
}
.page-produit .qualite {
  position: relative;
  background: #fff;
  padding-top: 60px;
  z-index: 2;
}
.page-produit .qualite:after {
  position: absolute;
  content: '';
  z-index: -1;
  background: #fff;
  top: 0;
  left: -50%;
  width: 200vw;
  bottom: 0;
}
.page-produit .qualite h2 {
  display: flex;
  align-items: center;
  font-size: 27px;
  font-weight: normal;
  font-family: 'centabel';
  color: #000;
  width: 100%;
  justify-content: flex-start;
  margin-bottom: 50px;
  margin-top: 50px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 600px) {
  .page-produit .qualite h2 {
    font-size: 20px;
  }
}
.page-produit .qualite h2 hr {
  display: block;
  height: 1px;
  width: 90px;
  background: #587575;
  border: none;
  margin: 0 15px;
}
.page-produit .qualite h2:before {
  content: '';
  background: #E8E8E8;
  display: block;
  width: 80px;
  height: 80px;
  top: 10%;
  left: 10%;
  transform: rotate(35deg);
  position: absolute;
  z-index: -1;
}
.page-produit .qualite .image {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: auto;
}
.page-produit .qualite .image img {
  display: block;
  margin: auto;
}
.page-produit .qualite .image .carac {
  position: absolute;
  width: 200px;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .page-produit .qualite .image .carac {
    display: none;
  }
}
.page-produit .qualite .image .carac span {
  font-weight: bold;
  font-family: sans-serif;
  font-size: 15px;
  color: #000;
  text-align: right;
  display: block;
  margin: 0 0 5px 0;
  position: relative;
}
.page-produit .qualite .image .carac span hr {
  display: block;
  height: 1px;
  width: 80px;
  background: #587575;
  border: none;
  margin: 0 15px;
  position: absolute;
  right: -110px;
  top: 9px;
}
.page-produit .qualite .image .carac p {
  color: #000;
  font-family: 'Bodoni';
  font-size: 17px;
  text-align: justify;
  text-align-last: right;
  -moz-text-align-last: right;
  display: block;
  margin: 0;
}
.page-produit .qualite .image .carac.carac1 {
  top: 175px;
  left: 20px;
}
@media screen and (max-width: 967px) {
  .page-produit .qualite .image .carac.carac1 span hr {
    width: 40px;
    right: -60px;
  }
}
.page-produit .qualite .image .carac.carac2 {
  left: 0;
  top: 330px;
}
.page-produit .qualite .image .carac.carac2 span hr {
  width: 50px;
  right: -80px;
}
.page-produit .qualite .image .carac.carac3 {
  left: 0;
  top: 434px;
}
.page-produit .qualite .image .carac.carac4 {
  left: 30px;
  top: 750px;
}
.page-produit .qualite .image .carac.carac5 {
  left: 30px;
  top: 910px;
}
.page-produit .qualite .image .carac.carac6 {
  right: 0;
  top: 253px;
}
.page-produit .qualite .image .carac.carac6 span {
  text-align: left;
}
.page-produit .qualite .image .carac.carac6 span hr {
  left: -65px;
  width: 40px;
}
.page-produit .qualite .image .carac.carac6 p {
  text-align: left;
  text-align-last: left;
  -moz-text-align-last: left;
}
@media screen and (max-width: 967px) {
  .page-produit .qualite .image .carac.carac6 {
    right: -20px;
  }
}
.page-produit .qualite .image .carac.carac7 {
  right: 0;
  top: 383px;
}
.page-produit .qualite .image .carac.carac7 span {
  text-align: left;
}
.page-produit .qualite .image .carac.carac7 span hr {
  left: -60px;
  width: 35px;
}
.page-produit .qualite .image .carac.carac7 p {
  text-align: left;
  text-align-last: left;
  -moz-text-align-last: left;
}
@media screen and (max-width: 967px) {
  .page-produit .qualite .image .carac.carac7 {
    right: -20px;
  }
}
.page-produit .qualite .image .carac.carac8 {
  right: 0;
  top: 530px;
}
.page-produit .qualite .image .carac.carac8 span {
  text-align: left;
}
.page-produit .qualite .image .carac.carac8 span hr {
  left: -110px;
  width: 80px;
}
.page-produit .qualite .image .carac.carac8 p {
  text-align: left;
  text-align-last: left;
  -moz-text-align-last: left;
}
.page-produit .qualite .image .carac.carac9 {
  right: 0;
  top: 1085px;
}
.page-produit .qualite .image .carac.carac9 span {
  text-align: left;
}
.page-produit .qualite .image .carac.carac9 span hr {
  left: -110px;
  width: 80px;
}
.page-produit .qualite .image .carac.carac9 p {
  text-align: left;
  text-align-last: left;
  -moz-text-align-last: left;
}
.page-produit .qualite .image .carac.visible {
  opacity: 1;
}
.page-produit .sous-qualite {
  position: relative;
  background: #fff;
  padding: 1px 0 40px;
}
.page-produit .sous-qualite:after {
  position: absolute;
  content: '';
  z-index: -1;
  background: #fff;
  top: 0;
  left: -50%;
  width: 200vw;
  bottom: 0;
}
.page-produit .sous-qualite hr {
  display: block;
  margin: 20px auto;
  height: 1px;
  width: 40px;
  background: #587575;
  border: none;
}
.page-produit .sous-qualite span {
  font-weight: bold;
  font-family: sans-serif;
  font-size: 15px;
  color: #000;
  text-align: center;
  display: block;
  margin: 0;
}
.page-produit .sous-qualite p {
  color: #000;
  font-family: 'Bodoni';
  font-size: 17px;
  text-align: justify;
  text-align-last: center;
  -moz-text-align-last: center;
  display: block;
  margin: 0 0 20px 0;
}
.page-produit .modele {
  background: #fff;
  position: relative;
  padding-bottom: 60px;
  padding-top: 1px;
  z-index: 2;
}
.page-produit .modele:after {
  position: absolute;
  content: '';
  z-index: -1;
  background: #fff;
  top: 0;
  left: -50%;
  width: 200vw;
  bottom: 0;
}
.page-produit .modele h2 {
  align-items: center;
  font-size: 20px;
  font-weight: normal;
  font-family: 'centabel';
  color: #000;
  width: 100%;
  justify-content: flex-start;
  margin-bottom: 30px;
  margin-top: 20px;
  position: relative;
  padding-bottom: 0;
  display: flex;
  text-align: center;
}
.page-produit .modele h2 hr {
  display: block;
  height: 1px;
  width: 100px;
  background: #587575;
  border: none;
  margin: 0 15px;
}
.page-produit .modele h2 hr:last-of-type {
  width: calc(100% - 315px);
}
.page-produit .modele .nos-modeles {
  padding: 0 15px;
}
.page-produit .modele .nos-modeles .slick-prev {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../Magento_Theme/images/homepage/left-arrow-black.png) center center no-repeat;
  padding-left: 5px;
  z-index: 10;
  height: 40px;
  border: none;
  font-size: 0;
}
.page-produit .modele .nos-modeles .slick-next {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  height: 40px;
  border: none;
  font-size: 0;
  background: url(../Magento_Theme/images/homepage/right-arrow-black.png) center center no-repeat;
  padding-right: 5px;
}
.page-produit .modele .nos-modeles li {
  display: block;
  padding: 10px;
}
.page-produit .modele .nos-modeles li .img {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 5px;
}
.page-produit .modele .nos-modeles li img {
  margin: auto;
}
.page-produit .modele .nos-modeles li .name {
  display: block;
  background: #587575;
  height: 30px;
  color: #fff;
  overflow: hidden;
  font-family: 'Bodoni';
  font-size: 17px;
  text-align: center;
  line-height: 30px;
}
.page-produit .modele .nos-modeles li .bottom {
  text-align: justify;
  margin-top: 10px;
}
.page-produit .modele .nos-modeles li .bottom .prive {
  display: inline-block;
  width: 49%;
  vertical-align: top;
  text-align: center;
}
.page-produit .modele .nos-modeles li .bottom .prive span {
  color: #587575;
  background: #E1E1E1;
  display: block;
  height: 30px;
  width: 110px;
  line-height: 30px;
  font-size: 15px;
  font-weight: normal;
  font-family: 'centabel';
  text-align: center;
  margin: auto;
}
@media screen and (max-width: 991px) {
  .page-produit .modele .nos-modeles li .bottom .prive span {
    width: 95px;
  }
}
.page-produit .modele .nos-modeles li .bottom .link {
  display: inline-block;
  width: 49%;
  vertical-align: top;
  text-align: center;
}
.page-produit .modele .nos-modeles li .bottom .link a {
  background: #fff;
  color: #000;
  display: inline-block !important;
  height: 30px;
  width: 110px;
  line-height: 30px;
  position: relative;
  font-family: 'Bodoni';
  font-size: 17px;
  text-transform: none;
  border: 1px solid #000;
  vertical-align: top;
  text-decoration: none;
  text-align: center;
}
.page-produit .modele .nos-modeles li .bottom .link a:before {
  display: block;
  width: 8px;
  height: 18px;
  background: #FFF;
  position: absolute;
  left: -2px;
  top: 50%;
  border: none;
  transform: translateY(-50%);
  content: '';
}
.page-produit .modele .nos-modeles li .bottom .link a:after {
  content: '';
  display: none;
  width: 25px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 54%;
  transform: translateY(-50%) translateX(-50%);
  left: -3px;
  border: none;
  border-top: 1px solid #000;
}
.page-produit .modele .nos-modeles li .bottom .link a:hover:after {
  display: block;
}
.page-produit .avantages {
  padding-bottom: 30px;
  position: relative;
  z-index: 3;
}
.page-produit .avantages:before {
  position: absolute;
  content: '';
  z-index: -1;
  background: #E8E8E8;
  top: -85px;
  left: -50%;
  width: 200vw;
  height: 200px;
  transform: rotate(-2deg);
}
@media screen and (max-width: 1200px) {
  .page-produit .avantages:before {
    top: -65px;
  }
}
.page-produit .avantages h2 {
  align-items: center;
  font-size: 27px;
  font-weight: normal;
  font-family: 'centabel';
  color: #000;
  width: 100%;
  justify-content: center;
  margin-bottom: 30px;
  margin-top: 20px;
  position: relative;
  padding-bottom: 0;
  display: flex;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .page-produit .avantages h2 {
    font-size: 20px;
  }
}
.page-produit .avantages h2 hr {
  display: block;
  height: 1px;
  width: calc((100% / 2) - 400px / 2);
  background: #587575;
  border: none;
  margin: 0 15px;
}
.page-produit .avantages .colonnes {
  width: 100%;
  text-align: center;
  margin: auto;
}
.page-produit .avantages .colonnes .colonne {
  width: 249px;
  height: 249px;
  margin: 15px;
  background: #fff;
  display: inline-block;
  vertical-align: top;
  padding: 15px;
  text-align: center;
  -webkit-box-shadow: 7px 10px 15px -4px rgba(0, 0, 0, 0.63);
  -moz-box-shadow: 7px 10px 15px -4px rgba(0, 0, 0, 0.63);
  box-shadow: 7px 10px 15px -4px rgba(0, 0, 0, 0.63);
}
.page-produit .avantages .colonnes .colonne .plus {
  font-weight: bold;
  font-family: sans-serif;
  font-size: 18px;
  margin-bottom: 15px;
  margin-top: 10px;
  color: #000;
}
.page-produit .avantages .colonnes .colonne h3 {
  font-weight: bold;
  font-family: sans-serif;
  font-size: 15px;
  margin-bottom: 20px;
  color: #000;
}
.page-produit .avantages .colonnes .colonne p {
  color: #000;
  font-family: 'Bodoni';
  font-size: 17px;
  text-align: justify;
  text-align-last: center;
  -moz-text-align-last: center;
  display: block;
  margin: 0;
}
.page-produit .avantages .colonnes .colonne.green {
  background: #587575;
}
.page-produit .avantages .colonnes .colonne.green .plus,
.page-produit .avantages .colonnes .colonne.green h3,
.page-produit .avantages .colonnes .colonne.green p {
  color: #fff;
}
.page-produit .design {
  background: #fff;
  position: relative;
  padding-bottom: 20px;
  padding-top: 1px;
}
.page-produit .design:after {
  position: absolute;
  content: '';
  z-index: -1;
  background: #fff;
  top: 0;
  left: -50%;
  width: 200vw;
  bottom: 0;
}
.page-produit .design h2 {
  display: flex;
  align-items: center;
  font-size: 27px;
  font-weight: normal;
  font-family: 'centabel';
  color: #000;
  width: 100%;
  justify-content: flex-start;
  margin-bottom: 50px;
  margin-top: 50px;
}
@media screen and (max-width: 600px) {
  .page-produit .design h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .page-produit .design h2 {
    margin-bottom: 20px;
  }
}
.page-produit .design h2 hr {
  display: block;
  height: 1px;
  width: 90px;
  background: #587575;
  border: none;
  margin: 0 15px 0 0;
}
.page-produit .design .left {
  width: 59%;
  display: inline-block;
  padding: 50px 7%;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .page-produit .design .left {
    width: 100%;
  }
}
.page-produit .design .left p {
  color: #000;
  font-family: 'Bodoni';
  font-size: 17px;
  text-align: justify;
  text-align-last: center;
  -moz-text-align-last: center;
  display: block;
  margin: 0 0 20px;
}
.page-produit .design .left p strong {
  font-weight: bold;
  font-family: sans-serif;
  font-size: 15px;
}
.page-produit .design .left > strong {
  font-weight: bold;
  font-family: sans-serif;
  font-size: 15px;
  color: #000;
  text-align: center;
  display: block;
}
.page-produit .design .left .video {
  margin-top: 30px;
  width: 100%;
}
.page-produit .design .left .video iframe {
  width: 100%;
}
.page-produit .design .right {
  width: 40%;
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .page-produit .design .right {
    width: 100%;
  }
}
.page-produit .design .right img {
  max-height: 800px;
  display: block;
  margin: auto;
}
.page-produit .original {
  background: #587575;
  position: relative;
  padding-bottom: 100px;
  padding-top: 1px;
  z-index: 2;
}
.page-produit .original:after {
  position: absolute;
  content: '';
  z-index: -1;
  background: #587575;
  top: 0;
  left: -50%;
  width: 200vw;
  bottom: 0;
}
.page-produit .original h2 {
  display: flex;
  align-items: center;
  font-size: 27px;
  font-weight: normal;
  font-family: 'centabel';
  color: #fff;
  width: 100%;
  justify-content: center;
  margin: 40px 0;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .page-produit .original h2 {
    font-size: 20px;
  }
}
.page-produit .original h2 hr {
  display: block;
  height: 1px;
  width: 90px;
  background: #000;
  border: none;
  margin: 0 15px;
}
.page-produit .original p {
  color: #fff;
  font-family: 'Bodoni';
  font-size: 17px;
  text-align: justify;
  text-align-last: center;
  -moz-text-align-last: center;
  display: block;
  margin: 0 0 20px 0;
}
.page-produit .senstation {
  background: #1D1D1D;
  position: relative;
  padding-bottom: 1px;
  padding-top: 1px;
  z-index: 3;
}
.page-produit .senstation:before {
  position: absolute;
  content: '';
  z-index: -1;
  background: #1D1D1D;
  top: -45px;
  left: -50%;
  width: 200vw;
  height: 200px;
  transform: rotate(2deg);
}
.page-produit .senstation:after {
  position: absolute;
  content: '';
  z-index: -1;
  background: #1D1D1D;
  top: 0;
  left: -50%;
  width: 200vw;
  bottom: 0;
}
.page-produit .senstation h2 {
  display: flex;
  align-items: center;
  font-size: 27px;
  font-weight: normal;
  font-family: 'centabel';
  color: #fff;
  width: 100%;
  justify-content: flex-start;
  margin-bottom: 50px;
  margin-top: 20px;
}
@media screen and (max-width: 600px) {
  .page-produit .senstation h2 {
    font-size: 20px;
  }
}
.page-produit .senstation h2 hr {
  display: block;
  height: 1px;
  width: 90px;
  background: #587575;
  border: none;
  margin: 0 15px 0 0;
}
.page-produit .senstation p {
  color: #fff;
  font-family: 'Bodoni';
  font-size: 17px;
  text-align: left;
  display: block;
  margin: 0 0 20px 0;
}
.page-produit .senstation span {
  font-weight: bold;
  font-family: 'Bodoni';
  font-size: 32px;
  display: block;
  padding: 10px 0 30px;
  text-align: center;
  color: #fff;
}
.page-produit .appli {
  padding-bottom: 50px;
  text-align: justify;
  max-width: 960px;
  width: 100%;
  margin: auto;
}
.page-produit .appli h2 {
  display: flex;
  align-items: center;
  font-size: 27px;
  font-weight: normal;
  font-family: 'centabel';
  color: #000;
  width: 100%;
  justify-content: center;
  margin-bottom: 50px;
  margin-top: 50px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 600px) {
  .page-produit .appli h2 {
    font-size: 20px;
  }
}
.page-produit .appli h2 hr {
  display: block;
  height: 1px;
  width: 90px;
  background: #587575;
  border: none;
  margin: 0 15px;
}
.page-produit .appli .block {
  display: inline-block;
  position: relative;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .page-produit .appli .block {
    width: 100% !important;
  }
}
.page-produit .appli .block.image {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .page-produit .appli .block.image {
    margin-bottom: 20px;
  }
}
.page-produit .appli .block.SmartRow {
  width: 50%;
  border: 5px solid #E8E8E8;
  background: #fff;
  z-index: 3;
  padding: 30px;
  text-align: center;
  margin-top: -25px;
}
@media screen and (max-width: 767px) {
  .page-produit .appli .block.SmartRow {
    margin-top: 0;
    margin-bottom: 20px;
    border: none;
  }
}
.page-produit .appli .block.SmartRow .img img {
  width: 60px;
  display: block;
  margin: auto;
}
.page-produit .appli .block.SmartRow > hr {
  display: block;
  margin: 20px auto;
  height: 1px;
  width: 40px;
  background: #587575;
  border: none;
}
.page-produit .appli .block.SmartRow h3 {
  font-size: 15px;
  font-weight: normal;
  font-family: 'centabel';
  color: #000;
}
.page-produit .appli .block.SmartRow p {
  color: #000;
  font-family: 'Bodoni';
  font-size: 17px;
  text-align: justify;
  text-align-last: center;
  -moz-text-align-last: center;
  margin-bottom: 15px;
}
.page-produit .appli .block.SmartRow span {
  font-weight: bold;
  font-family: sans-serif;
  font-size: 15px;
  color: #000;
  text-align: center;
  margin: 0;
}
.page-produit .appli .block.we-row {
  z-index: 2;
  width: 30%;
  padding: 30px;
  text-align: center;
  background: #587575;
  margin-top: -115px;
  margin-left: 5%;
}
@media screen and (max-width: 767px) {
  .page-produit .appli .block.we-row {
    margin-top: 0;
    margin-left: 0;
  }
}
.page-produit .appli .block.we-row .img img {
  width: 60px;
  display: block;
  margin: auto;
}
.page-produit .appli .block.we-row > hr {
  display: block;
  margin: 20px auto;
  height: 1px;
  width: 40px;
  background: #fff;
  border: none;
}
.page-produit .appli .block.we-row h3 {
  font-size: 15px;
  font-weight: normal;
  font-family: 'centabel';
  color: #fff;
}
.page-produit .appli .block.we-row p {
  color: #fff;
  font-family: 'Bodoni';
  font-size: 17px;
  text-align: justify;
  text-align-last: center;
  -moz-text-align-last: center;
  margin-bottom: 15px;
}
.page-produit .appli .block.we-row span {
  font-weight: bold;
  font-family: sans-serif;
  font-size: 15px;
  color: #fff;
  text-align: center;
  margin: 0;
}
.page-produit .perso {
  background: #fff;
  position: relative;
  padding-bottom: 40px;
  padding-top: 1px;
  z-index: 2;
}
.page-produit .perso:after {
  position: absolute;
  content: '';
  z-index: -1;
  background: #fff;
  top: 0;
  left: -50%;
  width: 200vw;
  bottom: 0;
}
.page-produit .perso h2 {
  display: flex;
  align-items: center;
  font-size: 27px;
  font-weight: normal;
  font-family: 'centabel';
  color: #000;
  width: 100%;
  justify-content: flex-end;
  margin-bottom: 50px;
  margin-top: 50px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 600px) {
  .page-produit .perso h2 {
    font-size: 20px;
  }
}
.page-produit .perso h2:after {
  background: #E8E8E8;
  content: '';
  width: 120px;
  height: 120px;
  display: block;
  position: absolute;
  top: 0;
  right: 45px;
  z-index: -1;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .page-produit .perso h2:after {
    display: none;
  }
}
.page-produit .perso h2 hr {
  display: block;
  height: 1px;
  width: 90px;
  background: #587575;
  border: none;
  margin: 0 0 0 15px;
}
.page-produit .perso .line {
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 600px) {
  .page-produit .perso .line {
    display: block;
    margin: 0 !important;
  }
}
.page-produit .perso .line .inner {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 991px) {
  .page-produit .perso .line .inner {
    width: 100%;
    margin-bottom: 20px;
  }
}
.page-produit .perso .line .inner .text {
  width: 260px;
  text-align: right;
  margin-right: 50px;
  flex-shrink: 0;
}
@media screen and (max-width: 600px) {
  .page-produit .perso .line .inner .text {
    width: 100%;
    margin: 0 !important;
    text-align: center !important;
  }
}
.page-produit .perso .line .inner .text p {
  font-weight: bold;
  font-family: sans-serif;
  font-size: 15px;
  color: #000;
  text-align: right;
  margin: 0;
  display: block;
  position: relative;
}
@media screen and (max-width: 600px) {
  .page-produit .perso .line .inner .text p {
    text-align: left !important;
  }
}
.page-produit .perso .line .inner .text p:after {
  position: absolute;
  width: 50px;
  height: 1px;
  border: none;
  background: #587575;
  right: -60px;
  top: 8px;
  content: '';
}
@media screen and (max-width: 600px) {
  .page-produit .perso .line .inner .text p:after {
    display: none;
  }
}
.page-produit .perso .line .inner .text span {
  color: #000;
  font-family: 'Bodoni';
  font-size: 17px;
  text-align: justify;
  text-align-last: right;
  -moz-text-align-last: right;
  display: block;
  margin-bottom: 20px;
}
.page-produit .perso .line .inner .text a {
  background: #fff;
  padding: 3px 15px;
  color: #000;
  display: inline-block !important;
  height: auto;
  width: auto;
  line-height: 25px;
  position: relative;
  font-family: 'Bodoni';
  font-size: 17px;
  text-transform: none;
  border: 1px solid #000;
  vertical-align: top;
  text-decoration: none;
}
.page-produit .perso .line .inner .text a:before {
  display: block;
  width: 8px;
  height: 18px;
  background: #FFF;
  position: absolute;
  left: -2px;
  top: 50%;
  border: none;
  transform: translateY(-50%);
  content: '';
}
.page-produit .perso .line .inner .text a:after {
  content: '';
  display: none;
  width: 25px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 54%;
  transform: translateY(-50%) translateX(-50%);
  left: -3px;
  border: none;
  border-top: 1px solid #000;
}
.page-produit .perso .line .inner .text a:hover:after {
  display: block;
}
.page-produit .perso .line .inner .image img {
  max-height: 200px;
}
@media screen and (max-width: 600px) {
  .page-produit .perso .line .inner .image {
    width: 100%;
  }
}
.page-produit .perso .line.right {
  justify-content: flex-end;
  margin-top: -30px;
}
.page-produit .perso .line.right .inner {
  justify-content: flex-end;
}
.page-produit .perso .line.right .inner .text {
  text-align: left;
  margin-right: 0;
  margin-left: 50px;
}
.page-produit .perso .line.right .inner .text p {
  text-align: left;
}
.page-produit .perso .line.right .inner .text p:after {
  left: -60px;
  right: initial;
}
.page-produit .perso .line.right .inner .text span {
  text-align-last: left;
  -moz-text-align-last: left;
}
.page-produit .perso .line.wr .inner {
  width: 60%;
}
@media screen and (max-width: 991px) {
  .page-produit .perso .line.wr .inner {
    width: 100%;
  }
}
.page-produit .perso .line.hirise .image img {
  margin-left: -40px;
  margin-top: -40px;
}
@media screen and (max-width: 991px) {
  .page-produit .perso .line.hirise .image img {
    margin: 0;
  }
}
.page-produit .perso .line.adaptateur {
  margin-top: 0;
}
.page-produit .perso .line.adaptateur .image img {
  margin-top: -80px;
}
@media screen and (max-width: 991px) {
  .page-produit .perso .line.adaptateur .image img {
    margin: 0;
  }
}
.page-produit .perso .actions {
  margin-top: 30px;
  margin-bottom: 50px;
  text-align: right;
}
.page-produit .perso .actions a {
  background: #fff;
  padding: 3px 15px;
  color: #000;
  display: inline-block !important;
  height: auto;
  width: auto;
  line-height: 25px;
  position: relative;
  margin: 0;
  font-family: 'Bodoni';
  font-size: 17px;
  text-transform: none;
  border: 1px solid #587575;
  vertical-align: top;
  margin-bottom: 10px;
  text-decoration: none;
}
.page-produit .perso .actions a:hover {
  text-decoration: underline;
}
.page-produit .perso .actions a:before {
  display: block;
  width: 8px;
  height: 18px;
  background: #fff;
  position: absolute;
  left: -2px;
  top: 50%;
  border: none;
  transform: translateY(-50%);
  content: '';
}
.page-produit .perso .actions a:after {
  content: '';
  display: block;
  width: 25px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 54%;
  transform: translateY(-50%) translateX(-50%);
  left: -3px;
  border: none;
  border-top: 1px solid #587575;
}
.page-produit .caract {
  background: #1D1D1D;
  position: relative;
  padding-bottom: 1px;
  z-index: 3;
}
.page-produit .caract:before {
  position: absolute;
  content: '';
  z-index: -1;
  background: #1D1D1D;
  top: -100px;
  left: -50%;
  width: 200vw;
  height: 200px;
  transform: rotate(-2deg);
}
.page-produit .caract:after {
  position: absolute;
  content: '';
  z-index: -1;
  background: #1D1D1D;
  top: 0;
  left: -50%;
  width: 200vw;
  bottom: 0;
}
.page-produit .caract h2 {
  display: flex;
  align-items: center;
  font-size: 27px;
  font-weight: normal;
  font-family: 'centabel';
  color: #fff;
  width: 100%;
  justify-content: flex-end;
  margin-bottom: 50px;
  margin-top: 0;
}
@media screen and (max-width: 600px) {
  .page-produit .caract h2 {
    font-size: 20px;
  }
}
.page-produit .caract h2 hr {
  display: block;
  height: 1px;
  width: 90px;
  background: #587575;
  border: none;
  margin: 0 0 0 15px;
}
.page-produit .caract .colonnes {
  display: flex;
}
@media screen and (max-width: 767px) {
  .page-produit .caract .colonnes {
    display: block;
  }
}
.page-produit .caract .colonnes .col {
  width: 33%;
}
.page-produit .caract .colonnes .col h3 {
  font-weight: bold;
  font-family: sans-serif;
  font-size: 15px;
  color: #fff;
  margin: 0;
}
.page-produit .caract .colonnes .col hr {
  display: inline-block;
  height: 1px;
  width: 40px;
  background: #587575;
  border: none;
  margin: 15px 0;
}
.page-produit .caract .colonnes .col ul {
  list-style-type: none;
  padding: 0;
}
.page-produit .caract .colonnes .col ul li {
  color: #fff;
  font-family: 'Bodoni';
  font-size: 17px;
  margin-bottom: 4px;
}
.page-produit .caract .colonnes .col.col1 {
  text-align: left;
}
.page-produit .caract .colonnes .col.col2 {
  text-align: center;
}
.page-produit .caract .colonnes .col.col3 {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .page-produit .caract .colonnes .col {
    width: 100%;
    text-align: center !important;
  }
}
.page-produit .caract .actions {
  text-align: center;
  margin: 40px;
}
.page-produit .caract .actions a {
  background: #1D1D1D;
  padding: 3px 15px;
  color: #fff;
  display: inline-block !important;
  height: auto;
  width: auto;
  line-height: 25px;
  position: relative;
  margin: 0 30px;
  font-family: 'Bodoni';
  font-size: 17px;
  text-transform: none;
  border: 1px solid #587575;
  vertical-align: top;
  margin-bottom: 10px;
  text-decoration: none;
}
.page-produit .caract .actions a:before {
  display: block;
  width: 8px;
  height: 18px;
  background: #1D1D1D;
  position: absolute;
  left: -2px;
  top: 50%;
  border: none;
  transform: translateY(-50%);
  content: '';
}
.page-produit .caract .actions a:after {
  content: '';
  display: none;
  width: 25px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 54%;
  transform: translateY(-50%) translateX(-50%);
  left: -3px;
  border: none;
  border-top: 1px solid #587575;
}
.page-produit .caract .actions a:hover:after {
  display: block;
}
@media screen and (max-width: 991px) {
  .page-produit.sprintbok .entete .img img {
    width: 45%;
  }
}
.page-produit.sprintbok .qualite .image .carac.carac1 {
  top: 175px;
  left: 160px;
  width: 220px;
}
@media screen and (max-width: 991px) {
  .page-produit.sprintbok .qualite .image .carac.carac1 {
    top: 138px;
  }
}
.page-produit.sprintbok .qualite .image .carac.carac2 {
  left: 25px;
  top: 290px;
}
@media screen and (max-width: 991px) {
  .page-produit.sprintbok .qualite .image .carac.carac2 {
    left: 0px;
  }
}
.page-produit.sprintbok .qualite .image .carac.carac3 {
  left: 80px;
  top: 434px;
}
.page-produit.sprintbok .qualite .image .carac.carac3 span hr {
  width: 220px;
  transform: rotate(33deg);
  right: -230px;
  top: 70px;
}
@media screen and (max-width: 991px) {
  .page-produit.sprintbok .qualite .image .carac.carac3 {
    left: 7px;
    top: 362px;
  }
}
.page-produit.sprintbok .qualite .image .carac.carac4 {
  left: -155px;
  top: 563px;
}
.page-produit.sprintbok .qualite .image .carac.carac4 span hr {
  width: 40px;
  right: -50px;
}
@media screen and (max-width: 991px) {
  .page-produit.sprintbok .qualite .image .carac.carac4 {
    left: -20px;
    top: 563px;
    width: 37px;
  }
  .page-produit.sprintbok .qualite .image .carac.carac4 span {
    text-align: left;
  }
  .page-produit.sprintbok .qualite .image .carac.carac4 span hr {
    right: -60px;
  }
}
.page-produit.sprintbok .qualite .image .carac.carac5 {
  left: -90px;
  top: 700px;
}
@media screen and (max-width: 991px) {
  .page-produit.sprintbok .qualite .image .carac.carac5 {
    top: 624px;
  }
}
.page-produit.sprintbok .avantages .colonnes .colonne .plus {
  margin-top: 30px;
}
.page-produit.sprintbok .avantages .colonnes .colonne h3 {
  line-height: 19px;
  font-size: 14px;
}
.page-produit.sprintbok .design {
  padding-bottom: 120px;
}
.page-produit.sprintbok .design .left {
  width: 49%;
  padding: 30px 2%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .page-produit.sprintbok .design .left {
    width: 100%;
  }
}
.page-produit.sprintbok .design .left:before {
  content: '';
  background: #E8E8E8;
  width: 200px;
  height: 200px;
  position: absolute;
  display: block;
  right: -30px;
  top: 50%;
  transform: translateY(-50%) rotate(30deg);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .page-produit.sprintbok .design .left:before {
    display: none;
  }
}
.page-produit.sprintbok .design .left p {
  text-align: left;
  text-align-last: left;
  -moz-text-align-last: left;
}
.page-produit.sprintbok .design .left h2 {
  margin-bottom: 25px;
}
.page-produit.sprintbok .design .right {
  width: 50%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .page-produit.sprintbok .design .right {
    width: 100%;
  }
}
.page-produit.sprintbok .design .bottom {
  text-align: center;
}
.page-produit.sprintbok .design .bottom span {
  ont-weight: bold;
  font-family: 'Bodoni';
  font-size: 28px;
  display: block;
  padding: 10px 0 30px;
  text-align: center;
  color: #000;
}
.page-produit.sprintbok .design .bottom a {
  background: #fff;
  padding: 3px 15px;
  color: #000;
  display: inline-block !important;
  height: auto;
  width: auto;
  line-height: 25px;
  position: relative;
  margin: 0 30px;
  font-family: 'Bodoni';
  font-size: 17px;
  text-transform: none;
  border: 1px solid #587575;
  vertical-align: top;
  margin-bottom: 10px;
  text-decoration: none;
}
.page-produit.sprintbok .design .bottom a:before {
  display: block;
  width: 8px;
  height: 18px;
  background: #fff;
  position: absolute;
  left: -2px;
  top: 50%;
  border: none;
  transform: translateY(-50%);
  content: '';
}
.page-produit.sprintbok .design .bottom a:after {
  content: '';
  display: none;
  width: 25px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 54%;
  transform: translateY(-50%) translateX(-50%);
  left: -3px;
  border: none;
  border-top: 1px solid #587575;
}
.page-produit.sprintbok .design .bottom a:hover:after {
  display: block;
}
.page-produit.sprintbok .senstation {
  padding-bottom: 40px;
}
.page-produit.sprintbok .senstation .right {
  text-align: right;
  justify-content: flex-end;
}
.page-produit.sprintbok .senstation p {
  margin-bottom: 0;
}
.page-produit.sprintbok .senstation h2 {
  margin-bottom: 30px;
}
.page-produit.sprintbok .appli .inner {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .page-produit.sprintbok .appli .inner {
    display: block;
    text-align: center;
  }
}
.page-produit.sprintbok .appli .inner .image {
  margin-left: 2%;
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .page-produit.sprintbok .appli .inner .image {
    margin: 10px;
    height: 250px;
  }
  .page-produit.sprintbok .appli .inner .image img {
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .page-produit.sprintbok .appli .inner .image {
    width: 100% !important;
    max-width: 100%;
    display: block;
    margin: 0;
  }
}
.page-produit.sprintbok .appli .inner .sprint {
  background: #fff;
  width: 50%;
  flex-shrink: 1;
  border: 5px solid #E8E8E8;
  text-align: center;
  padding: 40px 20px;
  margin-left: -2%;
}
@media screen and (max-width: 991px) {
  .page-produit.sprintbok .appli .inner .sprint {
    margin: 10px;
    height: 250px;
    border: none;
  }
}
@media screen and (max-width: 767px) {
  .page-produit.sprintbok .appli .inner .sprint {
    width: 100% !important;
    max-width: 100%;
    display: block;
    margin: 20px 0 0;
  }
}
.page-produit.sprintbok .appli .inner .sprint hr {
  display: block;
  height: 1px;
  width: 40px;
  background: #587575;
  border: none;
  margin: 15px auto;
}
.page-produit.sprintbok .appli .inner .sprint h3 {
  font-size: 15px;
  font-weight: normal;
  font-family: 'centabel';
  color: #000;
}
.page-produit.sprintbok .appli .inner .sprint p {
  color: #000;
  font-family: 'Bodoni';
  font-size: 16px;
  text-align: justify;
  text-align-last: center;
}
.page-produit.sprintbok .temoignage > span {
  font-weight: bold;
  font-family: sans-serif;
  font-size: 15px;
  color: #fff;
  text-align: center;
  display: block;
  margin: 0 0 5px 0;
}
.page-produit.sprintbok .temoignage > span.last {
  font-size: 13px;
}
.page-produit.sprintbok .temoignage .citation {
  color: #fff;
  font-family: 'Bodoni';
  font-size: 16px;
  text-align: justify;
  text-align-last: center;
  -moz-text-align-last: center;
  display: block;
  margin: 0 auto 15px;
  width: 100%;
  max-width: 600px;
  font-style: italic;
}
.page-produit.sprintbok .savoir {
  position: relative;
  background: #fff;
  z-index: 2;
  padding: 40px 0;
}
.page-produit.sprintbok .savoir:after {
  position: absolute;
  content: '';
  z-index: -1;
  background: #fff;
  top: 0;
  left: -50%;
  width: 200vw;
  bottom: 0;
}
.page-produit.sprintbok .savoir h2 {
  font-size: 27px;
  font-weight: normal;
  font-family: 'centabel';
  text-align: center;
  margin: 0;
  color: #000;
}
@media screen and (max-width: 600px) {
  .page-produit.sprintbok .savoir h2 {
    font-size: 20px;
  }
}
.page-produit.sprintbok .savoir p {
  color: #000;
  font-family: 'Bodoni';
  font-size: 16px;
  text-align: justify;
  text-align-last: center;
  -moz-text-align-last: center;
  display: block;
  margin: 0;
}
.page-produit.sprintbok .savoir hr {
  display: block;
  height: 1px;
  width: 40px;
  background: #587575;
  border: none;
  margin: 15px auto;
}
.page-produit.nohrd .entete .img img {
  width: 45%;
}
.page-produit.nohrd .entete .title {
  top: 40%;
}
.page-produit.nohrd .caract .colonnes {
  display: inline-flex;
  width: 60%;
  vertical-align: top;
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .page-produit.nohrd .caract .colonnes {
    margin-bottom: 30px;
  }
}
.page-produit.nohrd .caract .colonnes:last-of-type {
  width: 39%;
}
@media screen and (max-width: 767px) {
  .page-produit.nohrd .caract .colonnes:last-of-type {
    width: 100%;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .page-produit.nohrd .caract .colonnes {
    width: 100%;
    display: block;
  }
}
.page-produit.nohrd .caract .colonnes .col-left {
  align-items: center;
  display: flex;
  width: 45%;
}
@media screen and (max-width: 767px) {
  .page-produit.nohrd .caract .colonnes .col-left {
    width: 100%;
    display: block;
  }
}
.page-produit.nohrd .caract .colonnes .col-right {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .page-produit.nohrd .caract .colonnes .col-right {
    width: 100%;
    display: block;
  }
}
.page-produit.nohrd .caract .colonnes .images {
  position: relative;
  z-index: 2;
}
.page-produit.nohrd .caract .colonnes .images:after {
  display: block;
  content: '';
  width: 200px;
  height: 200px;
  position: absolute;
  transform: rotate(45deg);
  right: 0;
  bottom: -85px;
  background: #587575;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .page-produit.nohrd .caract .colonnes .images:after {
    display: none;
  }
}
.page-produit.nohrd .caract .colonnes .col {
  width: 100%;
}
.page-produit.nohrd .caract .colonnes .col.col2 {
  text-align: right;
}
.page-produit.nohrd .appli .inner {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .page-produit.nohrd .appli .inner {
    display: block;
  }
}
.page-produit.nohrd .appli .inner .image {
  width: 48%;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .page-produit.nohrd .appli .inner .image {
    display: block;
    width: 100%;
  }
}
.page-produit.nohrd .appli .inner .sprint {
  width: 50%;
  background: #fff;
  margin-left: 1%;
  padding: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-produit.nohrd .appli .inner .sprint {
    display: block;
    width: 100%;
    margin: 0;
    margin-top: 15px;
  }
}
.page-produit.nohrd .appli .inner .sprint .img img {
  width: auto !important;
}
.page-produit.nohrd .appli .inner .sprint .img h3 {
  margin-bottom: 20px;
}
.page-produit.nohrd .perso .line.right {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .page-produit.nohrd .perso .line .inner {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .page-produit.nohrd .perso .line .inner .text {
    order: 2;
  }
  .page-produit.nohrd .perso .line .inner .text p {
    text-align: center !important;
  }
}
@media screen and (max-width: 767px) {
  .page-produit.nohrd .perso .line .inner .text span {
    text-align: left;
    text-align-last: left;
    -moz-text-align-last: left;
  }
}
@media screen and (max-width: 767px) {
  .page-produit.nohrd .perso .line .inner .image {
    order: 1;
  }
  .page-produit.nohrd .perso .line .inner .image img {
    display: block;
    margin: auto;
  }
}
.page-produit.nohrd .senstation ul {
  list-style-type: none;
  padding-left: 0;
  display: block;
  width: 290px;
  margin: 0 auto 40px;
}
.page-produit.nohrd .senstation ul li {
  color: #fff;
  font-family: 'Bodoni';
  font-size: 16px;
}
.page-produit.nohrd .training {
  background: #fff;
  position: relative;
  padding-bottom: 90px;
  padding-top: 1px;
  z-index: 2;
}
.page-produit.nohrd .training:after {
  position: absolute;
  content: '';
  z-index: -1;
  background: #fff;
  top: 0;
  left: -50%;
  width: 200vw;
  bottom: 0;
}
.page-produit.nohrd .training h2 {
  display: flex;
  align-items: center;
  font-size: 27px;
  font-weight: normal;
  font-family: 'centabel';
  color: #000;
  width: 100%;
  justify-content: center;
  margin: 40px 0;
  text-align: center;
}
.page-produit.nohrd .training h2 hr {
  display: block;
  height: 1px;
  width: 90px;
  background: #587575;
  border: none;
  margin: 0 15px;
}
.page-produit.nohrd .training > p {
  color: #000;
  font-family: 'Bodoni';
  font-size: 16px;
  text-align: justify;
  text-align-last: center;
  -moz-text-align-last: center;
  display: block;
  margin: 0 auto;
  max-width: 700px;
}
.page-produit.nohrd .training .line {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .page-produit.nohrd .training .line {
    display: block;
  }
}
.page-produit.nohrd .training .line .image {
  width: 400px;
}
@media screen and (max-width: 767px) {
  .page-produit.nohrd .training .line .image {
    width: 100%;
    max-width: 400px;
    margin: auto;
  }
  .page-produit.nohrd .training .line .image img {
    display: block;
    margin: auto;
  }
}
.page-produit.nohrd .training .line p {
  padding: 30px;
  color: #000;
  font-family: 'Bodoni';
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .page-produit.nohrd .training .line p {
    display: block;
    width: 100%;
    text-align: justify;
    padding: 0;
  }
}
.page-produit.nohrd .training .line.right p {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .page-produit.nohrd .training .line.right p {
    text-align: justify;
  }
}
.page-produit.nohrd .training .line hr {
  display: block;
  margin: 20px;
  height: 1px;
  width: 70px;
  background: #587575;
  border: none;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .page-produit.nohrd .training .line hr {
    margin: 20px auto;
    width: 40px;
  }
}
.page-produit.nohrd .training .bottom {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .page-produit.nohrd .training .bottom {
    display: block;
  }
}
.page-produit.nohrd .training .bottom .texte {
  width: 50%;
  flex-shrink: 0;
  background: #587575;
  text-align: center;
  position: relative;
  z-index: 3;
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .page-produit.nohrd .training .bottom .texte {
    width: 100%;
  }
}
.page-produit.nohrd .training .bottom .texte h2 {
  color: #fff;
  margin-top: 0;
}
.page-produit.nohrd .training .bottom .texte p {
  color: #fff;
  font-family: 'Bodoni';
  font-size: 16px;
}
.page-produit.nohrd .training .bottom .texte hr {
  position: absolute;
  width: 180px;
  border: none;
  background: #000;
  height: 1px;
  right: -150px;
  top: 30px;
}
@media screen and (max-width: 767px) {
  .page-produit.nohrd .training .bottom .texte hr {
    display: none;
  }
}
.page-produit.nohrd .training .bottom .image {
  width: 60%;
  flex-shrink: 0;
  position: relative;
  margin-left: -10%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .page-produit.nohrd .training .bottom .image {
    width: 100%;
    display: block;
    margin: 15px 0 0 0;
  }
}
.page-produit.nohrd .qualite .image .carac.carac1 {
  top: 260px;
  left: 38px;
}
@media screen and (max-width: 991px) {
  .page-produit.nohrd .qualite .image .carac.carac1 {
    top: 250px;
    left: 20px;
  }
}
.page-produit.nohrd .qualite .image .carac.carac2 {
  left: 116px;
  top: 576px;
}
@media screen and (max-width: 991px) {
  .page-produit.nohrd .qualite .image .carac.carac2 {
    left: 70px;
  }
}
.page-produit.nohrd .qualite .image .carac.carac3 {
  left: 41px;
  top: 782px;
}
@media screen and (max-width: 991px) {
  .page-produit.nohrd .qualite .image .carac.carac3 {
    left: -10px;
  }
}
.page-produit.nohrd .qualite .image .carac.carac4 {
  left: 43px;
  top: 932px;
}
.page-produit.nohrd .qualite .image .carac.carac5 {
  top: 295px;
  right: 135px;
  left: inherit;
}
.page-produit.nohrd .qualite .image .carac.carac5 span hr {
  right: inherit;
  left: -68px;
}
@media screen and (max-width: 991px) {
  .page-produit.nohrd .qualite .image .carac.carac5 {
    right: 79px;
  }
}
.page-produit.nohrd .qualite .image .carac.carac6 {
  right: 100px;
  top: 514px;
}
@media screen and (max-width: 991px) {
  .page-produit.nohrd .qualite .image .carac.carac6 {
    right: 50px;
  }
}
.page-produit.nohrd .qualite .image .carac.carac7 {
  right: 29px;
  top: 638px;
}
@media screen and (max-width: 991px) {
  .page-produit.nohrd .qualite .image .carac.carac7 {
    right: -10px;
  }
}
.page-produit.nohrd .qualite .image .carac.carac8 {
  right: 0;
  top: 839px;
}
@media screen and (max-width: 991px) {
  .page-produit.nohrd .qualite .image .carac.carac8 span hr {
    left: -60px;
    width: 40px;
  }
}
.page-produit > div.parallax {
  max-width: none !important;
  width: 100vw !important;
  margin-left: -15px;
  position: relative;
  opacity: 0.65;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 40vh !important;
}
.cms-nos-produits {
  position: relative;
  background: #fff;
  z-index: 2;
}
.cms-nos-produits .column.main {
  padding-bottom: 0;
}
.cms-nos-produits:before {
  position: absolute;
  content: '';
  z-index: -1;
  background: #fff;
  top: 0;
  left: -50%;
  width: 200vw;
  bottom: 0;
}
.cms-nos-produits h1 {
  display: flex;
  align-items: center;
  font-size: 27px;
  font-weight: normal;
  font-family: 'centabel';
  color: #000;
  width: 100%;
  justify-content: center;
  margin-bottom: 50px;
  margin-top: 50px;
  position: relative;
  z-index: 1;
  text-align: center;
}
.cms-nos-produits h1 hr {
  display: block;
  height: 1px;
  width: 90px;
  background: #587575;
  border: none;
  margin: 0 15px;
}
.cms-nos-produits ul.list-products {
  list-style: none;
  padding-left: 0;
  text-align: center;
  margin-top: 50px;
}
.cms-nos-produits ul.list-products li {
  width: 280px;
  margin: 10px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 30px;
}
.cms-nos-produits ul.list-products li img {
  width: auto;
  max-height: 120px;
  margin: auto;
}
.cms-nos-produits ul.list-products li hr {
  height: 30px;
  width: 1px;
  margin: 10px auto;
  background: #000;
  border: none;
}
.cms-nos-produits ul.list-products li h2 {
  font-weight: bold;
  font-family: sans-serif;
  font-size: 15px;
  color: #000;
  display: block;
  width: 100%;
  text-align: center;
}
.cms-produits-hedgehock .entete .img,
.cms-produits-eaume-board .entete .img,
.cms-produits-wallbars-combitrainer .entete .img,
.cms-produits-haptikball .entete .img {
  z-index: -1;
}
.cms-produits-hedgehock .entete .img img,
.cms-produits-eaume-board .entete .img img,
.cms-produits-wallbars-combitrainer .entete .img img,
.cms-produits-haptikball .entete .img img {
  width: 45%;
}
.cms-produits-hedgehock .sous-qualite,
.cms-produits-eaume-board .sous-qualite,
.cms-produits-wallbars-combitrainer .sous-qualite,
.cms-produits-haptikball .sous-qualite {
  text-align: center;
}
.cms-produits-hedgehock .page-produit > img,
.cms-produits-eaume-board .page-produit > img,
.cms-produits-wallbars-combitrainer .page-produit > img,
.cms-produits-haptikball .page-produit > img {
  padding: 50px 0;
  margin-bottom: 50px;
}
.cms-produits-hedgehock .page-produit .caract .colonnes,
.cms-produits-eaume-board .page-produit .caract .colonnes,
.cms-produits-wallbars-combitrainer .page-produit .caract .colonnes,
.cms-produits-haptikball .page-produit .caract .colonnes {
  width: 70%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .cms-produits-hedgehock .page-produit .caract .colonnes,
  .cms-produits-eaume-board .page-produit .caract .colonnes,
  .cms-produits-wallbars-combitrainer .page-produit .caract .colonnes,
  .cms-produits-haptikball .page-produit .caract .colonnes {
    width: 100%;
  }
}
.cms-produits-hedgehock .page-produit .modele .nos-modeles,
.cms-produits-eaume-board .page-produit .modele .nos-modeles,
.cms-produits-wallbars-combitrainer .page-produit .modele .nos-modeles,
.cms-produits-haptikball .page-produit .modele .nos-modeles {
  margin-bottom: 50px;
}
.cms-produits-hedgehock .page-produit .qualite .image,
.cms-produits-eaume-board .page-produit .qualite .image,
.cms-produits-wallbars-combitrainer .page-produit .qualite .image,
.cms-produits-haptikball .page-produit .qualite .image {
  max-width: 1000px;
}
.cms-produits-hedgehock .page-produit .qualite .image .carac1,
.cms-produits-eaume-board .page-produit .qualite .image .carac1,
.cms-produits-wallbars-combitrainer .page-produit .qualite .image .carac1,
.cms-produits-haptikball .page-produit .qualite .image .carac1 {
  left: 0;
}
.cms-produits-hedgehock .page-produit .qualite .image .carac3,
.cms-produits-eaume-board .page-produit .qualite .image .carac3,
.cms-produits-wallbars-combitrainer .page-produit .qualite .image .carac3,
.cms-produits-haptikball .page-produit .qualite .image .carac3 {
  top: 634px;
}
@media screen and (max-width: 991px) {
  .cms-produits-hedgehock .page-produit .qualite .image img,
  .cms-produits-eaume-board .page-produit .qualite .image img,
  .cms-produits-wallbars-combitrainer .page-produit .qualite .image img,
  .cms-produits-haptikball .page-produit .qualite .image img {
    width: 400px;
  }
  .cms-produits-hedgehock .page-produit .qualite .image .carac1,
  .cms-produits-eaume-board .page-produit .qualite .image .carac1,
  .cms-produits-wallbars-combitrainer .page-produit .qualite .image .carac1,
  .cms-produits-haptikball .page-produit .qualite .image .carac1 {
    top: 108px;
    left: 0;
  }
  .cms-produits-hedgehock .page-produit .qualite .image .carac2,
  .cms-produits-eaume-board .page-produit .qualite .image .carac2,
  .cms-produits-wallbars-combitrainer .page-produit .qualite .image .carac2,
  .cms-produits-haptikball .page-produit .qualite .image .carac2 {
    left: -15px;
    top: 240px;
  }
  .cms-produits-hedgehock .page-produit .qualite .image .carac3,
  .cms-produits-eaume-board .page-produit .qualite .image .carac3,
  .cms-produits-wallbars-combitrainer .page-produit .qualite .image .carac3,
  .cms-produits-haptikball .page-produit .qualite .image .carac3 {
    left: -40px;
    top: 312px;
  }
}
.cms-produits-eaume-board .page-produit > img {
  margin-bottom: 0;
}
.cms-produits-eaume-board .page-produit .senstation {
  text-align: center;
}
.cms-produits-eaume-board .page-produit .senstation > img {
  margin: 10px;
}
.cms-produits-eaume-board .page-produit .appli {
  margin-bottom: 50px !important;
}
.cms-produits-eaume-board .page-produit .qualite .image > img {
  width: 600px;
}
.cms-produits-eaume-board .page-produit .qualite .image .carac1 {
  left: -30px;
  top: 214px;
}
.cms-produits-eaume-board .page-produit .qualite .image .carac2 {
  left: 45px;
  top: 312px;
}
.cms-produits-eaume-board .page-produit .qualite .image .carac3 {
  top: 434px;
  left: 396px;
}
.cms-produits-eaume-board .page-produit .qualite .image .carac3 p,
.cms-produits-eaume-board .page-produit .qualite .image .carac3 span {
  text-align: center;
  text-align-last: center;
}
.cms-produits-eaume-board .page-produit .qualite .image .carac3 span hr {
  height: 35px;
  width: 1px;
  right: 50%;
  margin: 0;
  top: -200%;
}
.cms-produits-eaume-board .page-produit .qualite .image .carac6 {
  top: 270px;
}
@media screen and (max-width: 991px) {
  .cms-produits-eaume-board .page-produit .qualite .image .carac {
    display: none !important;
  }
}
.cms-produits-wallbars .page-produit .caract .colonnes {
  margin-bottom: 0;
}
.cms-produits-wallbars .page-produit .caract .colonnes .images:after {
  display: none;
}
.cms-produits-wallbars .page-produit .appli {
  margin-bottom: 50px;
}
.cms-produits-wallbars .page-produit .senstation {
  padding-bottom: 50px;
}
.cms-produits-wallbars .page-produit .modele {
  margin-top: 15px;
}
.cms-produits-wallbars .page-produit .qualite .image > img {
  width: 600px;
}
.cms-produits-wallbars .page-produit .qualite .image .carac1 {
  top: 169px !important;
  right: -52px !important;
  left: inherit !important;
}
.cms-produits-wallbars .page-produit .qualite .image .carac1 span,
.cms-produits-wallbars .page-produit .qualite .image .carac1 p {
  text-align: left;
}
.cms-produits-wallbars .page-produit .qualite .image .carac1 span hr {
  right: initial !important;
  left: -50px;
}
@media screen and (max-width: 991px) {
  .cms-produits-wallbars .page-produit .qualite .image .carac1 {
    width: 120px;
    right: -19px !important;
  }
}
.cms-produits-wallbars .page-produit .qualite .image .carac1 hr {
  right: -60px !important;
  width: 30px !important;
}
.cms-produits-wallbars .page-produit .qualite .image .carac2 {
  left: -54px !important;
  top: 400px !important;
}
.cms-produits-wallbars .page-produit .qualite .image .carac2 span hr {
  width: 25px !important;
  right: -50px !important;
}
@media screen and (max-width: 991px) {
  .cms-produits-wallbars .page-produit .qualite .image .carac2 {
    width: 120px !important;
    left: -28px !important;
  }
}
.cms-produits-wallbars .page-produit .qualite .image .carac3 {
  left: -68px !important;
  top: 566px !important;
}
@media screen and (max-width: 991px) {
  .cms-produits-wallbars .page-produit .qualite .image .carac3 {
    width: 115px;
    left: -28px !important;
    top: 567px !important;
  }
}
.cms-produits-wallbars .page-produit .qualite .image .carac3 hr {
  right: -60px !important;
  width: 30px !important;
}
@media screen and (max-width: 991px) {
  .cms-produits-wallbars .page-produit .qualite .image .carac3 hr {
    right: -44px !important;
    width: 23px !important;
  }
}
.cms-produits-wallbars .page-produit .qualite .image .carac5 {
  top: 295px !important;
  right: -10px !important;
  left: inherit !important;
}
@media screen and (max-width: 991px) {
  .cms-produits-wallbars .page-produit .qualite .image .carac5 {
    width: 120px !important;
    right: 0 !important;
  }
}
.cms-produits-wallbars .page-produit .qualite .image .carac5 hr {
  left: -18px !important;
  width: 30px !important;
  right: inherit !important;
}
@media screen and (max-width: 991px) {
  .cms-produits-wallbars .page-produit .qualite .image .carac5 hr {
    left: -48px !important;
  }
}
.cms-produits-wallbars-combitrainer .page-produit .caract {
  text-align: center;
  padding-bottom: 40px;
}
.cms-produits-wallbars-combitrainer .page-produit .caract .colonnes {
  width: 100% !important;
  max-width: 500px;
  justify-content: space-between;
}
.cms-produits-wallbars-combitrainer .page-produit .appli {
  margin-bottom: 50px;
}
.cms-produits-wallbars-combitrainer .page-produit > img {
  margin-bottom: 0;
}
.cms-produits-wallbars-combitrainer .page-produit .qualite .image {
  padding-bottom: 50px;
}
.cms-produits-wallbars-combitrainer .page-produit .qualite .image > img {
  width: 500px;
}
.cms-produits-wallbars-combitrainer .page-produit .qualite .image .carac1 {
  top: 406px !important;
  left: 29px !important;
}
@media screen and (max-width: 991px) {
  .cms-produits-wallbars-combitrainer .page-produit .qualite .image .carac1 {
    top: 407px !important;
    left: -32px !important;
    width: 130px;
  }
}
.cms-produits-wallbars-combitrainer .page-produit .qualite .image .carac2 {
  left: 332px !important;
  top: 275px !important;
}
@media screen and (max-width: 991px) {
  .cms-produits-wallbars-combitrainer .page-produit .qualite .image .carac2 {
    left: 179px !important;
  }
}
.cms-produits-wallbars-combitrainer .page-produit .qualite .image .carac3 {
  left: 390px !important;
  top: 482px !important;
}
.cms-produits-wallbars-combitrainer .page-produit .qualite .image .carac3 span {
  text-align: left;
}
.cms-produits-wallbars-combitrainer .page-produit .qualite .image .carac3 span hr {
  right: inherit;
  left: -72px;
  width: 50px;
}
.cms-produits-wallbars-combitrainer .page-produit .qualite .image .carac3 p {
  text-align: left;
  text-align-last: left;
}
@media screen and (max-width: 991px) {
  .cms-produits-wallbars-combitrainer .page-produit .qualite .image .carac3 {
    left: 235px !important;
  }
}
.cms-produits-haptikball .page-produit .qualite .row {
  margin-bottom: 0 !important;
}
.cms-produits-haptikball .page-produit > img {
  margin-bottom: 0;
}
.cms-produits-haptikball .page-produit .avantages .line .image {
  text-align: center;
}
.cms-produits-haptikball .page-produit .avantages .line p {
  color: #000;
  font-family: 'Bodoni';
  font-size: 17px;
  text-align: justify;
}
.cms-produits-haptikball .page-produit .perso {
  padding: 50px 0;
  margin-bottom: 50px;
}
.cms-produits-haptikball .page-produit .entete .img {
  width: 100%;
  max-width: 700px;
  margin: auto;
}
.cms-produits-haptikball .page-produit .entete .img img {
  width: 45%;
  max-width: 200px;
  display: inline-block;
}
.cms-produits-hedgehock #maincontent,
.cms-produits-eaume-board #maincontent,
.cms-produits-wallbars-multiadapter #maincontent,
.cms-produits-wallbars-banc-incline #maincontent,
.cms-produits-haptikball #maincontent {
  width: 100%;
  max-width: none;
}
.cms-produits-hedgehock #maincontent .page-produit > div,
.cms-produits-eaume-board #maincontent .page-produit > div,
.cms-produits-wallbars-multiadapter #maincontent .page-produit > div,
.cms-produits-wallbars-banc-incline #maincontent .page-produit > div,
.cms-produits-haptikball #maincontent .page-produit > div {
  max-width: 1100px;
  margin: auto;
}
@media screen and (max-width: 991px) {
  .cms-produits-hedgehock #maincontent .page-produit > div,
  .cms-produits-eaume-board #maincontent .page-produit > div,
  .cms-produits-wallbars-multiadapter #maincontent .page-produit > div,
  .cms-produits-wallbars-banc-incline #maincontent .page-produit > div,
  .cms-produits-haptikball #maincontent .page-produit > div {
    max-width: 960px;
  }
}
@media screen and (max-width: 767px) {
  .cms-produits-hedgehock #maincontent .page-produit > div,
  .cms-produits-eaume-board #maincontent .page-produit > div,
  .cms-produits-wallbars-multiadapter #maincontent .page-produit > div,
  .cms-produits-wallbars-banc-incline #maincontent .page-produit > div,
  .cms-produits-haptikball #maincontent .page-produit > div {
    max-width: 720px;
  }
}
.cms-produits-eaume-board .page-produit .entete .title,
.cms-produits-wallbars .page-produit .entete .title,
.cms-produits-wallbars-multiadapter .page-produit .entete .title {
  width: 100%;
}
.cms-produits-eaume-board .page-produit .sous-entete,
.cms-produits-wallbars .page-produit .sous-entete,
.cms-produits-wallbars-multiadapter .page-produit .sous-entete {
  margin-top: 50px !important;
}
.cms-produits-wallbars-multiadapter .page-produit.nohrd .entete,
.cms-produits-wallbars-banc-incline .page-produit.nohrd .entete,
.cms-produits-haptikball .page-produit.nohrd .entete {
  height: 220px;
}
.cms-produits-wallbars-multiadapter .page-produit.nohrd .caract,
.cms-produits-wallbars-banc-incline .page-produit.nohrd .caract,
.cms-produits-haptikball .page-produit.nohrd .caract {
  text-align: center;
}
.cms-produits-wallbars-multiadapter .page-produit.nohrd .caract .colonnes:last-of-type,
.cms-produits-wallbars-banc-incline .page-produit.nohrd .caract .colonnes:last-of-type,
.cms-produits-haptikball .page-produit.nohrd .caract .colonnes:last-of-type {
  width: 70%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .cms-produits-wallbars-multiadapter .page-produit.nohrd .caract .colonnes:last-of-type,
  .cms-produits-wallbars-banc-incline .page-produit.nohrd .caract .colonnes:last-of-type,
  .cms-produits-haptikball .page-produit.nohrd .caract .colonnes:last-of-type {
    width: 100%;
  }
}
.cms-produits-wallbars-banc-incline .page-produit.nohrd .entete {
  height: 280px;
}
.cms-produits-haptikball .page-produit .caract .colonnes .col.col2 {
  text-align: right;
}
.cms-produits-haptikball .page-produit .avantages .line {
  text-align: center;
}
.cms-produits-wallbars .page-produit.nohrd .modele {
  margin-top: 0;
}
.cms-produits-wallbars .page-produit.nohrd .entete .img img {
  width: auto;
}
.cms-produits-wallbars .page-produit.nohrd .entete .col-md-4 {
  display: flex;
  align-items: center;
}
.cms-produits-wallbars .page-produit.nohrd .caract .colonnes {
  width: 49%;
}
@media screen and (max-width: 767px) {
  .cms-produits-wallbars .page-produit.nohrd .caract .colonnes {
    width: 100% !important;
    text-align: center;
  }
}
.cms-produits-wallbars .page-produit.nohrd .caract .containcol {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .cms-produits-wallbars .page-produit.nohrd .caract .containcol {
    flex-direction: column;
  }
}
.cms-produits-eaume-board .page-produit.waterrower .entete .img img {
  width: auto;
}
.cms-produits-eaume-board .page-produit.waterrower .entete .col-md-4 {
  display: flex;
  align-items: center;
}
.cms-produits-weightworkx .page-produit .qualite .image {
  max-width: 700px;
}
.cms-produits-weightworkx .page-produit .qualite .image .carac1 {
  width: 100px !important;
  top: 140px !important;
  left: 0 !important;
}
.cms-produits-weightworkx .page-produit .qualite .image .carac1 span hr {
  width: 40px;
  right: -60px;
}
.cms-produits-weightworkx .page-produit .qualite .image .carac2 {
  width: 103px !important;
  left: -21px !important;
  top: 469px !important;
}
.cms-produits-weightworkx .page-produit .qualite .image .carac4 {
  left: -20px;
  top: 213px;
  width: 109px;
}
.cms-produits-weightworkx .page-produit .qualite .image .carac5 {
  top: 156px;
  left: inherit;
  right: -31px;
}
.cms-produits-weightworkx .page-produit .qualite .image .carac5 span hr {
  right: inherit;
  left: 38px;
  width: 29px;
  transform: rotate(38deg);
  top: 1px;
}
.cms-produits-weightworkx .page-produit .qualite .image .carac3 {
  width: 170px !important;
  left: inherit !important;
  top: 404px !important;
  right: -53px;
}
.cms-produits-weightworkx .page-produit .qualite .image .carac3 span {
  text-align: left;
}
.cms-produits-weightworkx .page-produit .qualite .image .carac3 span hr {
  top: 43px;
  width: 140px !important;
  left: -150px;
  transform: rotate(-28deg);
}
.cms-produits-weightworkx .page-produit .qualite .image .carac3 p {
  text-align: left !important;
  text-align-last: left;
}
.cms-produits-weightworkx .page-produit .qualite .image .carac6 {
  top: 104px !important;
  right: -9px !important;
}
.cms-produits-weightworkx .page-produit .qualite .image .carac7 {
  top: 592px !important;
  right: 217px !important;
}
.cms-produits-weightworkx .page-produit .qualite .image .carac7 span hr {
  width: 85px !important;
  left: -99px !important;
  transform: rotate(30deg);
  top: -11px;
}
.cms-produits-weightworkx .page-produit .qualite .image .carac8 {
  top: 565px !important;
  right: -33px !important;
  width: 140px;
}
.cms-produits-weightworkx .page-produit .qualite .image .carac8 span hr {
  left: -50px !important;
  width: 30px !important;
  transform: rotate(32deg) translateY(-9px) !important;
}
.centpourcent #maincontent {
  width: 100% !important;
  max-width: 100%;
  margin: 0;
  padding: 0;
}
.centpourcent .page-produit > div {
  max-width: 1100px;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 991px) {
  .centpourcent .page-produit > div {
    max-width: 960px;
  }
}
@media screen and (max-width: 767px) {
  .centpourcent .page-produit > div {
    max-width: 720px;
  }
}
.cms-produits-triatrainer .page-produit .qualite .image {
  max-width: 700px;
}
.cms-produits-triatrainer .page-produit .qualite .image .carac.carac6 {
  top: 547px;
  right: -50px;
}
.cms-produits-triatrainer .page-produit .qualite .image .carac.carac2 {
  left: 25px;
  top: 164px;
  width: 120px;
}
.cms-produits-triatrainer .page-produit .qualite .image .carac.carac3 {
  top: 492px;
  left: 0;
  width: 125px;
}
.cms-produits-triatrainer .page-produit .qualite .image .carac.carac3 span hr {
  transform: rotate(-17deg);
  top: 0px;
  right: -100px;
}
@media screen and (min-width: 768px) {
  .cms-produits-nohrdwallcompact .avantages .colonnes {
    display: flex;
    justify-content: center;
  }
}
.cms-produits-nohrdwallcompact .avantages .colonnes .colonne {
  height: auto !important;
}
.cms-produits-nohrdwallcompact .page-produit .qualite .image {
  max-width: 700px;
}
.cms-produits-nohrdwallcompact .page-produit .qualite .image .carac.carac1 {
  top: 120px;
  left: -24px;
}
.cms-produits-nohrdwallcompact .page-produit .qualite .image .carac.carac1 span hr {
  width: 40px;
  right: -65px;
}
.cms-produits-nohrdwallcompact .page-produit .qualite .image .carac.carac2 {
  left: -59px;
  top: 245px;
}
.cms-produits-nohrdwallcompact .page-produit .qualite .image .carac.carac3 {
  left: -33px;
  top: 517px;
}
.cms-produits-nohrdwallcompact .page-produit .qualite .image .carac.carac3 span hr {
  width: 40px;
  right: -65px;
}
.cms-produits-nohrdwallcompact .page-produit .qualite .image .carac.carac4 {
  left: inherit;
  right: -42px;
  top: 563px;
}
.cms-produits-nohrdwallcompact .page-produit .qualite .image .carac.carac4 span {
  text-align: left;
}
.cms-produits-nohrdwallcompact .page-produit .qualite .image .carac.carac4 span hr {
  right: inherit;
  width: 150px;
  left: -170px;
}
.cms-produits-nohrdwallcompact .page-produit .qualite .image .carac.carac4 p {
  text-align: left;
}
.cms-produits-nohrdwallcompact .page-produit .qualite .image .carac.carac5 {
  left: -24px;
  top: 445px;
}
.cms-produits-nohrdwallcompact .page-produit .qualite .image .carac.carac5 span hr {
  width: 40px;
  right: -65px;
}
.cms-produits-nohrdwallcompact .page-produit .qualite .image .carac.carac6 {
  right: -30px;
  top: 219px;
}
.cms-produits-nohrdwallcompact .page-produit .qualite .image .carac.carac6 span hr {
  width: 180px;
  left: -200px;
}
.cms-produits-nohrdwallcompact .page-produit .qualite .image .carac.carac7 {
  right: -59px;
  top: 81px;
}
.cms-produits-nohrdwallcompact .page-produit .qualite .image .carac.carac8 {
  right: -30px;
  top: 341px;
}
.cms-produits-nohrdwallcompact .page-produit .qualite .image .carac.carac8 span hr {
  width: 180px;
  left: -200px;
}
.cms-produits-watergrinder .page-produit .qualite .image {
  max-width: 700px;
}
.cms-produits-watergrinder .page-produit .qualite .image .carac.carac1 {
  top: 527px;
  left: -101px;
}
.cms-produits-watergrinder .page-produit .qualite .image .carac.carac7 {
  right: -34px;
  top: 593px;
}
.cms-produits-watergrinder .page-produit .qualite .image .carac.carac7 span hr {
  width: 80px;
  left: -100px;
}
.cms-produits-watergrinder .page-produit .qualite .image .carac.carac3 {
  top: 153px;
  left: 0;
}
.cms-produits-watergrinder .page-produit .qualite .image .carac.carac4 {
  top: 282px;
  left: -10px;
}
.cms-produits-watergrinder .page-produit .qualite .image .carac.carac5 {
  left: -175px;
  top: 430px;
}
.cms-produits-watergrinder .page-produit .qualite .image .carac.carac6 {
  right: 137px !important;
  top: 753px;
}
.cms-produits-slimbeam .page-produit .qualite .image {
  max-width: 700px;
}
.cms-produits-slimbeam .page-produit .qualite .image .carac.carac1 {
  top: 117px;
  left: -10px;
}
.cms-produits-slimbeam .page-produit .qualite .image .carac.carac1 span hr {
  width: 30px;
  right: -49px;
}
.cms-produits-slimbeam .page-produit .qualite .image .carac.carac2 {
  left: -10px;
  top: 250px;
}
.cms-produits-slimbeam .page-produit .qualite .image .carac.carac3 {
  top: 35px;
  left: -55px;
}
.cms-produits-slimbeam .page-produit .qualite .image .carac.carac3 span hr {
  width: 50px;
  right: -70px;
}
.cms-produits-slimbeam .page-produit .qualite .image .carac.carac4 {
  left: 0;
  top: 408px;
}
.cms-produits-slimbeam .page-produit .qualite .image .carac.carac5 {
  left: 4px;
  top: 910px;
}
.cms-produits-slimbeam .page-produit .qualite .image .carac.carac6 {
  right: 40px;
  top: 1119px;
}
.cms-produits-nohrdwall .original > p > img {
  padding: 7px;
}
.cms-produits-nohrdwall .avantages .colonnes .colonne_containter {
  display: flex;
  justify-content: space-between;
  padding: 0 35px;
}
.cms-produits-nohrdwall .avantages .colonnes .colonne_containter .colonne {
  width: 270px;
  margin: 15px 0;
  height: auto;
}
.cms-produits-dumbbells .page-produit .qualite .image {
  max-width: 650px;
}
.cms-produits-dumbbells .page-produit .qualite .image .carac.carac1 {
  top: 226px !important;
  left: -49px !important;
  width: 145px !important;
}
.cms-produits-dumbbells .page-produit .qualite .image .carac.carac1 span hr {
  width: 80px !important;
  right: -110px !important;
}
.cms-produits-dumbbells .page-produit .qualite .image .carac.carac2 {
  left: -117px !important;
  top: 405px !important;
  width: 170px !important;
}
.cms-produits-dumbbells .page-produit .qualite .image .carac.carac2 span hr {
  width: 65px !important;
  right: -90px !important;
}
.cms-produits-dumbbells .page-produit .qualite .image .carac.carac3 {
  left: 168px !important;
  top: 548px !important;
}
.cms-produits-dumbbells .page-produit .qualite .image .carac.carac3 span hr {
  transform: rotate(-31deg) !important;
  top: -9px !important;
  right: -98px !important;
}
.cms-produits-dumbbells .page-produit .qualite .image .carac.carac4 {
  display: none;
}
.cms-produits-weightbench .page-produit .qualite .image {
  max-width: 700px;
}
.cms-produits-weightbench .page-produit .qualite .image .carac.carac1 {
  top: 531px !important;
  left: 130px !important;
}
.cms-produits-weightbench .page-produit .qualite .image .carac.carac1 span hr {
  width: 60px !important;
  right: -72px !important;
  transform: rotate(-45deg) !important;
  top: -9px !important;
}
.cms-produits-weightbench .page-produit .qualite .image .carac.carac2 {
  left: -7px !important;
  top: 358px !important;
  width: 155px !important;
}
.cms-produits-weightbench .page-produit .qualite .image .carac.carac2 span hr {
  width: 100px !important;
  top: 57px !important;
  right: -95px !important;
  transform: rotate(63deg) !important;
}
.cms-produits-weightbench .page-produit .qualite .image .carac.carac3 {
  left: 19px !important;
  top: 255px !important;
  width: 170px !important;
}
.cms-produits-weightbench .page-produit .qualite .image .carac.carac3 span hr {
  width: 80px !important;
  right: -110px !important;
}
.cms-produits-weightbench .page-produit .qualite .image .carac.carac4 {
  display: none;
}
.cms-cgv .page-wrapper .breadcrumbs,
.cms-livraison .page-wrapper .breadcrumbs,
.cms-devenir-revendeur .page-wrapper .breadcrumbs,
.cms-garantie-waterrower .page-wrapper .breadcrumbs,
.cms-mentions-legales .page-wrapper .breadcrumbs {
  background-color: #E8E8E8;
}
.cms-cgv .page-wrapper > .page-main p,
.cms-livraison .page-wrapper > .page-main p,
.cms-devenir-revendeur .page-wrapper > .page-main p,
.cms-garantie-waterrower .page-wrapper > .page-main p,
.cms-mentions-legales .page-wrapper > .page-main p {
  color: #000;
  font-family: 'Bodoni';
  font-size: 17px;
}
.cms-cgv .page-wrapper > .page-main h1.page-title,
.cms-livraison .page-wrapper > .page-main h1.page-title,
.cms-devenir-revendeur .page-wrapper > .page-main h1.page-title,
.cms-garantie-waterrower .page-wrapper > .page-main h1.page-title,
.cms-mentions-legales .page-wrapper > .page-main h1.page-title {
  display: block;
  margin: 30px auto;
  position: relative;
  z-index: 3;
}
.cms-cgv .page-wrapper > .page-main h1.page-title span,
.cms-livraison .page-wrapper > .page-main h1.page-title span,
.cms-devenir-revendeur .page-wrapper > .page-main h1.page-title span,
.cms-garantie-waterrower .page-wrapper > .page-main h1.page-title span,
.cms-mentions-legales .page-wrapper > .page-main h1.page-title span {
  display: flex;
  align-items: center;
  font-weight: normal;
  font-family: 'centabel';
  font-size: 21px;
  text-align: center;
  color: #000;
  justify-content: center;
}
.cms-cgv .page-wrapper > .page-main h1.page-title span:before,
.cms-livraison .page-wrapper > .page-main h1.page-title span:before,
.cms-devenir-revendeur .page-wrapper > .page-main h1.page-title span:before,
.cms-garantie-waterrower .page-wrapper > .page-main h1.page-title span:before,
.cms-mentions-legales .page-wrapper > .page-main h1.page-title span:before {
  content: '';
  width: 40px;
  height: 1px;
  background-color: #000;
  border: none;
  display: block;
  margin: 0 10px;
}
.cms-cgv .page-wrapper > .page-main h1.page-title span:after,
.cms-livraison .page-wrapper > .page-main h1.page-title span:after,
.cms-devenir-revendeur .page-wrapper > .page-main h1.page-title span:after,
.cms-garantie-waterrower .page-wrapper > .page-main h1.page-title span:after,
.cms-mentions-legales .page-wrapper > .page-main h1.page-title span:after {
  content: '';
  width: 40px;
  height: 1px;
  background-color: #000;
  border: none;
  display: block;
  margin: 0 10px;
}
.cms-garantie-waterrower .page-wrapper > .page-main .btn-formulaire {
  margin: auto auto 0;
  background: #E8E8E8;
  padding: 3px 15px;
  color: #000;
  display: inline-block;
  height: auto;
  width: auto;
  line-height: 25px;
  position: relative;
  border: 1px solid #000;
  font-family: 'Bodoni';
  font-size: 17px;
}
.cms-garantie-waterrower .page-wrapper > .page-main .btn-formulaire span strong {
  color: #000;
  font-family: 'Bodoni';
  font-size: 17px;
}
.cms-garantie-waterrower .page-wrapper > .page-main .btn-formulaire:hover {
  text-decoration: underline;
}
.cms-garantie-waterrower .page-wrapper > .page-main .btn-formulaire:before {
  display: block;
  width: 8px;
  height: 18px;
  background: #E8E8E8;
  position: absolute;
  left: -2px;
  top: 50%;
  border: none;
  transform: translateY(-50%);
  content: '';
}
.cms-garantie-waterrower .page-wrapper > .page-main .btn-formulaire:after {
  content: '';
  display: block;
  width: 25px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 54%;
  transform: translateY(-50%) translateX(-50%);
  left: -3px;
  border: none;
  border-top: 1px solid #000;
}
.cms-devenir-revendeur .page-wrapper > .page-main .title_partie_tuto {
  background: #587575;
  width: 80%;
  margin: 20px auto;
  padding: 30px;
  font-family: 'Bodoni';
  font-size: 17px;
  color: #fff;
  text-align: center;
}
.cms-devenir-revendeur .page-wrapper > .page-main .title_partie_tuto p {
  font-family: 'Bodoni';
  font-size: 17px;
  color: #fff;
  text-align: center;
}
.cms-devenir-revendeur .page-wrapper > .page-main .title_partie_tuto a {
  font-family: 'Bodoni';
  font-size: 17px;
  color: #fff;
  font-weight: bold;
}
.cms-devenir-revendeur .page-wrapper > .page-main .title_partie_tuto hr {
  display: block;
  margin: 10px auto;
  width: 30px;
  height: 1px;
  border: none;
  background: #fff;
}
.cms-devenir-revendeur .page-wrapper > .page-main .head-revendeur {
  text-align: center;
  position: relative;
  margin-bottom: 150px;
  z-index: 2;
}
.cms-devenir-revendeur .page-wrapper > .page-main .head-revendeur span {
  display: block;
  width: 13%;
  background: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) rotate(35deg);
  z-index: -1;
  top: -45px;
}
.cms-devenir-revendeur .page-wrapper > .page-main .head-revendeur span:before {
  margin-top: 100%;
  display: block;
  content: '';
}
.cms-devenir-revendeur .page-wrapper > .page-main .row {
  flex-wrap: nowrap;
  justify-content: center;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .cms-devenir-revendeur .page-wrapper > .page-main .row {
    flex-wrap: wrap;
  }
}
.cms-devenir-revendeur .page-wrapper > .page-main .row > .col-xs-12 {
  background: #fff;
  padding: 0;
  margin: 10px;
  flex: 1;
}
@media only screen and (max-width: 767px) {
  .cms-devenir-revendeur .page-wrapper > .page-main .row > .col-xs-12 {
    width: 100%;
  }
}
.cms-devenir-revendeur .page-wrapper > .page-main .row > .col-xs-12 .widget-static-block {
  background: #fff;
  padding: 20px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cms-devenir-revendeur .page-wrapper > .page-main .row > .col-xs-12 .widget-static-block > a {
  margin: auto auto 0;
  background: #fff;
  padding: 3px 15px;
  color: #000;
  display: inline-block;
  height: auto;
  width: auto;
  line-height: 25px;
  position: relative;
  border: 1px solid #000;
  font-family: 'Bodoni';
  font-size: 17px;
}
.cms-devenir-revendeur .page-wrapper > .page-main .row > .col-xs-12 .widget-static-block > a:hover {
  text-decoration: underline;
}
.cms-devenir-revendeur .page-wrapper > .page-main .row > .col-xs-12 .widget-static-block > a:before {
  display: block;
  width: 8px;
  height: 18px;
  background: #fff;
  position: absolute;
  left: -2px;
  top: 50%;
  border: none;
  transform: translateY(-50%);
  content: '';
}
.cms-devenir-revendeur .page-wrapper > .page-main .row > .col-xs-12 .widget-static-block > a:after {
  content: '';
  display: block;
  width: 25px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 54%;
  transform: translateY(-50%) translateX(-50%);
  left: -3px;
  border: none;
  border-top: 1px solid #000;
}
.cms-devenir-revendeur .page-wrapper > .page-main .row > .col-xs-12 .widget-static-block > div > p {
  margin-bottom: 30px;
}
.cms-devenir-revendeur .page-wrapper > .page-main .row > .col-xs-12 .widget-static-block > div > p > span {
  color: #000;
  font-family: 'Bodoni';
  font-size: 17px;
  display: block;
  text-align: justify;
  line-height: 26px;
  margin-bottom: 0;
  text-align-last: center;
  -moz-text-align-last: center;
}
.cms-devenir-revendeur .page-wrapper > .page-main .row > .col-xs-12 .widget-static-block .arw-title h2 {
  text-align: center;
}
.cms-devenir-revendeur .page-wrapper > .page-main .row > .col-xs-12 .widget-static-block .arw-title h2 span {
  color: #000;
  font-family: 'Bodoni';
  font-size: 17px;
}
.cms-devenir-revendeur .page-wrapper > .page-main .row > .col-xs-12 .widget-static-block .arw-title h2 span strong {
  font-weight: normal;
  font-family: 'centabel';
  font-size: 21px;
  text-align: center;
  color: #000;
}
.cms-cgv .page-wrapper > .page-main p {
  color: #000;
  font-family: 'Bodoni';
  font-size: 17px;
}
.cms-cgv .page-wrapper > .page-main p > strong {
  font-weight: bold;
  font-family: 'centabel';
}
.cms-cgv .page-wrapper > .page-main p > strong > span {
  font-weight: bold;
  font-family: 'centabel';
}
.cms-livraison .page-wrapper > .page-main .bloc_livraison_top {
  background: #fff;
  padding: 10px 20px;
  text-align: center;
  color: #000;
  font-family: 'Bodoni';
  font-size: 17px;
  margin-bottom: 20px;
}
.cms-livraison .page-wrapper > .page-main .bloc_livraison_top h2 {
  font-weight: bold;
  font-family: 'centabel';
  font-size: 17px;
  color: #000;
  text-align: center;
}
.cms-livraison .page-wrapper > .page-main .bloc_livraison_top.vert {
  background: #587575;
  color: #fff;
}
.cms-livraison .page-wrapper > .page-main .bloc_livraison_top.vert p,
.cms-livraison .page-wrapper > .page-main .bloc_livraison_top.vert h2 {
  color: #fff;
}
.cms-livraison .page-wrapper > .page-main .bloc_livraison_top.noir {
  background: #000;
  color: #fff;
}
.cms-livraison .page-wrapper > .page-main .bloc_livraison_top.noir p,
.cms-livraison .page-wrapper > .page-main .bloc_livraison_top.noir h2 {
  color: #fff;
}
.cms-livraison .page-wrapper > .page-main .details-table {
  border-spacing: 10px;
  border-collapse: separate;
}
.cms-livraison .page-wrapper > .page-main .details-table tr td {
  background: #fff;
  text-align: center;
  vertical-align: middle;
}
.cms-livraison .page-wrapper > .page-main .details-table tr td span {
  color: #000;
  font-family: 'Bodoni';
  font-size: 17px;
  text-align: center;
}
.cms-livraison .page-wrapper > .page-main .title_partie_livraison {
  display: flex;
  font-weight: bold;
  font-family: 'centabel';
  font-size: 16px;
  align-items: center;
  justify-content: space-around;
  color: #000;
  margin: 50px -10px 20px;
}
.cms-livraison .page-wrapper > .page-main .title_partie_livraison span {
  display: block;
  width: 280px;
  text-align: center;
}
.cms-livraison .page-wrapper > .page-main .title_partie_livraison hr {
  display: block;
  border: none;
  height: 1px;
  background: #000;
  width: 100%;
  margin: 0 10px;
}
.cms-livraison .page-wrapper > .page-main .type_livraisons {
  flex-wrap: nowrap;
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .cms-livraison .page-wrapper > .page-main .type_livraisons {
    flex-wrap: wrap;
  }
}
.cms-livraison .page-wrapper > .page-main .type_livraisons .col {
  background: #fff;
  padding: 20px;
  margin: 15px;
  flex: 1;
}
@media only screen and (max-width: 767px) {
  .cms-livraison .page-wrapper > .page-main .type_livraisons .col {
    width: 100%;
  }
}
.cms-livraison .page-wrapper > .page-main .type_livraisons .col h2 {
  font-weight: bold;
  font-family: 'centabel';
  font-size: 16px;
  color: #000;
  text-align: center;
}
.cms-livraison .page-wrapper > .page-main .type_livraisons .col p {
  color: #000;
  font-family: 'Bodoni';
  font-size: 17px;
  text-align: center;
}
.cms-enregistrement .column,
.cms-enregistrer-mes-machines .column {
  text-align: center;
}
.cms-enregistrement .column > h1,
.cms-enregistrer-mes-machines .column > h1 {
  font-weight: normal;
  font-family: 'centabel';
  font-size: 21px;
  color: #000;
  text-align: center;
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 40px;
  justify-content: center;
  margin-bottom: 40px;
}
.cms-enregistrement .column > h1 hr,
.cms-enregistrer-mes-machines .column > h1 hr {
  display: block;
  margin: 0 15px;
  border: none;
  background: #000;
  width: 100px;
  height: 1px;
}
@media screen and (max-width: 475px) {
  .cms-enregistrement .column > h1 hr,
  .cms-enregistrer-mes-machines .column > h1 hr {
    width: 40px;
  }
}
.cms-enregistrement .column > a,
.cms-enregistrer-mes-machines .column > a {
  background: #E8E8E8;
  padding: 3px 15px;
  display: inline-block !important;
  height: auto;
  width: auto;
  line-height: 25px;
  position: relative;
  margin: 30px;
  color: #000;
  font-family: 'Bodoni';
  font-size: 17px;
  text-transform: none;
  border: 1px solid #000;
  vertical-align: top;
  margin-bottom: 10px;
}
.cms-enregistrement .column > a:hover,
.cms-enregistrer-mes-machines .column > a:hover {
  text-decoration: underline;
}
.cms-enregistrement .column > a span,
.cms-enregistrer-mes-machines .column > a span {
  color: #000;
  font-family: 'Bodoni';
  font-size: 17px;
  text-transform: none;
  display: block;
}
.cms-enregistrement .column > a:before,
.cms-enregistrer-mes-machines .column > a:before {
  display: block;
  width: 8px;
  height: 18px;
  background: #E8E8E8;
  position: absolute;
  left: -2px;
  top: 50%;
  border: none;
  transform: translateY(-50%);
  content: '';
}
.cms-enregistrement .column > a:after,
.cms-enregistrer-mes-machines .column > a:after {
  content: '';
  display: block;
  width: 25px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 54%;
  transform: translateY(-50%) translateX(-50%);
  left: -3px;
  border: none;
  border-top: 1px solid #000;
}
.cms-enregistrement .column .bloc-contenu-enregistrer,
.cms-enregistrer-mes-machines .column .bloc-contenu-enregistrer {
  background: #fff;
  padding: 30px 50px;
  width: 80%;
  margin: auto;
  position: relative;
}
@media only screen and (max-width: 560px) {
  .cms-enregistrement .column .bloc-contenu-enregistrer,
  .cms-enregistrer-mes-machines .column .bloc-contenu-enregistrer {
    width: 90%;
    padding: 30px 30px;
  }
}
.cms-enregistrement .column .bloc-contenu-enregistrer:after,
.cms-enregistrer-mes-machines .column .bloc-contenu-enregistrer:after {
  display: block;
  content: '';
  width: 130px;
  height: 130px;
  background: #587575;
  transform: rotate(45deg);
  position: absolute;
  right: -30px;
  bottom: -45px;
  z-index: -1;
}
@media only screen and (max-width: 560px) {
  .cms-enregistrement .column .bloc-contenu-enregistrer:after,
  .cms-enregistrer-mes-machines .column .bloc-contenu-enregistrer:after {
    display: none;
  }
}
.cms-enregistrement .column .bloc-contenu-enregistrer h2,
.cms-enregistrer-mes-machines .column .bloc-contenu-enregistrer h2 {
  text-align: center;
  font-family: 'centabel';
  font-size: 20px;
  color: #000;
  text-transform: none;
  font-weight: bold;
  margin-top: 10px;
}
.cms-enregistrement .column .bloc-contenu-enregistrer p,
.cms-enregistrer-mes-machines .column .bloc-contenu-enregistrer p {
  font-weight: normal;
  font-family: 'centabel';
  font-size: 14px;
  color: #000;
  text-align: center;
}
.cms-faq .column.main > .page-header,
.cms-faq-location .column.main > .page-header,
.cms-location .column.main > .page-header {
  background: none;
  border: none;
  position: relative;
  z-index: 1;
}
.cms-faq .column.main > .page-header > h1,
.cms-faq-location .column.main > .page-header > h1,
.cms-location .column.main > .page-header > h1 {
  font-weight: normal;
  font-family: 'centabel';
  font-size: 21px;
  color: #000;
  text-align: center;
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 40px;
  justify-content: center;
  margin-bottom: 40px;
}
.cms-faq .column.main > .page-header > h1 hr,
.cms-faq-location .column.main > .page-header > h1 hr,
.cms-location .column.main > .page-header > h1 hr {
  display: block;
  margin: 0 15px;
  border: none;
  background: #000;
  width: 100px;
  height: 1px;
}
@media screen and (max-width: 475px) {
  .cms-faq .column.main > .page-header > h1 hr,
  .cms-faq-location .column.main > .page-header > h1 hr,
  .cms-location .column.main > .page-header > h1 hr {
    width: 40px;
  }
}
.cms-faq .column.main .container-top,
.cms-faq-location .column.main .container-top,
.cms-location .column.main .container-top {
  background: #fff;
  position: relative;
  padding-bottom: 30px;
  text-align: center;
}
.cms-faq .column.main .container-top .faqHeader,
.cms-faq-location .column.main .container-top .faqHeader,
.cms-location .column.main .container-top .faqHeader {
  padding: 30px 0;
  margin: 0;
}
.cms-faq .column.main .container-top .faqHeader span,
.cms-faq-location .column.main .container-top .faqHeader span,
.cms-location .column.main .container-top .faqHeader span {
  font-family: 'centabel';
  font-size: 23px !important;
  color: #587575;
  font-weight: bold;
}
.cms-faq .column.main .container-top .panel .panel-title,
.cms-faq-location .column.main .container-top .panel .panel-title,
.cms-location .column.main .container-top .panel .panel-title {
  margin: 5px;
}
.cms-faq .column.main .container-top .panel .panel-title span,
.cms-faq-location .column.main .container-top .panel .panel-title span,
.cms-location .column.main .container-top .panel .panel-title span {
  font-weight: bold;
  margin-bottom: 40px;
  font-family: serif;
  color: #000 !important;
  font-size: 14px !important;
}
.cms-faq .column.main .container-top .panel .panel-body span,
.cms-faq-location .column.main .container-top .panel .panel-body span,
.cms-location .column.main .container-top .panel .panel-body span {
  color: #000 !important;
  font-family: 'Bodoni' !important;
  font-size: 17px !important;
  display: block;
  text-align: justify;
  line-height: 1.4 !important;
  margin-bottom: 0;
  text-align-last: center;
}
.cms-faq .column.main .container-top *,
.cms-faq-location .column.main .container-top *,
.cms-location .column.main .container-top * {
  position: relative;
  z-index: 2;
}
.cms-faq .column.main .container-top:after,
.cms-faq-location .column.main .container-top:after,
.cms-location .column.main .container-top:after {
  background-color: #fff;
  width: 200vw;
  top: 0;
  bottom: 0;
  left: -50%;
  content: '';
  display: block;
  z-index: 1;
  position: absolute;
}
.cms-faq .column.main .faqHeader,
.cms-faq-location .column.main .faqHeader,
.cms-location .column.main .faqHeader {
  margin: 30px 0;
}
.cms-faq .column.main .faqHeader span,
.cms-faq-location .column.main .faqHeader span,
.cms-location .column.main .faqHeader span {
  font-weight: bold;
  font-family: 'centabel';
  font-size: 21px !important;
  color: #000;
}
.cms-faq .column.main .location,
.cms-faq-location .column.main .location,
.cms-location .column.main .location {
  background: #fff;
  position: relative;
  padding-top: 1px;
  margin-top: 30px;
  padding-bottom: 30px;
}
.cms-faq .column.main .location *,
.cms-faq-location .column.main .location *,
.cms-location .column.main .location * {
  position: relative;
  z-index: 2;
}
.cms-faq .column.main .location:after,
.cms-faq-location .column.main .location:after,
.cms-location .column.main .location:after {
  background-color: #fff;
  width: 200vw;
  top: 0;
  bottom: 0;
  left: -50%;
  content: '';
  display: block;
  z-index: 1;
  position: absolute;
}
.cms-faq .column.main > .panel,
.cms-faq-location .column.main > .panel,
.cms-location .column.main > .panel,
.cms-faq .column.main .location > .panel,
.cms-faq-location .column.main .location > .panel,
.cms-location .column.main .location > .panel {
  display: block;
  width: 100%;
}
.cms-faq .column.main > .panel .panel-title,
.cms-faq-location .column.main > .panel .panel-title,
.cms-location .column.main > .panel .panel-title,
.cms-faq .column.main .location > .panel .panel-title,
.cms-faq-location .column.main .location > .panel .panel-title,
.cms-location .column.main .location > .panel .panel-title {
  text-align: center;
  background: #587575;
  margin: 15px 0 0;
  position: relative;
  padding: 9px 20px;
}
.cms-faq .column.main > .panel .panel-title a:hover,
.cms-faq-location .column.main > .panel .panel-title a:hover,
.cms-location .column.main > .panel .panel-title a:hover,
.cms-faq .column.main .location > .panel .panel-title a:hover,
.cms-faq-location .column.main .location > .panel .panel-title a:hover,
.cms-location .column.main .location > .panel .panel-title a:hover {
  text-decoration: none;
}
.cms-faq .column.main > .panel .panel-title:after,
.cms-faq-location .column.main > .panel .panel-title:after,
.cms-location .column.main > .panel .panel-title:after,
.cms-faq .column.main .location > .panel .panel-title:after,
.cms-faq-location .column.main .location > .panel .panel-title:after,
.cms-location .column.main .location > .panel .panel-title:after {
  display: block;
  width: 16px;
  height: 16px;
  content: '';
  z-index: 2;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../Magento_Theme/images/down-arrow.png) center center no-repeat;
}
.cms-faq .column.main > .panel .panel-title span,
.cms-faq-location .column.main > .panel .panel-title span,
.cms-location .column.main > .panel .panel-title span,
.cms-faq .column.main .location > .panel .panel-title span,
.cms-faq-location .column.main .location > .panel .panel-title span,
.cms-location .column.main .location > .panel .panel-title span {
  font-weight: bold;
  margin-bottom: 40px;
  font-family: serif;
  color: #fff !important;
  font-size: 15px !important;
}
.cms-faq .column.main > .panel .panel-title.black,
.cms-faq-location .column.main > .panel .panel-title.black,
.cms-location .column.main > .panel .panel-title.black,
.cms-faq .column.main .location > .panel .panel-title.black,
.cms-faq-location .column.main .location > .panel .panel-title.black,
.cms-location .column.main .location > .panel .panel-title.black {
  background: #fff;
}
.cms-faq .column.main > .panel .panel-title.black span,
.cms-faq-location .column.main > .panel .panel-title.black span,
.cms-location .column.main > .panel .panel-title.black span,
.cms-faq .column.main .location > .panel .panel-title.black span,
.cms-faq-location .column.main .location > .panel .panel-title.black span,
.cms-location .column.main .location > .panel .panel-title.black span {
  color: #000 !important;
}
.cms-faq .column.main > .panel .panel-body,
.cms-faq-location .column.main > .panel .panel-body,
.cms-location .column.main > .panel .panel-body,
.cms-faq .column.main .location > .panel .panel-body,
.cms-faq-location .column.main .location > .panel .panel-body,
.cms-location .column.main .location > .panel .panel-body {
  color: #000 !important;
  font-family: 'Bodoni' !important;
  font-size: 17px !important;
  text-align: justify;
  line-height: 1.4 !important;
  margin-bottom: 0;
  text-align-last: center;
  margin-top: 10px;
  display: none;
}
.cms-faq .column.main > .panel .panel-body table,
.cms-faq-location .column.main > .panel .panel-body table,
.cms-location .column.main > .panel .panel-body table,
.cms-faq .column.main .location > .panel .panel-body table,
.cms-faq-location .column.main .location > .panel .panel-body table,
.cms-location .column.main .location > .panel .panel-body table {
  margin: auto;
  float: none;
}
.cms-faq .column.main > .panel .panel-body span,
.cms-faq-location .column.main > .panel .panel-body span,
.cms-location .column.main > .panel .panel-body span,
.cms-faq .column.main .location > .panel .panel-body span,
.cms-faq-location .column.main .location > .panel .panel-body span,
.cms-location .column.main .location > .panel .panel-body span {
  color: #000 !important;
  font-family: 'Bodoni' !important;
  font-size: 17px !important;
  display: block;
  text-align: justify;
  line-height: 1.4 !important;
  margin-bottom: 0;
  text-align-last: center;
}
.cms-faq .column.main > .panel .panel-body:after,
.cms-faq-location .column.main > .panel .panel-body:after,
.cms-location .column.main > .panel .panel-body:after,
.cms-faq .column.main .location > .panel .panel-body:after,
.cms-faq-location .column.main .location > .panel .panel-body:after,
.cms-location .column.main .location > .panel .panel-body:after {
  display: block;
  content: '';
  clear: both;
}
.cms-faq-location .page-main {
  padding-top: 0;
}
.cms-faq-location .page-main .column.main .location {
  margin-top: 0;
}
.cms-location .column.main p {
  list-style-type: none;
  color: #000;
  font-family: 'Bodoni';
  font-size: 17px;
  display: block;
  text-align: justify;
  line-height: 1.4;
  text-align-last: center;
}
.cms-location .column.main .header_location {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 100px 0;
}
.cms-location .column.main .header_location .carre_image {
  width: 200px;
  height: 200px;
  transform: rotate(45deg);
  position: relative;
  z-index: 3;
  display: inline-block;
  overflow: hidden;
}
.cms-location .column.main .header_location .carre_image:before {
  content: '';
  display: block;
  width: 300px;
  height: 300px;
  background: url(../Magento_Theme/images/bg_carre.png) center center no-repeat;
  transform: rotate(-45deg);
  margin-top: -55px;
  margin-left: -55px;
}
@media only screen and (max-width: 550px) {
  .cms-location .column.main .header_location .carre_image {
    display: none;
  }
}
.cms-location .column.main .header_location .carre_blanc {
  background: #fff;
  width: 170px;
  height: 170px;
  transform: rotate(45deg);
  position: relative;
  z-index: 2;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .cms-location .column.main .header_location .carre_blanc {
    display: none;
  }
}
.cms-location .column.main .header_location .texte {
  display: inline-block;
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 767px) {
  .cms-location .column.main .header_location .texte {
    margin-left: 50px;
  }
}
.cms-location .column.main .header_location .texte h1 {
  margin: 0;
  display: flex;
  align-items: center;
  font-weight: bold;
  font-family: 'centabel';
  font-size: 21px !important;
  color: #000;
  width: 100%;
  text-align: left;
}
.cms-location .column.main .header_location .texte h1 hr {
  display: block;
  border: none;
  width: 80px;
  margin: 0 10px;
  background: #000;
  height: 1px;
}
.cms-location .column.main .header_location .texte h2 {
  margin: 0;
  display: flex;
  align-items: center;
  font-weight: bold;
  font-family: 'centabel';
  font-size: 17px !important;
  color: #000;
  width: 100%;
  text-align: left;
}
.cms-location .column.main .title_programme h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-family: 'centabel';
  font-size: 21px !important;
  color: #000;
  margin-bottom: 30px;
  margin-top: 30px;
  width: 100%;
}
.cms-location .column.main .title_programme h2 hr {
  display: block;
  border: none;
  width: 30px;
  margin: 0 10px;
  background: #000;
  height: 1px;
}
.cms-location .column.main .offres .row .col-md-4 {
  padding: 10px;
}
.cms-location .column.main .offres .row .col-md-4 .arw-title h2 {
  text-align: center;
  margin-bottom: 0;
}
.cms-location .column.main .offres .row .col-md-4 .arw-title h2 span {
  font-weight: bold;
  font-family: sans-serif;
  font-size: 15px;
  color: #000;
}
.cms-location .column.main .offres .row .col-md-4 > p strong {
  font-weight: normal;
}
.cms-location .column.main .offres .row .col-md-4 > div {
  padding: 20px;
  background: #fff;
  height: 100%;
}
.cms-location .column.main .offres .row .col-md-4 > div hr {
  width: 30px;
  border-top: 1px solid #000;
}
.cms-location .column.main .avantages {
  background: #000;
  position: relative;
  padding-top: 1px;
  margin-top: 80px;
}
.cms-location .column.main .avantages:before {
  background-color: #000;
  width: 200vw;
  content: '';
  display: block;
  transform: rotate(-2deg);
  height: 200px;
  position: absolute;
  left: -50%;
  top: -63px;
  z-index: -1;
}
.cms-location .column.main .avantages:after {
  position: absolute;
  display: block;
  z-index: -1;
  background: #000;
  width: 200vw;
  top: 0;
  bottom: 0;
  left: 0;
  transform: translateX(-50%);
  content: '';
}
.cms-location .column.main .avantages .row .col-xs-12 {
  padding: 30px 15px;
}
.cms-location .column.main .avantages .row .col-xs-12 hr {
  width: 30px;
  margin: 10px auto;
}
.cms-location .column.main .avantages .row .col-xs-12 p {
  color: #fff;
  font-family: 'Bodoni';
  font-size: 17px;
  line-height: 1.4;
}
.cms-location .column.main .avantages .row .col-xs-12 p.service-title {
  text-align: center;
  font-weight: bold;
  font-family: sans-serif;
  font-size: 15px;
}
.cms-location .column.main .avantages h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-weight: bold;
  font-family: 'centabel';
  font-size: 21px !important;
  color: #fff;
  margin-bottom: 20px;
  margin-top: 20px;
}
.cms-location .column.main .avantages h2 hr {
  display: block;
  border: none;
  width: 30px;
  margin: 0 10px;
  background: #fff;
  height: 1px;
}
.cms-location .column.main .document_download {
  padding-top: 30px;
}
.cms-location .column.main .document_download > p {
  margin-top: 20px;
  margin-bottom: 40px;
}
.cms-location .column.main .document_download .row .col-md-4 p a {
  display: inline-flex;
  background: #587575;
  padding: 5px 25px;
  color: #fff;
  margin: 5px;
  vertical-align: top;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.cms-location .column.main .document_download .form_online {
  line-height: 34px;
}
.cms-location .column.main .document_download .form_online a {
  background: #E8E8E8;
  padding: 3px 15px;
  display: inline-block !important;
  height: auto;
  width: auto;
  line-height: 25px;
  position: relative;
  margin: 0 20px 10px;
  color: #000;
  font-family: 'Bodoni';
  font-size: 17px;
  text-transform: none;
  border: 1px solid #000;
  vertical-align: top;
}
.cms-location .column.main .document_download .form_online a:hover {
  text-decoration: underline;
}
.cms-location .column.main .document_download .form_online a span {
  color: #000;
  font-family: 'Bodoni';
  font-size: 17px;
  text-transform: none;
  display: block;
}
.cms-location .column.main .document_download .form_online a:before {
  display: block;
  width: 8px;
  height: 18px;
  background: #E8E8E8;
  position: absolute;
  left: -2px;
  top: 50%;
  border: none;
  transform: translateY(-50%);
  content: '';
}
.cms-location .column.main .document_download .form_online a:after {
  content: '';
  display: block;
  width: 25px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 54%;
  transform: translateY(-50%) translateX(-50%);
  left: -3px;
  border: none;
  border-top: 1px solid #000;
}
.cms-location .column.main .document_download h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-family: 'centabel';
  font-size: 21px !important;
  color: #000;
  width: 100%;
  margin-bottom: 0;
  margin-top: 0;
}
.cms-location .column.main .document_download h2 hr {
  display: block;
  border: none;
  width: 30px;
  margin: 0 10px;
  background: #000;
  height: 1px;
}
.cms-location .column.main .bloc_white {
  background: #fff;
  position: relative;
}
.cms-location .column.main .bloc_white:after {
  position: absolute;
  display: block;
  z-index: -1;
  background: #fff;
  width: 200vw;
  top: 0;
  bottom: 0;
  left: 0;
  transform: translateX(-50%);
  content: '';
}
.cms-location .column.main .bloc_white > p {
  padding: 20px 0;
  display: block;
  margin: 0;
}
.cms-location .column.main .bloc_white .row h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-family: 'centabel';
  font-size: 21px !important;
  color: #000;
  margin-bottom: 30px;
  margin-top: 30px;
  width: 100%;
}
.cms-location .column.main .bloc_white .row h2 hr {
  display: block;
  border: none;
  width: 30px;
  margin: 0 10px;
  background: #000;
  height: 1px;
}
.cms-location .column.main .bloc_white .row .col-md-4 {
  padding: 10px;
  background: transparent;
}
.cms-location .column.main .bloc_white .row .col-md-4 > div {
  background: #587575;
  padding: 20px;
  color: #fff;
  height: 100%;
}
.cms-location .column.main .bloc_white .row .col-md-4 > div h2 span,
.cms-location .column.main .bloc_white .row .col-md-4 > div h2 strong {
  display: block;
  text-align: center;
  font-weight: bold;
  font-family: sans-serif;
  font-size: 15px;
}
.cms-location .column.main .bloc_white .row .col-md-4 > div p,
.cms-location .column.main .bloc_white .row .col-md-4 > div span,
.cms-location .column.main .bloc_white .row .col-md-4 > div a {
  list-style-type: none;
  color: #fff;
  font-family: 'Bodoni';
  font-size: 17px;
  line-height: 1.4;
}
.cms-location .column.main .location.green {
  background: #587575;
  padding-bottom: 0;
}
.cms-location .column.main .location.green:after {
  background: #587575;
}
.cms-location .column.main .location.green > .panel .panel-body {
  color: #fff !important;
}
.cms-location .column.main .location.green > .panel .panel-body a {
  color: #fff !important;
}
.cms-location .column.main .location.green .faqHeader {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cms-location .column.main .location.green .faqHeader span {
  color: #fff;
}
.cms-location .column.main .location.green .faqHeader hr {
  display: block;
  border: none;
  width: 30px;
  margin: 0 10px;
  background: #fff;
  height: 1px;
}
.cms-location .column.main .link-bottom-location {
  text-align: center;
  padding: 30px 0;
  margin-bottom: 0;
}
.cms-location .column.main .link-bottom-location a {
  background: #587575;
  padding: 3px 15px;
  display: inline-block !important;
  height: auto;
  width: auto;
  line-height: 25px;
  position: relative;
  margin: 0 20px 10px;
  color: #fff;
  font-family: 'Bodoni';
  font-size: 17px;
  text-transform: none;
  border: 1px solid #fff;
  vertical-align: top;
}
.cms-location .column.main .link-bottom-location a:hover {
  text-decoration: underline;
}
.cms-location .column.main .link-bottom-location a span {
  color: #fff;
  font-family: 'Bodoni';
  font-size: 17px;
  text-transform: none;
  display: block;
}
.cms-location .column.main .link-bottom-location a:before {
  display: block;
  width: 8px;
  height: 18px;
  background: #587575;
  position: absolute;
  left: -2px;
  top: 50%;
  border: none;
  transform: translateY(-50%);
  content: '';
}
.cms-location .column.main .link-bottom-location a:after {
  content: '';
  display: block;
  width: 25px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 54%;
  transform: translateY(-50%) translateX(-50%);
  left: -3px;
  border: none;
  border-top: 1px solid #fff;
}
.cms-location .column.main .bloc_pickup ul {
  list-style-type: none;
  padding-left: 0;
}
.cms-location .column.main .bloc_pickup ul li {
  list-style-type: none;
  color: #000;
  font-family: 'Bodoni';
  font-size: 17px;
  display: block;
  text-align: justify;
  line-height: 1.4;
  text-align-last: center;
  margin-bottom: 20px;
  padding: 0 20px;
}
.cms-location .column.main .bloc_pickup ul li span {
  font-weight: bold;
  font-family: sans-serif;
}
.cms-location .column.main .fedex {
  display: block;
  width: 100%;
  background: #000;
  padding: 30px;
  list-style-type: none;
  color: #fff;
  font-family: 'Bodoni';
  font-size: 17px;
  text-align: justify;
  line-height: 26px;
  text-align-last: center;
  margin-bottom: 30px;
  position: relative;
}
.cms-location .column.main .fedex.paiement:after {
  position: absolute;
  display: block;
  z-index: -1;
  background: #000;
  width: 200vw;
  top: 0;
  bottom: 0;
  left: 0;
  transform: translateX(-50%);
  content: '';
}
.cms-location .column.main .fedex * {
  position: relative;
  z-index: 2;
}
.cms-location .column.main .fedex h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-weight: bold;
  font-family: 'centabel';
  font-size: 21px !important;
  color: #fff;
  margin-bottom: 20px;
  margin-top: 0;
}
.cms-location .column.main .fedex h2 hr {
  display: block;
  border: none;
  width: 30px;
  margin: 0 10px;
  background: #fff;
  height: 1px;
}
.cms-location .column.main .livraison {
  margin-bottom: 30px;
}
.cms-location .column.main .livraison h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-weight: bold;
  font-family: 'centabel';
  font-size: 21px !important;
  color: #000;
  margin-bottom: 30px;
}
.cms-location .column.main .livraison h2 hr {
  display: block;
  border: none;
  width: 30px;
  margin: 0 10px;
  background: #000;
  height: 1px;
}
.cms-location .column.main .livraison .row {
  margin: 0 -10px;
}
.cms-location .column.main .livraison .col-md-4 {
  padding: 10px;
}
.cms-location .column.main .livraison .col-md-4 ul {
  list-style-type: none;
  background: #fff;
  padding: 20px;
  height: 100%;
}
.cms-location .column.main .livraison .col-md-4 ul li {
  list-style-type: none;
  color: #000;
  font-family: 'Bodoni';
  font-size: 17px;
  display: block;
  text-align: justify;
  line-height: 1.4;
  text-align-last: center;
  margin-bottom: 20px;
}
.cms-location .column.main .livraison .col-md-4 ul li span {
  font-weight: bold;
  font-family: sans-serif;
}
.cms-nos-realisations .column.main .block > h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-family: 'centabel';
  font-size: 21px !important;
  color: #000;
  margin-bottom: 30px;
  margin-top: 30px;
  width: 100%;
}
.cms-nos-realisations .column.main .block > h2 hr {
  display: block;
  border: none;
  width: 30px;
  margin: 0 10px;
  background: #000;
  height: 1px;
}
.cms-nos-realisations .column.main .block > p {
  color: #000;
  font-family: 'Bodoni';
  font-size: 17px;
  display: block;
  text-align: justify;
  line-height: 26px;
  text-align-last: center;
  margin-bottom: 80px;
  padding: 0 40px;
}
.cms-nos-realisations .column.main .block.block1 .item {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .cms-nos-realisations .column.main .block.block1 .item {
    display: block;
    text-align: center;
  }
}
.cms-nos-realisations .column.main .block.block1 .item .img {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .cms-nos-realisations .column.main .block.block1 .item .img {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cms-nos-realisations .column.main .block.block1 .item .img img {
  width: 100%;
}
.cms-nos-realisations .column.main .block.block1 .item .texte {
  width: 55%;
  background: #fff;
  padding: 20px;
  margin-left: -5%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .cms-nos-realisations .column.main .block.block1 .item .texte {
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
  }
}
.cms-nos-realisations .column.main .block.block1 .item .texte p {
  text-align: center;
  margin-bottom: 0;
  font-weight: bold;
  font-family: serif;
  color: #000 !important;
  font-size: 14px !important;
}
.cms-nos-realisations .column.main .block.block1 .item .texte span {
  text-align: center;
  display: block;
  color: #000;
  font-family: 'Bodoni';
  font-size: 17px;
}
.cms-nos-realisations .column.main .block.block1 .item > a {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #E8E8E8;
  padding: 3px 15px;
  display: inline-block;
  height: auto;
  width: auto;
  line-height: 25px;
  margin: 0 20px;
  color: #000;
  font-family: 'Bodoni';
  font-size: 17px;
  text-transform: none;
  border: 1px solid #000;
  vertical-align: top;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .cms-nos-realisations .column.main .block.block1 .item > a {
    position: relative;
    margin: auto;
  }
}
.cms-nos-realisations .column.main .block.block1 .item > a:hover {
  text-decoration: underline;
}
.cms-nos-realisations .column.main .block.block1 .item > a span {
  color: #000;
  font-family: 'Bodoni';
  font-size: 17px;
  text-transform: none;
  display: block;
}
.cms-nos-realisations .column.main .block.block1 .item > a:before {
  display: block;
  width: 8px;
  height: 18px;
  background: #E8E8E8;
  position: absolute;
  left: -2px;
  top: 50%;
  border: none;
  transform: translateY(-50%);
  content: '';
}
.cms-nos-realisations .column.main .block.block1 .item > a:after {
  content: '';
  display: block;
  width: 25px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 54%;
  transform: translateY(-50%) translateX(-50%);
  left: -3px;
  border: none;
  border-top: 1px solid #000;
}
.cms-nos-realisations .column.main .block.block1 .item.left .texte {
  margin-left: 0;
  margin-right: -5%;
}
@media only screen and (max-width: 767px) {
  .cms-nos-realisations .column.main .block.block1 .item.left .texte {
    margin-right: 0;
  }
}
.cms-nos-realisations .column.main .block.block1 .item.left > a {
  right: inherit;
  left: 0;
}
.cms-nos-realisations .column.main .block.block2,
.cms-nos-realisations .column.main .block.block3 {
  background: #fff;
  position: relative;
  margin-top: 100px;
  padding-bottom: 80px;
}
.cms-nos-realisations .column.main .block.block2:before,
.cms-nos-realisations .column.main .block.block3:before {
  background-color: #fff;
  width: 200vw;
  content: '';
  display: block;
  transform: rotate(-2deg);
  height: 200px;
  position: absolute;
  left: -50%;
  top: -65px;
  z-index: -1;
}
.cms-nos-realisations .column.main .block.block2:after,
.cms-nos-realisations .column.main .block.block3:after {
  background-color: #fff;
  width: 200vw;
  top: 0;
  bottom: 0;
  left: -50%;
  content: '';
  display: block;
  z-index: -1;
  position: absolute;
}
.cms-nos-realisations .column.main .block.block2 .item,
.cms-nos-realisations .column.main .block.block3 .item {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .cms-nos-realisations .column.main .block.block2 .item,
  .cms-nos-realisations .column.main .block.block3 .item {
    display: block;
  }
}
.cms-nos-realisations .column.main .block.block2 .item .img,
.cms-nos-realisations .column.main .block.block3 .item .img {
  width: 50%;
  padding-right: 20px;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .cms-nos-realisations .column.main .block.block2 .item .img,
  .cms-nos-realisations .column.main .block.block3 .item .img {
    width: 100%;
    margin-bottom: 0;
    padding: 0 !important;
  }
}
.cms-nos-realisations .column.main .block.block2 .item .img img,
.cms-nos-realisations .column.main .block.block3 .item .img img {
  width: 100%;
}
.cms-nos-realisations .column.main .block.block2 .item hr,
.cms-nos-realisations .column.main .block.block3 .item hr {
  width: 5%;
  height: 1px;
  border: none;
  background: #000;
}
@media only screen and (max-width: 767px) {
  .cms-nos-realisations .column.main .block.block2 .item hr,
  .cms-nos-realisations .column.main .block.block3 .item hr {
    display: none;
  }
}
.cms-nos-realisations .column.main .block.block2 .item .texte,
.cms-nos-realisations .column.main .block.block3 .item .texte {
  width: 45%;
  padding: 20px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .cms-nos-realisations .column.main .block.block2 .item .texte,
  .cms-nos-realisations .column.main .block.block3 .item .texte {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cms-nos-realisations .column.main .block.block2 .item .texte p,
.cms-nos-realisations .column.main .block.block3 .item .texte p {
  text-align: left;
  margin-bottom: 0;
  color: #000;
  font-family: 'Bodoni';
  font-size: 17px;
}
@media only screen and (max-width: 767px) {
  .cms-nos-realisations .column.main .block.block2 .item .texte p,
  .cms-nos-realisations .column.main .block.block3 .item .texte p {
    text-align: center;
  }
}
.cms-nos-realisations .column.main .block.block2 .item .texte p span,
.cms-nos-realisations .column.main .block.block3 .item .texte p span {
  font-weight: bold;
  font-family: serif;
  color: #000;
  font-size: 14px;
}
.cms-nos-realisations .column.main .block.block2 .item.left .img,
.cms-nos-realisations .column.main .block.block3 .item.left .img {
  padding-left: 20px;
  padding-right: 0;
}
@media only screen and (max-width: 767px) {
  .cms-nos-realisations .column.main .block.block2 .item.left .img,
  .cms-nos-realisations .column.main .block.block3 .item.left .img {
    padding: 0 !important;
  }
}
.cms-nos-realisations .column.main .block.block2 .item.left .texte p,
.cms-nos-realisations .column.main .block.block3 .item.left .texte p {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .cms-nos-realisations .column.main .block.block2 .item.left .texte p,
  .cms-nos-realisations .column.main .block.block3 .item.left .texte p {
    text-align: center;
  }
}
.cms-nos-realisations .column.main .block.block2 .item {
  position: relative;
}
.cms-nos-realisations .column.main .block.block2 .item:before {
  content: '';
  background: #E8E8E8;
  position: absolute;
  width: 250px;
  height: 250px;
  display: block;
  transform: translateX(-50%) translateY(-50%) rotate(35deg);
  top: 50%;
  left: 50%;
  z-index: 0;
}
@media only screen and (max-width: 767px) {
  .cms-nos-realisations .column.main .block.block2 .item:before {
    display: none;
  }
}
.cms-nos-realisations .column.main .block.block2 .item.item1:before {
  top: 40%;
}
.cms-nos-realisations .column.main .block.block2 .item.item2:before {
  width: 220px;
  height: 220px;
}
.cms-nos-realisations .column.main .block.block2 .item.item3:before {
  left: 45%;
  top: 60%;
}
.cms-nos-realisations .column.main .block.block3 {
  background: #1D1D1D;
  margin-top: -40px;
  position: relative;
  z-index: 4;
}
.cms-nos-realisations .column.main .block.block3:before {
  background-color: #1D1D1D;
  width: 200vw;
  content: '';
  display: block;
  transform: rotate(-2deg);
  height: 200px;
  position: absolute;
  left: -50%;
  top: -65px;
  z-index: -1;
}
.cms-nos-realisations .column.main .block.block3:after {
  background-color: #1D1D1D;
  width: 200vw;
  top: 0;
  bottom: 0;
  left: -50%;
  content: '';
  display: block;
  z-index: -1;
  position: absolute;
}
.cms-nos-realisations .column.main .block.block3 > h2 {
  color: #fff;
}
.cms-nos-realisations .column.main .block.block3 > h2 hr {
  background: #fff;
}
.cms-nos-realisations .column.main .block.block3 hr {
  background: #fff !important;
}
.cms-nos-realisations .column.main .block.block3 p,
.cms-nos-realisations .column.main .block.block3 span {
  color: #fff !important;
}
.cms-nos-realisations .column.main .block.block3 p span,
.cms-nos-realisations .column.main .block.block3 span span {
  color: #fff !important;
}
@media (max-width: 776px) {
  .cms-page-view .dividing-line {
    display: none;
  }
}
.cms-applications .column p,
.cms-applications-nohrd-bike .column p,
.cms-applications-sprintbok .column p,
.cms-applications-we-row .column p,
.cms-applications-smartrow .column p,
.cms-applications-slimbeam .column p,
.cms-applications-nohrd .column p,
.cms-applications .column span,
.cms-applications-nohrd-bike .column span,
.cms-applications-sprintbok .column span,
.cms-applications-we-row .column span,
.cms-applications-smartrow .column span,
.cms-applications-slimbeam .column span,
.cms-applications-nohrd .column span {
  color: #000;
  font-family: 'Bodoni';
  font-size: 17px;
  display: block;
  text-align: justify;
  line-height: 26px;
  margin-bottom: 0;
  text-align-last: center;
  -moz-text-align-last: center;
}
.cms-applications .column hr,
.cms-applications-nohrd-bike .column hr,
.cms-applications-sprintbok .column hr,
.cms-applications-we-row .column hr,
.cms-applications-smartrow .column hr,
.cms-applications-slimbeam .column hr,
.cms-applications-nohrd .column hr {
  display: block;
  margin: 20px auto;
  height: 1px;
  width: 40px;
  background: #000;
  border: none;
}
.cms-applications .entete,
.cms-applications-nohrd-bike .entete,
.cms-applications-sprintbok .entete,
.cms-applications-we-row .entete,
.cms-applications-smartrow .entete,
.cms-applications-slimbeam .entete,
.cms-applications-nohrd .entete {
  margin-top: 50px;
}
.cms-applications .entete:after,
.cms-applications-nohrd-bike .entete:after,
.cms-applications-sprintbok .entete:after,
.cms-applications-we-row .entete:after,
.cms-applications-smartrow .entete:after,
.cms-applications-slimbeam .entete:after,
.cms-applications-nohrd .entete:after {
  content: '';
  display: block;
  clear: both;
}
.cms-applications .entete .line,
.cms-applications-nohrd-bike .entete .line,
.cms-applications-sprintbok .entete .line,
.cms-applications-we-row .entete .line,
.cms-applications-smartrow .entete .line,
.cms-applications-slimbeam .entete .line,
.cms-applications-nohrd .entete .line {
  display: flex;
  align-items: center;
  max-width: 800px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .cms-applications .entete .line,
  .cms-applications-nohrd-bike .entete .line,
  .cms-applications-sprintbok .entete .line,
  .cms-applications-we-row .entete .line,
  .cms-applications-smartrow .entete .line,
  .cms-applications-slimbeam .entete .line,
  .cms-applications-nohrd .entete .line {
    flex-direction: column;
  }
}
.cms-applications .entete .line .image,
.cms-applications-nohrd-bike .entete .line .image,
.cms-applications-sprintbok .entete .line .image,
.cms-applications-we-row .entete .line .image,
.cms-applications-smartrow .entete .line .image,
.cms-applications-slimbeam .entete .line .image,
.cms-applications-nohrd .entete .line .image {
  width: 60%;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .cms-applications .entete .line .image,
  .cms-applications-nohrd-bike .entete .line .image,
  .cms-applications-sprintbok .entete .line .image,
  .cms-applications-we-row .entete .line .image,
  .cms-applications-smartrow .entete .line .image,
  .cms-applications-slimbeam .entete .line .image,
  .cms-applications-nohrd .entete .line .image {
    width: 100%;
    margin: 0;
    border: none;
  }
}
.cms-applications .entete .line .title,
.cms-applications-nohrd-bike .entete .line .title,
.cms-applications-sprintbok .entete .line .title,
.cms-applications-we-row .entete .line .title,
.cms-applications-smartrow .entete .line .title,
.cms-applications-slimbeam .entete .line .title,
.cms-applications-nohrd .entete .line .title {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .cms-applications .entete .line .title,
  .cms-applications-nohrd-bike .entete .line .title,
  .cms-applications-sprintbok .entete .line .title,
  .cms-applications-we-row .entete .line .title,
  .cms-applications-smartrow .entete .line .title,
  .cms-applications-slimbeam .entete .line .title,
  .cms-applications-nohrd .entete .line .title {
    width: 100%;
    margin: 0;
    border: none;
  }
}
.cms-applications .entete .line h2,
.cms-applications-nohrd-bike .entete .line h2,
.cms-applications-sprintbok .entete .line h2,
.cms-applications-we-row .entete .line h2,
.cms-applications-smartrow .entete .line h2,
.cms-applications-slimbeam .entete .line h2,
.cms-applications-nohrd .entete .line h2 {
  display: flex;
  align-items: center;
  font-size: 27px;
  font-weight: normal;
  font-family: 'centabel';
  color: #000;
  width: 100%;
  justify-content: flex-end;
  margin-bottom: 50px;
  margin-top: 50px;
  position: relative;
  z-index: 1;
}
.cms-applications .entete .line h2 hr,
.cms-applications-nohrd-bike .entete .line h2 hr,
.cms-applications-sprintbok .entete .line h2 hr,
.cms-applications-we-row .entete .line h2 hr,
.cms-applications-smartrow .entete .line h2 hr,
.cms-applications-slimbeam .entete .line h2 hr,
.cms-applications-nohrd .entete .line h2 hr {
  display: block;
  height: 1px;
  width: 90px;
  background: #587575;
  border: none;
  margin: 0 15px;
}
.cms-applications .entete .text,
.cms-applications-nohrd-bike .entete .text,
.cms-applications-sprintbok .entete .text,
.cms-applications-we-row .entete .text,
.cms-applications-smartrow .entete .text,
.cms-applications-slimbeam .entete .text,
.cms-applications-nohrd .entete .text {
  width: 50%;
  background: #fff;
  padding: 50px;
  border: 5px solid #E8E8E8;
  float: right;
  margin-top: -100px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .cms-applications .entete .text,
  .cms-applications-nohrd-bike .entete .text,
  .cms-applications-sprintbok .entete .text,
  .cms-applications-we-row .entete .text,
  .cms-applications-smartrow .entete .text,
  .cms-applications-slimbeam .entete .text,
  .cms-applications-nohrd .entete .text {
    width: 100%;
    margin: 0;
    border: none;
  }
}
.cms-applications .entete .text p,
.cms-applications-nohrd-bike .entete .text p,
.cms-applications-sprintbok .entete .text p,
.cms-applications-we-row .entete .text p,
.cms-applications-smartrow .entete .text p,
.cms-applications-slimbeam .entete .text p,
.cms-applications-nohrd .entete .text p {
  color: #000;
  font-family: 'Bodoni';
  font-size: 17px;
  text-align: justify;
  text-align-last: center;
  -moz-text-align-last: center;
  display: block;
  margin: 0;
}
.cms-applications .applications h2,
.cms-applications-nohrd-bike .applications h2,
.cms-applications-sprintbok .applications h2,
.cms-applications-we-row .applications h2,
.cms-applications-smartrow .applications h2,
.cms-applications-slimbeam .applications h2,
.cms-applications-nohrd .applications h2 {
  display: flex;
  align-items: center;
  font-size: 27px;
  font-weight: normal;
  font-family: 'centabel';
  color: #000;
  width: 100%;
  justify-content: center;
  margin-bottom: 30px;
  margin-top: 50px;
  position: relative;
  z-index: 1;
}
.cms-applications .applications h2 hr,
.cms-applications-nohrd-bike .applications h2 hr,
.cms-applications-sprintbok .applications h2 hr,
.cms-applications-we-row .applications h2 hr,
.cms-applications-smartrow .applications h2 hr,
.cms-applications-slimbeam .applications h2 hr,
.cms-applications-nohrd .applications h2 hr {
  display: block;
  height: 1px;
  width: 90px;
  background: #587575;
  border: none;
  margin: 0 15px;
}
.cms-applications .applications ul,
.cms-applications-nohrd-bike .applications ul,
.cms-applications-sprintbok .applications ul,
.cms-applications-we-row .applications ul,
.cms-applications-smartrow .applications ul,
.cms-applications-slimbeam .applications ul,
.cms-applications-nohrd .applications ul {
  list-style: none;
  padding-left: 0;
  text-align: center;
}
.cms-applications .applications ul li,
.cms-applications-nohrd-bike .applications ul li,
.cms-applications-sprintbok .applications ul li,
.cms-applications-we-row .applications ul li,
.cms-applications-smartrow .applications ul li,
.cms-applications-slimbeam .applications ul li,
.cms-applications-nohrd .applications ul li {
  display: inline-block;
  width: 150px;
  vertical-align: top;
}
.cms-applications .applications ul li.nohrd,
.cms-applications-nohrd-bike .applications ul li.nohrd,
.cms-applications-sprintbok .applications ul li.nohrd,
.cms-applications-we-row .applications ul li.nohrd,
.cms-applications-smartrow .applications ul li.nohrd,
.cms-applications-slimbeam .applications ul li.nohrd,
.cms-applications-nohrd .applications ul li.nohrd {
  border: 1px solid #587575;
}
.cms-applications .applications ul li .img,
.cms-applications-nohrd-bike .applications ul li .img,
.cms-applications-sprintbok .applications ul li .img,
.cms-applications-we-row .applications ul li .img,
.cms-applications-smartrow .applications ul li .img,
.cms-applications-slimbeam .applications ul li .img,
.cms-applications-nohrd .applications ul li .img {
  width: 80px;
  margin: auto;
  height: 120px;
  display: flex;
  align-items: center;
}
.cms-applications .applications ul li a,
.cms-applications-nohrd-bike .applications ul li a,
.cms-applications-sprintbok .applications ul li a,
.cms-applications-we-row .applications ul li a,
.cms-applications-smartrow .applications ul li a,
.cms-applications-slimbeam .applications ul li a,
.cms-applications-nohrd .applications ul li a {
  background: #E8E8E8;
  padding: 3px 15px;
  color: #000;
  display: inline-block !important;
  height: auto;
  width: auto;
  line-height: 25px;
  position: relative;
  margin: 0 20px;
  font-family: 'Bodoni';
  font-size: 16px;
  text-transform: none;
  border: 1px solid #000;
  vertical-align: top;
  margin-bottom: 10px;
}
.cms-applications .applications ul li a:hover,
.cms-applications-nohrd-bike .applications ul li a:hover,
.cms-applications-sprintbok .applications ul li a:hover,
.cms-applications-we-row .applications ul li a:hover,
.cms-applications-smartrow .applications ul li a:hover,
.cms-applications-slimbeam .applications ul li a:hover,
.cms-applications-nohrd .applications ul li a:hover {
  text-decoration: underline;
}
.cms-applications .applications ul li a span,
.cms-applications-nohrd-bike .applications ul li a span,
.cms-applications-sprintbok .applications ul li a span,
.cms-applications-we-row .applications ul li a span,
.cms-applications-smartrow .applications ul li a span,
.cms-applications-slimbeam .applications ul li a span,
.cms-applications-nohrd .applications ul li a span {
  color: #000;
  font-family: 'Bodoni';
  font-size: 16px;
  text-transform: none;
  display: block;
}
.cms-applications .applications ul li a:before,
.cms-applications-nohrd-bike .applications ul li a:before,
.cms-applications-sprintbok .applications ul li a:before,
.cms-applications-we-row .applications ul li a:before,
.cms-applications-smartrow .applications ul li a:before,
.cms-applications-slimbeam .applications ul li a:before,
.cms-applications-nohrd .applications ul li a:before {
  display: block;
  width: 8px;
  height: 18px;
  background: #E8E8E8;
  position: absolute;
  left: -2px;
  top: 50%;
  border: none;
  transform: translateY(-50%);
  content: '';
}
.cms-applications .applications ul li a:after,
.cms-applications-nohrd-bike .applications ul li a:after,
.cms-applications-sprintbok .applications ul li a:after,
.cms-applications-we-row .applications ul li a:after,
.cms-applications-smartrow .applications ul li a:after,
.cms-applications-slimbeam .applications ul li a:after,
.cms-applications-nohrd .applications ul li a:after {
  content: '';
  display: block;
  width: 25px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 54%;
  transform: translateY(-50%) translateX(-50%);
  left: -3px;
  border: none;
  border-top: 1px solid #000;
}
.cms-applications .carac,
.cms-applications-nohrd-bike .carac,
.cms-applications-sprintbok .carac,
.cms-applications-we-row .carac,
.cms-applications-smartrow .carac,
.cms-applications-slimbeam .carac,
.cms-applications-nohrd .carac {
  background: #fff;
  position: relative;
  z-index: 2;
  text-align: center;
}
.cms-applications .carac:before,
.cms-applications-nohrd-bike .carac:before,
.cms-applications-sprintbok .carac:before,
.cms-applications-we-row .carac:before,
.cms-applications-smartrow .carac:before,
.cms-applications-slimbeam .carac:before,
.cms-applications-nohrd .carac:before {
  background-color: #fff;
  width: 200vw;
  top: 0;
  height: 200px;
  transform: rotate(1deg);
  left: -50%;
  content: '';
  display: block;
  z-index: -1;
  position: absolute;
}
.cms-applications .carac:after,
.cms-applications-nohrd-bike .carac:after,
.cms-applications-sprintbok .carac:after,
.cms-applications-we-row .carac:after,
.cms-applications-smartrow .carac:after,
.cms-applications-slimbeam .carac:after,
.cms-applications-nohrd .carac:after {
  background-color: #fff;
  width: 200vw;
  top: 0;
  bottom: 0;
  left: -50%;
  content: '';
  display: block;
  z-index: -1;
  position: absolute;
}
.cms-applications .carac .col100,
.cms-applications-nohrd-bike .carac .col100,
.cms-applications-sprintbok .carac .col100,
.cms-applications-we-row .carac .col100,
.cms-applications-smartrow .carac .col100,
.cms-applications-slimbeam .carac .col100,
.cms-applications-nohrd .carac .col100 {
  display: inline-flex;
  width: 100%;
  padding: 40px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .cms-applications .carac .col100,
  .cms-applications-nohrd-bike .carac .col100,
  .cms-applications-sprintbok .carac .col100,
  .cms-applications-we-row .carac .col100,
  .cms-applications-smartrow .carac .col100,
  .cms-applications-slimbeam .carac .col100,
  .cms-applications-nohrd .carac .col100 {
    width: 100%;
    display: block;
    padding: 20px;
  }
}
.cms-applications .carac .col100 p,
.cms-applications-nohrd-bike .carac .col100 p,
.cms-applications-sprintbok .carac .col100 p,
.cms-applications-we-row .carac .col100 p,
.cms-applications-smartrow .carac .col100 p,
.cms-applications-slimbeam .carac .col100 p,
.cms-applications-nohrd .carac .col100 p {
  text-align: left;
  font-weight: bold;
  font-family: sans-serif;
  font-size: 15px;
  color: #000;
  display: block;
  margin: 0;
  text-align-last: left;
  -moz-text-align-last: left;
}
.cms-applications .carac .col100 .text,
.cms-applications-nohrd-bike .carac .col100 .text,
.cms-applications-sprintbok .carac .col100 .text,
.cms-applications-we-row .carac .col100 .text,
.cms-applications-smartrow .carac .col100 .text,
.cms-applications-slimbeam .carac .col100 .text,
.cms-applications-nohrd .carac .col100 .text {
  padding-left: 0;
}
.cms-applications .carac .col100 span,
.cms-applications-nohrd-bike .carac .col100 span,
.cms-applications-sprintbok .carac .col100 span,
.cms-applications-we-row .carac .col100 span,
.cms-applications-smartrow .carac .col100 span,
.cms-applications-slimbeam .carac .col100 span,
.cms-applications-nohrd .carac .col100 span {
  text-align: left !important;
  display: block;
  text-align-last: left;
  -moz-text-align-last: left;
}
.cms-applications .carac .col100 hr,
.cms-applications-nohrd-bike .carac .col100 hr,
.cms-applications-sprintbok .carac .col100 hr,
.cms-applications-we-row .carac .col100 hr,
.cms-applications-smartrow .carac .col100 hr,
.cms-applications-slimbeam .carac .col100 hr,
.cms-applications-nohrd .carac .col100 hr {
  width: 40px;
  margin: 0 25px;
  background: #000;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .cms-applications .carac .col100 hr,
  .cms-applications-nohrd-bike .carac .col100 hr,
  .cms-applications-sprintbok .carac .col100 hr,
  .cms-applications-we-row .carac .col100 hr,
  .cms-applications-smartrow .carac .col100 hr,
  .cms-applications-slimbeam .carac .col100 hr,
  .cms-applications-nohrd .carac .col100 hr {
    display: block;
    width: 1px;
    height: 40px;
    margin: 15px auto;
  }
}
.cms-applications .carac .col50,
.cms-applications-nohrd-bike .carac .col50,
.cms-applications-sprintbok .carac .col50,
.cms-applications-we-row .carac .col50,
.cms-applications-smartrow .carac .col50,
.cms-applications-slimbeam .carac .col50,
.cms-applications-nohrd .carac .col50 {
  display: inline-block;
  width: 49%;
  vertical-align: top;
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .cms-applications .carac .col50,
  .cms-applications-nohrd-bike .carac .col50,
  .cms-applications-sprintbok .carac .col50,
  .cms-applications-we-row .carac .col50,
  .cms-applications-smartrow .carac .col50,
  .cms-applications-slimbeam .carac .col50,
  .cms-applications-nohrd .carac .col50 {
    width: 100%;
    display: block;
    padding: 20px;
  }
}
.cms-applications .carac .col50 hr,
.cms-applications-nohrd-bike .carac .col50 hr,
.cms-applications-sprintbok .carac .col50 hr,
.cms-applications-we-row .carac .col50 hr,
.cms-applications-smartrow .carac .col50 hr,
.cms-applications-slimbeam .carac .col50 hr,
.cms-applications-nohrd .carac .col50 hr {
  width: 1px;
  height: 40px;
  margin: 15px auto;
}
.cms-applications .carac .col50 p,
.cms-applications-nohrd-bike .carac .col50 p,
.cms-applications-sprintbok .carac .col50 p,
.cms-applications-we-row .carac .col50 p,
.cms-applications-smartrow .carac .col50 p,
.cms-applications-slimbeam .carac .col50 p,
.cms-applications-nohrd .carac .col50 p {
  font-weight: bold;
  font-family: sans-serif;
  font-size: 15px;
  color: #000;
  text-align: center;
  display: block;
  margin: 0;
}
.cms-applications .first-bloc,
.cms-applications-nohrd-bike .first-bloc,
.cms-applications-sprintbok .first-bloc,
.cms-applications-we-row .first-bloc,
.cms-applications-smartrow .first-bloc,
.cms-applications-slimbeam .first-bloc,
.cms-applications-nohrd .first-bloc {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  .cms-applications .first-bloc,
  .cms-applications-nohrd-bike .first-bloc,
  .cms-applications-sprintbok .first-bloc,
  .cms-applications-we-row .first-bloc,
  .cms-applications-smartrow .first-bloc,
  .cms-applications-slimbeam .first-bloc,
  .cms-applications-nohrd .first-bloc {
    flex-direction: column;
    justify-content: center;
  }
}
.cms-applications .first-bloc .logo,
.cms-applications-nohrd-bike .first-bloc .logo,
.cms-applications-sprintbok .first-bloc .logo,
.cms-applications-we-row .first-bloc .logo,
.cms-applications-smartrow .first-bloc .logo,
.cms-applications-slimbeam .first-bloc .logo,
.cms-applications-nohrd .first-bloc .logo {
  width: 240px;
  flex-shrink: 0;
  z-index: 0;
  height: 100px;
  max-height: 100px;
}
@media screen and (max-width: 767px) {
  .cms-applications .first-bloc .logo,
  .cms-applications-nohrd-bike .first-bloc .logo,
  .cms-applications-sprintbok .first-bloc .logo,
  .cms-applications-we-row .first-bloc .logo,
  .cms-applications-smartrow .first-bloc .logo,
  .cms-applications-slimbeam .first-bloc .logo,
  .cms-applications-nohrd .first-bloc .logo {
    width: 100%;
    text-align: center;
  }
}
.cms-applications .first-bloc .logo img,
.cms-applications-nohrd-bike .first-bloc .logo img,
.cms-applications-sprintbok .first-bloc .logo img,
.cms-applications-we-row .first-bloc .logo img,
.cms-applications-smartrow .first-bloc .logo img,
.cms-applications-slimbeam .first-bloc .logo img,
.cms-applications-nohrd .first-bloc .logo img {
  width: 100px;
  height: 100px;
  max-height: 100px;
}
@media screen and (max-width: 767px) {
  .cms-applications .first-bloc .logo img,
  .cms-applications-nohrd-bike .first-bloc .logo img,
  .cms-applications-sprintbok .first-bloc .logo img,
  .cms-applications-we-row .first-bloc .logo img,
  .cms-applications-smartrow .first-bloc .logo img,
  .cms-applications-slimbeam .first-bloc .logo img,
  .cms-applications-nohrd .first-bloc .logo img {
    margin: auto;
  }
}
.cms-applications .first-bloc .text,
.cms-applications-nohrd-bike .first-bloc .text,
.cms-applications-sprintbok .first-bloc .text,
.cms-applications-we-row .first-bloc .text,
.cms-applications-smartrow .first-bloc .text,
.cms-applications-slimbeam .first-bloc .text,
.cms-applications-nohrd .first-bloc .text {
  background: #fff;
  position: relative;
  padding: 50px;
  width: 400px;
  flex-shrink: 0;
}
.cms-applications .first-bloc .text ul li,
.cms-applications-nohrd-bike .first-bloc .text ul li,
.cms-applications-sprintbok .first-bloc .text ul li,
.cms-applications-we-row .first-bloc .text ul li,
.cms-applications-smartrow .first-bloc .text ul li,
.cms-applications-slimbeam .first-bloc .text ul li,
.cms-applications-nohrd .first-bloc .text ul li {
  padding: 5px;
}
@media screen and (max-width: 767px) {
  .cms-applications .first-bloc .text,
  .cms-applications-nohrd-bike .first-bloc .text,
  .cms-applications-sprintbok .first-bloc .text,
  .cms-applications-we-row .first-bloc .text,
  .cms-applications-smartrow .first-bloc .text,
  .cms-applications-slimbeam .first-bloc .text,
  .cms-applications-nohrd .first-bloc .text {
    width: 100%;
    max-width: 400px;
    padding: 30px;
    margin-top: 40px;
  }
}
.cms-applications .first-bloc .text p,
.cms-applications-nohrd-bike .first-bloc .text p,
.cms-applications-sprintbok .first-bloc .text p,
.cms-applications-we-row .first-bloc .text p,
.cms-applications-smartrow .first-bloc .text p,
.cms-applications-slimbeam .first-bloc .text p,
.cms-applications-nohrd .first-bloc .text p {
  color: #000;
  font-family: 'Bodoni';
  font-size: 17px;
  display: block;
  text-align: justify;
  line-height: 26px;
  margin-bottom: 0;
  text-align-last: center;
  -moz-text-align-last: center;
}
.cms-applications .first-bloc .text hr,
.cms-applications-nohrd-bike .first-bloc .text hr,
.cms-applications-sprintbok .first-bloc .text hr,
.cms-applications-we-row .first-bloc .text hr,
.cms-applications-smartrow .first-bloc .text hr,
.cms-applications-slimbeam .first-bloc .text hr,
.cms-applications-nohrd .first-bloc .text hr {
  position: absolute;
  height: 3px;
  display: block;
  background: #587575;
  border: none;
  width: 150px;
  top: 50%;
  left: -125px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .cms-applications .first-bloc .text hr,
  .cms-applications-nohrd-bike .first-bloc .text hr,
  .cms-applications-sprintbok .first-bloc .text hr,
  .cms-applications-we-row .first-bloc .text hr,
  .cms-applications-smartrow .first-bloc .text hr,
  .cms-applications-slimbeam .first-bloc .text hr,
  .cms-applications-nohrd .first-bloc .text hr {
    top: -50px;
    left: 50%;
    width: 3px;
    height: 70px;
  }
}
.cms-applications .download,
.cms-applications-nohrd-bike .download,
.cms-applications-sprintbok .download,
.cms-applications-we-row .download,
.cms-applications-smartrow .download,
.cms-applications-slimbeam .download,
.cms-applications-nohrd .download {
  background: #fff;
  position: relative;
  z-index: 2;
  margin-top: 125px;
  text-align: center;
  padding-bottom: 50px;
}
.cms-applications .download:before,
.cms-applications-nohrd-bike .download:before,
.cms-applications-sprintbok .download:before,
.cms-applications-we-row .download:before,
.cms-applications-smartrow .download:before,
.cms-applications-slimbeam .download:before,
.cms-applications-nohrd .download:before {
  background-color: #fff;
  width: 200vw;
  content: '';
  display: block;
  transform: rotate(-2deg);
  height: 200px;
  position: absolute;
  left: -50%;
  top: -100px;
  z-index: -1;
}
.cms-applications .download:after,
.cms-applications-nohrd-bike .download:after,
.cms-applications-sprintbok .download:after,
.cms-applications-we-row .download:after,
.cms-applications-smartrow .download:after,
.cms-applications-slimbeam .download:after,
.cms-applications-nohrd .download:after {
  background-color: #fff;
  width: 200vw;
  top: 0;
  bottom: 0;
  left: -50%;
  content: '';
  display: block;
  z-index: -1;
  position: absolute;
}
.cms-applications .download ul,
.cms-applications-nohrd-bike .download ul,
.cms-applications-sprintbok .download ul,
.cms-applications-we-row .download ul,
.cms-applications-smartrow .download ul,
.cms-applications-slimbeam .download ul,
.cms-applications-nohrd .download ul {
  padding-left: 0;
  text-align: center;
}
.cms-applications .download ul li,
.cms-applications-nohrd-bike .download ul li,
.cms-applications-sprintbok .download ul li,
.cms-applications-we-row .download ul li,
.cms-applications-smartrow .download ul li,
.cms-applications-slimbeam .download ul li,
.cms-applications-nohrd .download ul li {
  list-style: none;
  display: inline-block;
  vertical-align: top;
  padding: 20px;
}
.cms-applications .download > ul > li,
.cms-applications-nohrd-bike .download > ul > li,
.cms-applications-sprintbok .download > ul > li,
.cms-applications-we-row .download > ul > li,
.cms-applications-smartrow .download > ul > li,
.cms-applications-slimbeam .download > ul > li,
.cms-applications-nohrd .download > ul > li {
  width: auto;
  text-align: center;
  max-width: 33%;
}
@media screen and (max-width: 767px) {
  .cms-applications .download > ul > li,
  .cms-applications-nohrd-bike .download > ul > li,
  .cms-applications-sprintbok .download > ul > li,
  .cms-applications-we-row .download > ul > li,
  .cms-applications-smartrow .download > ul > li,
  .cms-applications-slimbeam .download > ul > li,
  .cms-applications-nohrd .download > ul > li {
    width: 100%;
    max-width: 100%;
  }
}
.cms-applications .download > ul > li img,
.cms-applications-nohrd-bike .download > ul > li img,
.cms-applications-sprintbok .download > ul > li img,
.cms-applications-we-row .download > ul > li img,
.cms-applications-smartrow .download > ul > li img,
.cms-applications-slimbeam .download > ul > li img,
.cms-applications-nohrd .download > ul > li img {
  width: 100%;
  max-width: 300px;
}
.cms-applications-nohrd-bike .entete,
.cms-applications-sprintbok .entete,
.cms-applications-we-row .entete,
.cms-applications-smartrow .entete,
.cms-applications-slimbeam .entete,
.cms-applications-nohrd .entete {
  margin-top: 80px;
}
.cms-applications-nohrd-bike .entete .line,
.cms-applications-sprintbok .entete .line,
.cms-applications-we-row .entete .line,
.cms-applications-smartrow .entete .line,
.cms-applications-slimbeam .entete .line,
.cms-applications-nohrd .entete .line {
  margin: 0 auto 150px;
  max-width: 90%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .cms-applications-nohrd-bike .entete .line,
  .cms-applications-sprintbok .entete .line,
  .cms-applications-we-row .entete .line,
  .cms-applications-smartrow .entete .line,
  .cms-applications-slimbeam .entete .line,
  .cms-applications-nohrd .entete .line {
    display: block;
    margin-bottom: 60px;
  }
}
.cms-applications-nohrd-bike .entete .line .title,
.cms-applications-sprintbok .entete .line .title,
.cms-applications-we-row .entete .line .title,
.cms-applications-smartrow .entete .line .title,
.cms-applications-slimbeam .entete .line .title,
.cms-applications-nohrd .entete .line .title {
  width: 65%;
}
@media screen and (max-width: 767px) {
  .cms-applications-nohrd-bike .entete .line .title,
  .cms-applications-sprintbok .entete .line .title,
  .cms-applications-we-row .entete .line .title,
  .cms-applications-smartrow .entete .line .title,
  .cms-applications-slimbeam .entete .line .title,
  .cms-applications-nohrd .entete .line .title {
    max-width: 100%;
    width: 100%;
  }
}
.cms-applications-nohrd-bike .entete .line .title .inner,
.cms-applications-sprintbok .entete .line .title .inner,
.cms-applications-we-row .entete .line .title .inner,
.cms-applications-smartrow .entete .line .title .inner,
.cms-applications-slimbeam .entete .line .title .inner,
.cms-applications-nohrd .entete .line .title .inner {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .cms-applications-nohrd-bike .entete .line .title .inner,
  .cms-applications-sprintbok .entete .line .title .inner,
  .cms-applications-we-row .entete .line .title .inner,
  .cms-applications-smartrow .entete .line .title .inner,
  .cms-applications-slimbeam .entete .line .title .inner,
  .cms-applications-nohrd .entete .line .title .inner {
    flex-direction: column;
    margin-bottom: 50px;
  }
}
.cms-applications-nohrd-bike .entete .line .title .inner .img,
.cms-applications-sprintbok .entete .line .title .inner .img,
.cms-applications-we-row .entete .line .title .inner .img,
.cms-applications-smartrow .entete .line .title .inner .img,
.cms-applications-slimbeam .entete .line .title .inner .img,
.cms-applications-nohrd .entete .line .title .inner .img {
  width: 100px;
  flex-shrink: 0;
}
.cms-applications-nohrd-bike .entete .line .title .inner hr,
.cms-applications-sprintbok .entete .line .title .inner hr,
.cms-applications-we-row .entete .line .title .inner hr,
.cms-applications-smartrow .entete .line .title .inner hr,
.cms-applications-slimbeam .entete .line .title .inner hr,
.cms-applications-nohrd .entete .line .title .inner hr {
  flex-shrink: 0;
  width: 90px;
  height: 1px;
  border: none;
  background: #587575;
  margin: 0 30px;
}
@media screen and (max-width: 991px) {
  .cms-applications-nohrd-bike .entete .line .title .inner hr,
  .cms-applications-sprintbok .entete .line .title .inner hr,
  .cms-applications-we-row .entete .line .title .inner hr,
  .cms-applications-smartrow .entete .line .title .inner hr,
  .cms-applications-slimbeam .entete .line .title .inner hr,
  .cms-applications-nohrd .entete .line .title .inner hr {
    width: 50px;
  }
}
@media screen and (max-width: 767px) {
  .cms-applications-nohrd-bike .entete .line .title .inner hr,
  .cms-applications-sprintbok .entete .line .title .inner hr,
  .cms-applications-we-row .entete .line .title .inner hr,
  .cms-applications-smartrow .entete .line .title .inner hr,
  .cms-applications-slimbeam .entete .line .title .inner hr,
  .cms-applications-nohrd .entete .line .title .inner hr {
    margin: 20px auto;
  }
}
.cms-applications-nohrd-bike .entete .line .title .inner h2,
.cms-applications-sprintbok .entete .line .title .inner h2,
.cms-applications-we-row .entete .line .title .inner h2,
.cms-applications-smartrow .entete .line .title .inner h2,
.cms-applications-slimbeam .entete .line .title .inner h2,
.cms-applications-nohrd .entete .line .title .inner h2 {
  display: block;
}
@media screen and (max-width: 767px) {
  .cms-applications-nohrd-bike .entete .line .title .inner h2,
  .cms-applications-sprintbok .entete .line .title .inner h2,
  .cms-applications-we-row .entete .line .title .inner h2,
  .cms-applications-smartrow .entete .line .title .inner h2,
  .cms-applications-slimbeam .entete .line .title .inner h2,
  .cms-applications-nohrd .entete .line .title .inner h2 {
    margin-top: 0;
  }
}
.cms-applications-nohrd-bike .entete .line .title .inner h2 span,
.cms-applications-sprintbok .entete .line .title .inner h2 span,
.cms-applications-we-row .entete .line .title .inner h2 span,
.cms-applications-smartrow .entete .line .title .inner h2 span,
.cms-applications-slimbeam .entete .line .title .inner h2 span,
.cms-applications-nohrd .entete .line .title .inner h2 span {
  display: block;
  font-size: 18px;
  font-weight: normal;
  font-family: 'centabel';
  color: #000;
  text-align: left;
  justify-content: flex-start;
  text-align-last: left;
  -moz-text-align-last: left;
}
.cms-applications-nohrd-bike .entete .line .image,
.cms-applications-sprintbok .entete .line .image,
.cms-applications-we-row .entete .line .image,
.cms-applications-smartrow .entete .line .image,
.cms-applications-slimbeam .entete .line .image,
.cms-applications-nohrd .entete .line .image {
  width: 35%;
}
@media screen and (max-width: 767px) {
  .cms-applications-nohrd-bike .entete .line .image,
  .cms-applications-sprintbok .entete .line .image,
  .cms-applications-we-row .entete .line .image,
  .cms-applications-smartrow .entete .line .image,
  .cms-applications-slimbeam .entete .line .image,
  .cms-applications-nohrd .entete .line .image {
    width: 100%;
    max-width: 420px;
    margin: auto;
  }
}
.cms-applications-nohrd-bike .entete .line .image > .img,
.cms-applications-sprintbok .entete .line .image > .img,
.cms-applications-we-row .entete .line .image > .img,
.cms-applications-smartrow .entete .line .image > .img,
.cms-applications-slimbeam .entete .line .image > .img,
.cms-applications-nohrd .entete .line .image > .img {
  position: relative;
}
.cms-applications-nohrd-bike .entete .line .image > .img img,
.cms-applications-sprintbok .entete .line .image > .img img,
.cms-applications-we-row .entete .line .image > .img img,
.cms-applications-smartrow .entete .line .image > .img img,
.cms-applications-slimbeam .entete .line .image > .img img,
.cms-applications-nohrd .entete .line .image > .img img {
  display: block;
  border: 5px solid #E8E8E8;
  background: #fff;
  margin: auto;
}
.cms-applications-nohrd-bike .entete .line .image > .img:before,
.cms-applications-sprintbok .entete .line .image > .img:before,
.cms-applications-we-row .entete .line .image > .img:before,
.cms-applications-smartrow .entete .line .image > .img:before,
.cms-applications-slimbeam .entete .line .image > .img:before,
.cms-applications-nohrd .entete .line .image > .img:before {
  position: absolute;
  content: '';
  background: #000;
  right: 0;
  top: 0;
  display: block;
  transform: translateY(-50%) translateX(50%);
  z-index: -1;
  width: 100px;
  height: 100px;
}
.cms-applications-nohrd-bike .entete .line .image > .img:after,
.cms-applications-sprintbok .entete .line .image > .img:after,
.cms-applications-we-row .entete .line .image > .img:after,
.cms-applications-smartrow .entete .line .image > .img:after,
.cms-applications-slimbeam .entete .line .image > .img:after,
.cms-applications-nohrd .entete .line .image > .img:after {
  position: absolute;
  content: '';
  background: #587575;
  left: 0;
  bottom: 0;
  display: block;
  transform: rotate(27deg) translateY(58%) translateX(-35%);
  z-index: -1;
  width: 170px;
  height: 170px;
}
@media screen and (max-width: 991px) {
  .cms-applications-nohrd-bike .entete .line .image > .img:after,
  .cms-applications-sprintbok .entete .line .image > .img:after,
  .cms-applications-we-row .entete .line .image > .img:after,
  .cms-applications-smartrow .entete .line .image > .img:after,
  .cms-applications-slimbeam .entete .line .image > .img:after,
  .cms-applications-nohrd .entete .line .image > .img:after {
    display: none;
  }
}
.cms-applications-sprintbok .entete .line .image > .img {
  position: relative;
}
.cms-applications-sprintbok .entete .line .image > .img:before {
  position: absolute;
  content: '';
  background: #FFF;
  left: 0;
  top: 0;
  display: block;
  transform: rotate(47deg) translateY(22%) translateX(-36%);
  z-index: -1;
  width: 190px;
  height: 190px;
  right: initial;
}
.cms-applications-sprintbok .entete .line .image > .img:after {
  position: absolute;
  content: '';
  background: #587575;
  right: 0;
  bottom: 0;
  left: inherit;
  display: block;
  transform: rotate(27deg) translateY(18%) translateX(35%);
  z-index: -1;
  width: 120px;
  height: 120px;
}
@media screen and (max-width: 991px) {
  .cms-applications-sprintbok .entete .line .image > .img:after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .cms-applications-we-row .entete,
  .cms-applications-smartrow .entete,
  .cms-applications-slimbeam .entete,
  .cms-applications-nohrd .entete {
    margin-top: 30px;
  }
}
.cms-applications-we-row .entete .line,
.cms-applications-smartrow .entete .line,
.cms-applications-slimbeam .entete .line,
.cms-applications-nohrd .entete .line {
  max-width: 80%;
}
@media screen and (max-width: 767px) {
  .cms-applications-we-row .entete .line,
  .cms-applications-smartrow .entete .line,
  .cms-applications-slimbeam .entete .line,
  .cms-applications-nohrd .entete .line {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .cms-applications-we-row .entete .line .title .inner,
  .cms-applications-smartrow .entete .line .title .inner,
  .cms-applications-slimbeam .entete .line .title .inner,
  .cms-applications-nohrd .entete .line .title .inner {
    margin-bottom: 0;
  }
  .cms-applications-we-row .entete .line .title .inner h2,
  .cms-applications-smartrow .entete .line .title .inner h2,
  .cms-applications-slimbeam .entete .line .title .inner h2,
  .cms-applications-nohrd .entete .line .title .inner h2 {
    margin-bottom: 20px;
  }
}
.cms-applications-we-row .entete .line .image,
.cms-applications-smartrow .entete .line .image,
.cms-applications-slimbeam .entete .line .image,
.cms-applications-nohrd .entete .line .image {
  position: relative;
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .cms-applications-we-row .entete .line .image,
  .cms-applications-smartrow .entete .line .image,
  .cms-applications-slimbeam .entete .line .image,
  .cms-applications-nohrd .entete .line .image {
    margin-top: 0;
  }
}
.cms-applications-we-row .entete .line .image .img1,
.cms-applications-smartrow .entete .line .image .img1,
.cms-applications-slimbeam .entete .line .image .img1,
.cms-applications-nohrd .entete .line .image .img1 {
  position: absolute;
  width: 260px;
  right: -25px;
  top: 0;
  transform: translateY(-60%);
  z-index: 2;
}
.cms-applications-we-row .entete .line .image .img1 img,
.cms-applications-smartrow .entete .line .image .img1 img,
.cms-applications-slimbeam .entete .line .image .img1 img,
.cms-applications-nohrd .entete .line .image .img1 img {
  display: block;
  border: 5px solid #E8E8E8;
}
@media screen and (max-width: 1200px) {
  .cms-applications-we-row .entete .line .image .img1,
  .cms-applications-smartrow .entete .line .image .img1,
  .cms-applications-slimbeam .entete .line .image .img1,
  .cms-applications-nohrd .entete .line .image .img1 {
    width: 200px;
  }
}
@media screen and (max-width: 991px) {
  .cms-applications-we-row .entete .line .image .img1,
  .cms-applications-smartrow .entete .line .image .img1,
  .cms-applications-slimbeam .entete .line .image .img1,
  .cms-applications-nohrd .entete .line .image .img1 {
    width: 150px;
  }
}
@media screen and (max-width: 767px) {
  .cms-applications-we-row .entete .line .image .img1,
  .cms-applications-smartrow .entete .line .image .img1,
  .cms-applications-slimbeam .entete .line .image .img1,
  .cms-applications-nohrd .entete .line .image .img1 {
    display: none;
  }
}
.cms-applications-we-row .entete .line .image .img3,
.cms-applications-smartrow .entete .line .image .img3,
.cms-applications-slimbeam .entete .line .image .img3,
.cms-applications-nohrd .entete .line .image .img3 {
  position: absolute;
  z-index: 3;
  top: -25px;
  width: 220px;
  right: 0;
  transform: translateX(70%);
}
.cms-applications-we-row .entete .line .image .img3 img,
.cms-applications-smartrow .entete .line .image .img3 img,
.cms-applications-slimbeam .entete .line .image .img3 img,
.cms-applications-nohrd .entete .line .image .img3 img {
  display: block;
  border: 5px solid #E8E8E8;
}
@media screen and (max-width: 1200px) {
  .cms-applications-we-row .entete .line .image .img3,
  .cms-applications-smartrow .entete .line .image .img3,
  .cms-applications-slimbeam .entete .line .image .img3,
  .cms-applications-nohrd .entete .line .image .img3 {
    width: 170px;
  }
}
@media screen and (max-width: 991px) {
  .cms-applications-we-row .entete .line .image .img3,
  .cms-applications-smartrow .entete .line .image .img3,
  .cms-applications-slimbeam .entete .line .image .img3,
  .cms-applications-nohrd .entete .line .image .img3 {
    width: 110px;
  }
}
@media screen and (max-width: 767px) {
  .cms-applications-we-row .entete .line .image .img3,
  .cms-applications-smartrow .entete .line .image .img3,
  .cms-applications-slimbeam .entete .line .image .img3,
  .cms-applications-nohrd .entete .line .image .img3 {
    display: none;
  }
}
.cms-applications-we-row .entete .text,
.cms-applications-smartrow .entete .text,
.cms-applications-slimbeam .entete .text,
.cms-applications-nohrd .entete .text {
  border: 5px solid #E8E8E8;
  float: left;
  margin: 0;
  display: block;
  position: relative;
  z-index: 3;
  margin-top: -200px;
  margin-left: 10%;
}
@media screen and (max-width: 767px) {
  .cms-applications-we-row .entete .text,
  .cms-applications-smartrow .entete .text,
  .cms-applications-slimbeam .entete .text,
  .cms-applications-nohrd .entete .text {
    float: none;
    margin-top: 0;
    margin-left: 0;
    padding: 20px;
    margin-bottom: 20px;
    border: none;
  }
}
.cms-applications-we-row .entete:after,
.cms-applications-smartrow .entete:after,
.cms-applications-slimbeam .entete:after,
.cms-applications-nohrd .entete:after {
  display: none;
}
.cms-applications-we-row .carac.applications ul,
.cms-applications-smartrow .carac.applications ul,
.cms-applications-slimbeam .carac.applications ul,
.cms-applications-nohrd .carac.applications ul {
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .cms-applications-we-row .carac.applications ul,
  .cms-applications-smartrow .carac.applications ul,
  .cms-applications-slimbeam .carac.applications ul,
  .cms-applications-nohrd .carac.applications ul {
    padding-top: 50px;
  }
}
.cms-applications-we-row .carac.applications ul li,
.cms-applications-smartrow .carac.applications ul li,
.cms-applications-slimbeam .carac.applications ul li,
.cms-applications-nohrd .carac.applications ul li {
  display: inline-block;
  width: 300px;
  vertical-align: top;
  padding: 25px;
}
.cms-applications-we-row .carac.applications ul li .image,
.cms-applications-smartrow .carac.applications ul li .image,
.cms-applications-slimbeam .carac.applications ul li .image,
.cms-applications-nohrd .carac.applications ul li .image {
  display: block;
}
.cms-applications-we-row .carac.applications ul li .image img,
.cms-applications-smartrow .carac.applications ul li .image img,
.cms-applications-slimbeam .carac.applications ul li .image img,
.cms-applications-nohrd .carac.applications ul li .image img {
  display: block;
  height: 230px;
  margin: 0 auto 20px;
}
.cms-applications-we-row .carac.applications ul li h3,
.cms-applications-smartrow .carac.applications ul li h3,
.cms-applications-slimbeam .carac.applications ul li h3,
.cms-applications-nohrd .carac.applications ul li h3 {
  font-weight: bold;
  font-family: sans-serif;
  font-size: 15px;
  color: #000;
  text-align: center;
  display: block;
  margin: 0;
}
.cms-applications-we-row .carac.applications ul li hr,
.cms-applications-smartrow .carac.applications ul li hr,
.cms-applications-slimbeam .carac.applications ul li hr,
.cms-applications-nohrd .carac.applications ul li hr {
  display: block;
  margin: 20px auto;
  width: 1px;
  height: 30px;
  background: #000;
  border: none;
}
.cms-applications-smartrow .carac.applications {
  margin-bottom: 20px;
}
.cms-applications-smartrow .carac.applications ul {
  padding-top: 0;
}
.cms-applications-smartrow .carac.applications ul li h3 {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .cms-applications-smartrow .entete {
    margin-top: 30px;
  }
}
.cms-applications-smartrow .entete .line {
  max-width: 80%;
}
@media screen and (max-width: 767px) {
  .cms-applications-smartrow .entete .line {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .cms-applications-smartrow .entete .line .title .inner {
    margin-bottom: 0;
  }
  .cms-applications-smartrow .entete .line .title .inner h2 {
    margin-bottom: 20px;
  }
}
.cms-applications-smartrow .entete .line .image {
  position: relative;
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .cms-applications-smartrow .entete .line .image {
    margin-top: 0;
  }
}
.cms-applications-smartrow .entete .line .image .img2 img {
  display: block;
  border: 5px solid #E8E8E8;
}
.cms-applications-smartrow .entete .line .image .img1 {
  position: absolute;
  width: 200px;
  left: -45px;
  top: 0;
  transform: translateY(-75%);
  z-index: -1;
  right: inherit;
}
.cms-applications-smartrow .entete .line .image .img1 img {
  display: block;
  border: 5px solid #E8E8E8;
}
@media screen and (max-width: 1200px) {
  .cms-applications-smartrow .entete .line .image .img1 {
    width: 200px;
  }
}
@media screen and (max-width: 991px) {
  .cms-applications-smartrow .entete .line .image .img1 {
    display: none;
  }
}
.cms-applications-smartrow .entete .line .image .img3 {
  position: absolute;
  z-index: -1;
  top: inherit;
  width: 170px;
  right: -65px;
  bottom: 0;
  transform: translateY(70%);
}
.cms-applications-smartrow .entete .line .image .img3 img {
  display: block;
  border: 5px solid #E8E8E8;
}
@media screen and (max-width: 1200px) {
  .cms-applications-smartrow .entete .line .image .img3 {
    width: 170px;
  }
}
@media screen and (max-width: 991px) {
  .cms-applications-smartrow .entete .line .image .img3 {
    width: 110px;
  }
}
@media screen and (max-width: 767px) {
  .cms-applications-smartrow .entete .line .image .img3 {
    display: none;
  }
}
.cms-applications-smartrow .entete .text-img {
  float: right;
  margin: 0;
  display: block;
  position: relative;
  z-index: 3;
  max-width: 35%;
  margin-right: 5%;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .cms-applications-smartrow .entete .text-img {
    max-width: 100%;
    margin: 0;
    margin-top: 20px;
  }
}
.cms-applications-smartrow .entete .text {
  max-width: 45%;
}
@media screen and (max-width: 767px) {
  .cms-applications-smartrow .entete .text {
    max-width: 100%;
  }
}
.cms-applications-smartrow .entete .text p {
  margin-bottom: 15px;
}
.cms-applications-smartrow .entete .text p img {
  width: 110px;
  margin: 0 10px;
}
.cms-applications-smartrow .entete:after {
  display: none;
}
.cms-applications-slimbeam .carac .col50 h3 {
  font-weight: bold;
  font-family: sans-serif;
  font-size: 15px;
  color: #000;
}
.cms-applications-slimbeam .carac .col50 p {
  color: #000;
  font-family: 'Bodoni';
  font-size: 16px;
  text-align: justify;
  text-align-last: center;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .cms-applications-slimbeam .entete {
    margin-top: 30px;
  }
}
.cms-applications-slimbeam .entete .line {
  max-width: 80%;
}
@media screen and (max-width: 767px) {
  .cms-applications-slimbeam .entete .line {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .cms-applications-slimbeam .entete .line .title .inner {
    margin-bottom: 0;
  }
  .cms-applications-slimbeam .entete .line .title .inner h2 {
    margin-bottom: 20px;
  }
}
.cms-applications-slimbeam .entete .line .image {
  position: relative;
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .cms-applications-slimbeam .entete .line .image {
    margin-top: 0;
  }
}
.cms-applications-slimbeam .entete .line .image .img2 {
  width: 210px;
}
.cms-applications-slimbeam .entete .line .image .img2 img {
  display: block;
  border: 5px solid #E8E8E8;
}
@media screen and (max-width: 767px) {
  .cms-applications-slimbeam .entete .line .image .img2 {
    margin: auto;
  }
}
.cms-applications-slimbeam .entete .line .image .img1 {
  position: absolute;
  width: 300px;
  top: 20px;
  transform: translateY(-75%);
  z-index: 1;
  right: -111px;
  left: inherit;
}
.cms-applications-slimbeam .entete .line .image .img1 img {
  display: block;
  border: 5px solid #E8E8E8;
}
@media screen and (max-width: 991px) {
  .cms-applications-slimbeam .entete .line .image .img1 {
    width: 210px;
    right: -100px;
  }
}
.cms-applications-slimbeam .entete .line .image .img3 {
  position: absolute;
  z-index: -1;
  top: -51px;
  width: 190px;
  right: -84px;
  bottom: inherit;
  transform: translateY(70%);
}
.cms-applications-slimbeam .entete .line .image .img3 img {
  display: block;
  border: 5px solid #E8E8E8;
}
@media screen and (max-width: 1200px) {
  .cms-applications-slimbeam .entete .line .image .img3 {
    right: -111px;
  }
}
@media screen and (max-width: 991px) {
  .cms-applications-slimbeam .entete .line .image .img3 {
    display: none;
  }
}
.cms-applications-slimbeam .entete .text {
  max-width: 45%;
}
@media screen and (max-width: 767px) {
  .cms-applications-slimbeam .entete .text {
    max-width: 100%;
  }
}
.cms-applications-slimbeam .entete:after {
  display: none;
}
.cms-applications-nohrd .carac.applications {
  padding-bottom: 30px;
}
.cms-applications-nohrd .carac.applications > hr {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .cms-applications-nohrd .entete {
    margin-top: 30px;
  }
}
.cms-applications-nohrd .entete .line {
  max-width: 80%;
}
@media screen and (max-width: 767px) {
  .cms-applications-nohrd .entete .line {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .cms-applications-nohrd .entete .line .title .inner {
    margin-bottom: 0;
  }
  .cms-applications-nohrd .entete .line .title .inner h2 {
    margin-bottom: 20px;
  }
}
.cms-applications-nohrd .entete .line .image {
  position: relative;
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .cms-applications-nohrd .entete .line .image {
    margin-top: 0;
  }
}
.cms-applications-nohrd .entete .line .image .img2 {
  margin-left: -40px;
  width: 300px;
}
.cms-applications-nohrd .entete .line .image .img2 img {
  display: block;
  border: 5px solid #E8E8E8;
}
@media screen and (max-width: 991px) {
  .cms-applications-nohrd .entete .line .image .img2 {
    margin-left: 0;
    width: 240px;
  }
}
@media screen and (max-width: 767px) {
  .cms-applications-nohrd .entete .line .image .img2 {
    margin: auto;
  }
}
.cms-applications-nohrd .entete .line .image .img1 {
  position: absolute;
  width: 220px;
  left: inherit;
  top: 0;
  transform: translateY(-85%);
  z-index: 1;
  right: 20px;
}
.cms-applications-nohrd .entete .line .image .img1 img {
  display: block;
  border: 5px solid #E8E8E8;
}
@media screen and (max-width: 991px) {
  .cms-applications-nohrd .entete .line .image .img1 {
    width: 160px;
    right: -20px;
  }
}
.cms-applications-nohrd .entete .line .image .img3 {
  position: absolute;
  z-index: 1;
  width: 180px;
  right: -65px;
  bottom: inherit;
  top: 0;
  transform: none;
}
.cms-applications-nohrd .entete .line .image .img3 img {
  display: block;
  border: 5px solid #E8E8E8;
}
@media screen and (max-width: 991px) {
  .cms-applications-nohrd .entete .line .image .img3 {
    width: 100px;
  }
}
.cms-applications-nohrd .entete .text {
  max-width: 45%;
}
@media screen and (max-width: 767px) {
  .cms-applications-nohrd .entete .text {
    max-width: 100%;
  }
}
.cms-applications-nohrd .entete .text p {
  margin-bottom: 0;
}
.cms-applications-nohrd .entete:after {
  display: none;
}
.cms-professionnels .page-wrapper {
  background-color: #2B3D44;
}
.cms-professionnels .page-wrapper .page-header.header-newskin {
  background-color: #2B3D44;
}
.cms-professionnels .page-wrapper .page-header.header-newskin .header.content .header-right .search-area > a {
  background: url(../Magento_Theme/images/header-search-pro.png) center center no-repeat;
  background-size: 20px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .cms-professionnels .page-wrapper .page-header.header-newskin .header.content .header-right .search-area > a {
    background-size: 15px;
  }
}
@media (max-width: 767px) {
  .cms-professionnels .page-wrapper .page-header.header-newskin .header.content .header-right .search-area .block-search.show .minisearch .actions button:before {
    content: '';
    background-image: url(../Magento_Theme/images/search_icon_pro.png);
  }
}
.cms-professionnels .page-wrapper .page-header.header-newskin .header.content .header-right .search-area .block-search .action.search {
  top: -1px;
}
.cms-professionnels .page-wrapper .page-header.header-newskin .header.content .header-right .search-area .block-search .action.search:before {
  content: '';
  background-image: url(../Magento_Theme/images/search_icon_pro.png);
}
.cms-professionnels .page-wrapper .page-header.header-newskin .header.content .header-right .links .authorization-link > a {
  background: url(../Magento_Theme/images/user-icon-pro.png) center center no-repeat;
  background-size: 20px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .cms-professionnels .page-wrapper .page-header.header-newskin .header.content .header-right .links .authorization-link > a {
    background-size: 15px;
  }
}
.cms-professionnels .page-wrapper .page-header.header-newskin .header.content .header-right .minicart-wrapper > a {
  background: url(../Magento_Theme/images/header-cart-pro.png) center center no-repeat;
  background-size: 20px;
}
.cms-professionnels .page-wrapper .page-header.header-newskin .header.content .header-right .minicart-wrapper > a .counter {
  background: #FFFFFF;
}
.cms-professionnels .page-wrapper .page-header.header-newskin .header.content .header-right .minicart-wrapper > a .counter .counter-number {
  color: #2B3D44;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .cms-professionnels .page-wrapper .page-header.header-newskin .header.content .header-right .minicart-wrapper > a {
    background-size: 15px;
  }
}
@media (min-width: 768px) {
  .cms-professionnels .page-wrapper .page-header.header-newskin .header.content .nav-sections {
    background-color: #2B3D44;
  }
  .cms-professionnels .page-wrapper .page-header.header-newskin .header.content .nav-sections .nav-sections-item-content .sw-megamenu .level0 a span {
    color: #FFFFFF;
  }
  .cms-professionnels .page-wrapper .page-header.header-newskin .header.content .nav-sections .nav-sections-item-content .sw-megamenu .level0#botique a span {
    color: #2B3D44;
  }
  .cms-professionnels .page-wrapper .page-header.header-newskin .header.content .nav-sections .nav-sections-item-content .sw-megamenu .level0#professionnels {
    background-color: #FFFFFF;
  }
  .cms-professionnels .page-wrapper .page-header.header-newskin .header.content .nav-sections .nav-sections-item-content .sw-megamenu .level0#professionnels a span {
    color: #2B3D44;
  }
  .cms-professionnels .page-wrapper .page-header.header-newskin .header.content .nav-sections .nav-sections-item-content .sw-megamenu .level0#professionnels .level0.submenu .subchildmenu {
    background: #FFFFFF;
  }
  .cms-professionnels .page-wrapper .page-header.header-newskin .header.content .nav-sections .nav-sections-item-content .sw-megamenu .level0#professionnels .level0.submenu .subchildmenu .ui-menu-item {
    border-bottom: 2px solid #2B3D44;
  }
  .cms-professionnels .page-wrapper .page-header.header-newskin .header.content .nav-sections .nav-sections-item-content .sw-megamenu .level0#professionnels .level0.submenu .subchildmenu .ui-menu-item a {
    color: #2B3D44 !important;
    font-family: 'DIN 2014' !important;
  }
}
.cms-professionnels .page-wrapper .page-header.header-newskin .header-icon #Trac_46_me {
  fill: #FFFFFF;
}
.cms-professionnels .page-wrapper .page-header.header-newskin .nav-toggle:before {
  color: #FFFFFF !important;
}
.cms-professionnels .page-main {
  background-color: #FFFFFF;
  padding-top: 11%;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 767px) {
  .cms-professionnels .page-main {
    padding-top: 40px;
  }
}
@media (min-width: 1240px) and (max-width: 1345px) {
  .cms-professionnels .page-main {
    padding-top: 12%;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .cms-professionnels .page-main {
    padding-top: 14%;
  }
}
@media (min-width: 768px) and (max-width: 820px) {
  .cms-professionnels .page-main {
    padding-top: 13%;
  }
}
@media (min-width: 1921px) {
  .cms-professionnels .page-main {
    padding-top: 230px;
  }
}
.cms-professionnels .blocklist-item .youtube-section {
  height: 700px;
}
@media (max-width: 1024px) {
  .cms-professionnels .blocklist-item .youtube-section {
    height: 500px;
  }
}
.cms-professionnels .blocklist-item .youtube-section .responsive-iframe {
  position: absolute;
  height: 700px;
  width: 100%;
  border: none;
  max-width: 1920px;
}
@media (max-width: 1024px) {
  .cms-professionnels .blocklist-item .youtube-section .responsive-iframe {
    height: 500px;
  }
}
.cms-professionnels .blocklist-item .content-section {
  position: absolute;
  font-family: 'DIN 2014';
}
@media (max-width: 819px) {
  .cms-professionnels .blocklist-item .content-section {
    display: none;
  }
}
@media (max-width: 767px) {
  .cms-professionnels .blocklist-item .content-section {
    margin-top: -105%;
  }
}
@media (min-width: 768px) and (max-width: 819px) {
  .cms-professionnels .blocklist-item .content-section {
    margin-top: 55%;
  }
}
@media (min-width: 820px) and (max-width: 911px) {
  .cms-professionnels .blocklist-item .content-section {
    margin-top: -50%;
  }
}
@media (min-width: 912px) and (max-width: 991px) {
  .cms-professionnels .blocklist-item .content-section {
    margin-top: -46%;
  }
}
@media (min-width: 992px) and (max-width: 1023px) {
  .cms-professionnels .blocklist-item .content-section {
    margin-top: -44%;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .cms-professionnels .blocklist-item .content-section {
    margin-top: -42%;
  }
}
@media (min-width: 1280px) and (max-width: 1340px) {
  .cms-professionnels .blocklist-item .content-section {
    margin-top: -48%;
  }
}
@media (min-width: 1341px) and (max-width: 1400px) {
  .cms-professionnels .blocklist-item .content-section {
    margin-top: -46%;
  }
}
@media (min-width: 1401px) and (max-width: 1535px) {
  .cms-professionnels .blocklist-item .content-section {
    margin-top: -41%;
  }
}
@media (min-width: 1536px) and (max-width: 1680px) {
  .cms-professionnels .blocklist-item .content-section {
    margin-top: -37%;
  }
}
@media (min-width: 1681px) and (max-width: 1800px) {
  .cms-professionnels .blocklist-item .content-section {
    margin-top: -37%;
  }
}
@media (min-width: 1801px) and (max-width: 1920px) {
  .cms-professionnels .blocklist-item .content-section {
    margin-top: -33%;
  }
}
@media screen and (min-width: 1921px) {
  .cms-professionnels .blocklist-item .content-section {
    margin-top: -618px;
  }
}
.cms-professionnels .blocklist-item .content-section .title {
  font-size: 25px;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .cms-professionnels .blocklist-item .content-section .title {
    font-size: 15px;
    padding-left: 20px;
  }
}
.cms-professionnels .blocklist-item .content-section .heading {
  font-size: 13rem;
  font-weight: 500;
  font-family: 'BebasNeue';
  padding-left: 10%;
  color: #FFFFFF;
  text-transform: uppercase;
  padding-top: 5%;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .cms-professionnels .blocklist-item .content-section .heading {
    font-size: 7rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .cms-professionnels .blocklist-item .content-section .heading {
    font-size: 9rem;
  }
}
.cms-professionnels .blocklist-item .content-section button {
  height: 77px;
  width: 50rem;
  margin-left: 13%;
  font-size: 4rem;
  text-transform: uppercase;
  background: #2B3D44;
  color: #FFFFFF;
  font-weight: 600;
  border: 1px solid #2B3D44;
}
@media (max-width: 767px) {
  .cms-professionnels .blocklist-item .content-section button {
    height: 66px;
    width: 22rem;
    font-size: 2.5rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .cms-professionnels .blocklist-item .content-section button {
    height: 64px;
    width: 27rem;
    font-size: 3rem;
    margin-left: 10%;
  }
}
.cms-professionnels .blocs {
  margin-bottom: 150px;
}
.cms-professionnels .blocs .line {
  text-align: left;
}
.cms-professionnels .blocs .line .img {
  display: inline-block;
  position: relative;
}
.cms-professionnels .blocs .line .img img {
  width: 450px;
}
.cms-professionnels .blocs .line .img .text {
  position: absolute;
  background: transparent;
  padding: 20px;
  width: 180px;
  text-align: left !important;
}
.cms-professionnels .blocs .line .img .text:before {
  content: '';
  position: absolute;
  background: #fff;
  display: block;
  width: 200px;
  height: 200px;
  border: 5px solid #E8E8E8;
  z-index: 0;
  transform: rotate(26deg) translateX(-10%) translateY(-16%);
  top: 0;
  left: 0;
}
.cms-professionnels .blocs .line .img .text hr {
  display: inline-block;
  width: 40px;
  height: 1px;
  background: #000;
  border: none;
  margin-top: 0;
  position: relative;
  z-index: 1;
}
.cms-professionnels .blocs .line .img .text h2 {
  font-size: 20px;
  font-weight: normal;
  font-family: 'centabel';
  color: #000;
  margin-top: 0;
  position: relative;
  z-index: 1;
}
.cms-professionnels .blocs .line .img .text .bouton {
  margin: 0;
  float: right;
}
.cms-professionnels .blocs .line.right {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .cms-professionnels .blocs .line {
    text-align: center !important;
  }
}
.cms-professionnels .blocs .line.line1 .text {
  right: 1px;
  bottom: -75px;
}
@media screen and (max-width: 767px) {
  .cms-professionnels .blocs .line.line1 .text {
    right: inherit;
    bottom: -70px;
    left: 46px;
    top: inherit;
  }
}
@media screen and (max-width: 991px) {
  .cms-professionnels .blocs .line.line1 {
    margin-bottom: 140px;
  }
}
.cms-professionnels .blocs .line.line2 .text {
  bottom: -75px;
  right: 47px;
}
@media screen and (max-width: 767px) {
  .cms-professionnels .blocs .line.line2 .text {
    right: inherit;
    bottom: -70px;
    left: 46px;
    top: inherit;
  }
}
@media screen and (max-width: 991px) {
  .cms-professionnels .blocs .line.line2 {
    margin-bottom: 140px;
  }
}
.cms-professionnels .blocs .line.line3 .text {
  bottom: -70px;
}
@media screen and (max-width: 767px) {
  .cms-professionnels .blocs .line.line3 .text {
    right: inherit;
    bottom: -70px;
    left: 46px;
    top: inherit;
  }
}
@media screen and (max-width: 991px) {
  .cms-professionnels .blocs .line.line3 {
    margin-bottom: 140px;
  }
}
.cms-professionnels .blocs .line.line4 .text {
  bottom: -66px;
  left: -72px;
}
@media screen and (max-width: 767px) {
  .cms-professionnels .blocs .line.line4 .text {
    right: inherit;
    bottom: -70px;
    left: 46px;
    top: inherit;
  }
}
.professionnels h1 {
  display: flex;
  align-items: center;
  font-size: 27px;
  font-weight: normal;
  font-family: 'centabel';
  color: #000;
  width: 100%;
  justify-content: center;
  margin-bottom: 50px;
  margin-top: 40px;
  position: relative;
  z-index: 1;
  text-align: center;
}
.professionnels h1 hr {
  display: block;
  height: 1px;
  width: 90px;
  background: #587575;
  border: none;
  margin: 0 15px;
}
.professionnels > p {
  color: #000;
  font-family: 'Bodoni';
  font-size: 16px;
  text-align: justify;
  text-align-last: center;
  -moz-text-align-last: center;
  display: block;
  margin: 0 auto;
  font-weight: normal;
  max-width: 80%;
}
@media screen and (max-width: 767px) {
  .professionnels > p {
    max-width: 100%;
  }
}
.professionnels > span {
  font-weight: bold;
  font-family: sans-serif;
  font-size: 15px;
  color: #000;
  text-align: center;
  display: block;
  margin: 20px auto;
}
.professionnels .text {
  background: #fff;
  margin: 40px auto;
  max-width: 90%;
  padding: 30px;
}
.professionnels .text hr {
  display: block;
  height: 1px;
  width: 40px;
  background: #587575;
  border: none;
  margin: 0 auto 20px;
}
.professionnels .text h2 {
  font-weight: bold;
  font-family: sans-serif;
  font-size: 15px;
  color: #000;
  text-align: center;
  display: block;
  margin-bottom: 20px;
}
.professionnels .text p {
  color: #000;
  font-family: 'Bodoni';
  font-size: 16px;
  text-align: justify;
  text-align-last: center;
  -moz-text-align-last: center;
  display: block;
  margin: 0 auto;
  font-weight: normal;
}
.professionnels .intro {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 50px auto;
  max-width: 85%;
}
@media screen and (max-width: 767px) {
  .professionnels .intro {
    display: block;
  }
}
.professionnels .intro > div {
  width: 49%;
}
@media screen and (max-width: 767px) {
  .professionnels .intro > div {
    width: 100%;
    margin: 10px 0;
  }
}
.professionnels .intro > div.texte {
  background: #000;
  padding: 30px;
}
.professionnels .intro > div.texte p {
  color: #fff;
  font-family: 'Bodoni';
  font-size: 16px;
  text-align: justify;
  text-align-last: center;
  -moz-text-align-last: center;
  font-weight: normal;
  margin-bottom: 15px;
}
.professionnels .intro > div.texte p:last-of-type {
  margin-bottom: 0;
}
.professionnels .intro > div.texte span {
  font-weight: bold;
  font-family: sans-serif;
  font-size: 15px;
  color: #fff;
  text-align: center;
  display: block;
  margin-bottom: 15px;
}
.professionnels .intro.mur {
  margin-top: 100px;
}
.professionnels .intro.mur .texte {
  background: #587575;
}
.professionnels .intro.mur .texte strong {
  font-weight: bold;
  font-family: sans-serif;
  font-size: 15px;
  color: #fff;
  text-align: center;
  display: block;
  margin: 0;
}
.professionnels .details {
  background: #fff;
  position: relative;
  z-index: 2;
}
.professionnels .details:before {
  width: 200vw;
  top: 0;
  bottom: 0;
  left: -50%;
  content: '';
  display: block;
  z-index: -1;
  position: absolute;
  background: #fff;
}
.professionnels .details:after {
  background-color: #fff;
  width: 200vw;
  content: '';
  display: block;
  transform: rotate(2deg);
  height: 200px;
  position: absolute;
  left: -50%;
  bottom: -65px;
  z-index: -1;
}
.professionnels .details .list {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .professionnels .details .list {
    display: block;
  }
}
.professionnels .details .list .detail {
  width: 49%;
  text-align: center;
  margin-bottom: 30px;
  padding: 5%;
}
@media screen and (max-width: 767px) {
  .professionnels .details .list .detail {
    width: 100%;
  }
}
.professionnels .details .list .detail .image {
  height: 350px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .professionnels .details .list .detail .image {
    height: 280px;
  }
}
.professionnels .details .list .detail .image img {
  display: block;
  margin: auto;
  max-height: 100%;
}
.professionnels .details .list .detail.detail4 .image {
  height: 500px;
}
.professionnels .details .list .detail span {
  font-weight: bold;
  font-family: sans-serif;
  font-size: 15px;
  color: #000;
  text-align: center;
  display: block;
  margin: 0 0 10px 0;
}
.professionnels .details .list .detail p {
  color: #000;
  font-family: 'Bodoni';
  font-size: 16px;
  text-align: justify;
  text-align-last: center;
  -moz-text-align-last: center;
  font-weight: normal;
  margin-bottom: 25px;
}
.professionnels .details .list .detail hr {
  display: block;
  margin: 20px auto;
  width: 1px;
  height: 30px;
  background: #000;
  border: none;
}
.professionnels .details .list .detail .bottom {
  background: #E8E8E8;
  padding: 15px;
}
.professionnels .details .list .detail .bottom hr {
  width: 40px;
  height: 1px;
}
.professionnels .details .list .detail .bottom .bouton {
  background: #E8E8E8;
}
.professionnels .details .list .detail .bottom .bouton:before {
  background: #E8E8E8;
}
.professionnels .details > p {
  color: #000;
  font-family: 'Bodoni';
  font-size: 16px;
  text-align: justify;
  text-align-last: center;
  -moz-text-align-last: center;
  font-weight: normal;
  margin: auto;
  margin-bottom: 40px;
  max-width: 80%;
}
.professionnels .details .actions {
  display: flex;
  list-style: none;
  padding-left: 0;
  text-align: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .professionnels .details .actions {
    display: block;
  }
}
.professionnels .details .actions li {
  display: inline-block;
}
.professionnels .details.details2:after {
  display: none;
}
.professionnels .menu-nav {
  background: #000;
  position: relative;
  z-index: 2;
}
.professionnels .menu-nav:before {
  background-color: #000;
  width: 200vw;
  top: 0;
  bottom: 0;
  left: -50%;
  content: '';
  display: block;
  z-index: -1;
  position: absolute;
}
.professionnels .menu-nav ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}
.professionnels .menu-nav ul li {
  padding: 15px 0;
  margin-bottom: 0;
}
.professionnels .menu-nav ul li a {
  font-size: 16px;
  font-weight: normal;
  font-family: 'centabel';
  color: #fff;
  display: block;
  border-right: 1px solid #fff;
  padding: 0 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .professionnels .menu-nav ul li a {
    font-size: 12px;
  }
}
.professionnels .menu-nav ul li.active a {
  text-decoration: underline;
}
.professionnels .menu-nav ul li:last-child a {
  border: none;
}
.professionnels .contain {
  background: #fff;
  position: relative;
  z-index: 2;
  padding: 1px;
}
.professionnels .contain:before {
  background-color: #fff;
  width: 200vw;
  top: 0;
  bottom: 0;
  left: -50%;
  content: '';
  display: block;
  z-index: -1;
  position: absolute;
}
.professionnels .contain .top {
  display: flex;
  align-items: center;
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .professionnels .contain .top {
    display: block;
    padding-top: 20px;
  }
}
.professionnels .contain .top hr {
  width: 60px;
  height: 1px;
  margin: 0 10px;
  border-color: #587575;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .professionnels .contain .top hr {
    width: 1px;
    height: 40px;
    margin: 10px auto;
  }
}
.professionnels .contain .top h2 {
  flex-shrink: 0;
  display: block;
  font-size: 27px;
  font-weight: normal;
  font-family: 'centabel';
  color: #000;
}
.professionnels .contain .top .image {
  width: 40%;
  margin-left: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .professionnels .contain .top .image {
    width: 100%;
    margin: auto;
  }
}
.professionnels .contain .top .image:before {
  content: '';
  background: #587575;
  display: block;
  height: 150px;
  width: 150px;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  transform: translateX(-120%) translateY(-15%) rotate(30deg);
}
@media screen and (max-width: 767px) {
  .professionnels .contain .top .image:before {
    display: none;
  }
}
.professionnels .contain > p {
  color: #000;
  font-family: 'Bodoni';
  font-size: 16px;
  text-align: justify;
  text-align-last: center;
  -moz-text-align-last: center;
  display: block;
  margin: 30px auto 50px;
  font-weight: normal;
  max-width: 80%;
}
@media screen and (max-width: 767px) {
  .professionnels .contain > p {
    max-width: 100%;
  }
}
.professionnels .contain .avantages {
  padding: 40px;
  background: #E8E8E8;
  max-width: 90%;
  margin: auto;
}
@media screen and (max-width: 991px) {
  .professionnels .contain .avantages {
    max-width: 100%;
  }
}
.professionnels .contain .avantages hr {
  display: block;
  height: 1px;
  width: 50px;
  background: #587575;
  border: none;
  margin: 0 auto 15px;
}
.professionnels .contain .avantages h3 {
  font-size: 27px;
  font-weight: normal;
  font-family: 'centabel';
  color: #000;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
.professionnels .contain .avantages p {
  color: #000;
  font-family: 'Bodoni';
  font-size: 16px;
  text-align: justify;
  text-align-last: center;
  -moz-text-align-last: center;
  display: block;
  font-weight: normal;
}
.professionnels .contain .avantages span {
  font-weight: bold;
  font-family: sans-serif;
  font-size: 15px;
  color: #000;
  text-align: center;
  display: block;
}
.professionnels .contain .choix {
  margin-top: 80px;
  padding-bottom: 1px;
}
.professionnels .contain .choix h3 {
  align-items: center;
  font-size: 20px;
  font-weight: normal;
  font-family: 'centabel';
  color: #000;
  width: 100%;
  justify-content: flex-start;
  margin-bottom: 30px;
  margin-top: 20px;
  position: relative;
  padding-bottom: 0;
  display: flex;
  text-align: center;
}
.professionnels .contain .choix h3 hr {
  display: block;
  height: 1px;
  width: 100px;
  background: #587575;
  border: none;
  margin: 0 15px;
}
@media screen and (max-width: 767px) {
  .professionnels .contain .choix h3 hr {
    display: none;
  }
}
.professionnels .contain .choix h3 hr:last-of-type {
  width: calc(100% - 310px);
}
@media screen and (max-width: 767px) {
  .professionnels .contain .choix h3 hr:last-of-type {
    display: block;
  }
}
.professionnels .contain .choix ul {
  list-style: none;
  padding-left: 0;
}
.professionnels .contain .choix ul li {
  display: inline-block;
  width: 32%;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .professionnels .contain .choix ul li {
    width: 100%;
  }
}
.professionnels .contain .choix ul li a {
  display: block;
  width: 100%;
  text-align: center;
  height: 30px;
  line-height: 30px;
  background: #587575;
  color: #fff;
  font-family: 'Bodoni';
  font-size: 16px;
  margin-top: 10px;
}
.professionnels .contain .choix .bottom {
  text-align: center;
  margin-bottom: 30px;
}
.professionnels .contain > h2 {
  display: flex;
  align-items: center;
  font-size: 27px;
  font-weight: normal;
  font-family: 'centabel';
  color: #000;
  width: 100%;
  justify-content: center;
  margin-bottom: 50px;
  margin-top: 40px;
  position: relative;
  z-index: 1;
  text-align: center;
}
.professionnels .contain > h2 hr {
  display: block;
  height: 1px;
  width: 50px;
  background: #587575;
  border: none;
  margin: 0 15px;
}
.professionnels .contain .line {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .professionnels .contain .line {
    justify-content: center;
    flex-direction: column;
    margin-bottom: 20px;
  }
  .professionnels .contain .line .image {
    order: 1;
  }
}
.professionnels .contain .line img {
  max-height: 400px;
}
.professionnels .contain .line hr {
  width: 60px;
  height: 1px;
  margin: 0 10px;
  border-color: #000;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .professionnels .contain .line hr {
    order: 2;
    width: 1px;
    height: 40px;
    margin: 10px auto;
    background: #000;
  }
}
.professionnels .contain .line .texte {
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  .professionnels .contain .line .texte {
    display: block;
    width: 100%;
    padding: 0;
    order: 3;
  }
}
.professionnels .contain .line .texte h3 {
  font-weight: bold;
  font-family: sans-serif;
  font-size: 15px;
  color: #000;
  text-align: left;
  display: block;
  margin-bottom: 20px;
}
.professionnels .contain .line .texte ul {
  list-style: none;
  padding-left: 0;
}
.professionnels .contain .line .texte ul li {
  color: #000;
  font-family: 'Bodoni';
  font-size: 16px;
  text-align: left;
  text-align-last: left;
  -moz-text-align-last: left;
  display: block;
  font-weight: normal;
}
.professionnels .contain .line.right {
  justify-content: flex-end;
}
.professionnels .contain .line.right .texte {
  padding-left: 0;
  padding-right: 40px;
}
@media screen and (max-width: 767px) {
  .professionnels .contain .line.right .texte {
    padding: 0;
  }
}
.professionnels .contain .line.right .texte h3 {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .professionnels .contain .line.right .texte h3 {
    text-align: left;
  }
}
.professionnels .contain .line.right .texte ul li {
  text-align: right;
  text-align-last: right;
  -moz-text-align-last: right;
}
@media screen and (max-width: 767px) {
  .professionnels .contain .line.right .texte ul li {
    text-align: left;
    text-align-last: left;
    -moz-text-align-last: left;
  }
}
.professionnels .contain .galerie {
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 90%;
  margin: auto;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .professionnels .contain .galerie {
    width: 100%;
    display: block;
    max-width: 450px;
    margin: auto;
  }
}
.professionnels .contain .galerie:before {
  content: '';
  position: absolute;
  display: block;
  background: #000;
  right: 0;
  top: 0;
  transform: translateX(35%) translateY(-34%) rotate(-21deg);
  width: 150px;
  height: 150px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .professionnels .contain .galerie:before {
    display: none;
  }
}
.professionnels .contain .galerie:after {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  background: #587575 !important;
  transform: translateX(-25%) translateY(25%) rotate(-20deg);
  width: 120px;
  height: 120px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .professionnels .contain .galerie:after {
    display: none;
  }
}
.professionnels .contain .galerie li {
  width: 47%;
  margin: 1.5%;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .professionnels .contain .galerie li {
    width: 100%;
    margin: 10px 0;
  }
}
.professionnels .contacts {
  background: #fff;
  position: relative;
  z-index: 3;
  padding: 1px;
  color: #000;
  text-align: center;
}
.professionnels .contacts:after {
  background-color: #fff;
  width: 200vw;
  top: 0;
  bottom: 0;
  left: -50%;
  content: '';
  display: block;
  z-index: -1;
  position: absolute;
}
.professionnels .contacts p {
  font-weight: bold;
  font-family: sans-serif;
  font-size: 15px;
  color: #000;
  display: block;
  text-align: center;
  margin: 30px auto 20px;
}
.professionnels .contacts span {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  display: block;
}
.professionnels .contacts .bouton {
  margin: 20px 0 40px;
}
.professionnels .brochures {
  background: #000;
  position: relative;
  z-index: 3;
  color: #fff;
  padding: 20px 1px;
}
.professionnels .brochures:before {
  background-color: #000;
  width: 200vw;
  content: '';
  display: block;
  transform: rotate(-2deg);
  height: 200px;
  position: absolute;
  left: -50%;
  top: -65px;
  z-index: -1;
}
.professionnels .brochures:after {
  background-color: #000;
  width: 200vw;
  top: 0;
  bottom: 0;
  left: -50%;
  content: '';
  display: block;
  z-index: -1;
  position: absolute;
}
.professionnels .brochures h2 {
  display: flex;
  align-items: center;
  font-size: 27px;
  font-weight: normal;
  font-family: 'centabel';
  color: #fff;
  width: 100%;
  justify-content: center;
  margin-bottom: 0;
  margin-top: 0;
  position: relative;
  z-index: 1;
  text-align: center;
}
.professionnels .brochures h2 hr {
  display: block;
  height: 1px;
  width: 90px;
  background: #587575;
  border: none;
  margin: 0 15px;
}
.professionnels .brochures ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
  text-align: center;
}
.professionnels .brochures ul li {
  color: #fff;
  width: 49%;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .professionnels .brochures ul li {
    width: 100%;
  }
}
.professionnels .brochures ul li .bouton {
  background: #000;
  color: #fff;
  border-color: #fff;
  margin-top: 20px;
}
.professionnels .brochures ul li .bouton:before {
  background: #000;
}
.professionnels .brochures ul li .bouton::after {
  background: #fff;
  border-color: #fff;
}
.professionnels .brochures ul li p {
  display: block;
  color: #fff;
  font-family: 'Bodoni';
  font-size: 16px;
  text-align: center;
}
.professionnels .brochures ul li hr {
  display: block;
  height: 1px;
  width: 40px;
  background: #587575;
  border: none;
  margin: 20px auto;
}
.professionnels.medical.solutions .contain {
  padding-top: 50px;
  text-align: center;
}
.professionnels.medical.solutions .contain .bouton {
  margin: 30px 0;
}
.professionnels.medical.solutions .contain > p {
  margin: 0 auto;
}
.professionnels .presentation {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .professionnels .presentation {
    margin-top: 50px;
  }
}
.professionnels .presentation .imgs {
  width: 70%;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .professionnels .presentation .imgs {
    width: 96%;
  }
}
.professionnels .presentation .imgs:before {
  display: block;
  content: '';
  width: 300px;
  height: 300px;
  background: #587575;
  position: absolute;
  left: 58%;
  top: 50%;
  transform: translateY(-50%) rotate(46deg);
}
@media screen and (max-width: 991px) {
  .professionnels .presentation .imgs:before {
    width: 250px;
    height: 250px;
  }
}
@media screen and (max-width: 767px) {
  .professionnels .presentation .imgs:before {
    display: none;
  }
}
.professionnels .presentation .imgs .img1 {
  width: 55%;
  float: right;
  display: block;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .professionnels .presentation .imgs .img1 {
    width: 65%;
  }
}
.professionnels .presentation .imgs .img2 {
  width: 60%;
  float: left;
  display: block;
  border: 5px solid #fff;
  margin-top: -100px;
  background: #fff;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .professionnels .presentation .imgs .img2 {
    margin-top: 0;
    position: relative;
    transform: translateY(-20%);
  }
}
.professionnels .presentation .imgs:after {
  display: block;
  content: "";
  clear: both;
}
.professionnels .presentation .text {
  background: #000;
  color: #fff;
  text-align: center;
  margin: -100px auto 0;
  padding-top: 100px;
  max-width: 100%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .professionnels .presentation .text {
    margin-top: -120px;
    padding-top: 120px;
  }
}
.professionnels .presentation .text hr {
  width: 1px;
  height: 40px;
  margin: 20px auto;
}
.professionnels .presentation .text h2 {
  color: #fff;
  font-weight: normal;
  font-family: 'centabel';
  text-align: center;
  display: block;
  margin: auto;
  font-size: 25px;
}
.professionnels .presentation .text p {
  color: #fff;
  font-family: 'Bodoni';
  font-size: 17px;
  display: block;
  text-align: justify;
  line-height: 26px;
  text-align-last: center;
  -moz-text-align-last: center;
  margin: 30px auto;
  width: 80%;
}
.professionnels .presentation .text .bouton {
  background: #000;
  color: #fff;
  border-color: #fff;
}
.professionnels .presentation .text .bouton:before {
  background: #000;
}
.professionnels .presentation .text .bouton::after {
  background: #fff;
  border-color: #fff;
}
.professionnels .sous-pages {
  margin-top: 100px;
  text-align: center;
}
.professionnels .sous-pages .sous-pages-item {
  display: inline-block;
  width: 48%;
  vertical-align: top;
  margin-bottom: 50px;
  text-align: center;
  padding: 15px;
}
@media screen and (max-width: 767px) {
  .professionnels .sous-pages .sous-pages-item {
    width: 100%;
    max-width: 400px;
  }
}
.professionnels .sous-pages .sous-pages-item .image img {
  display: block;
  height: 400px;
  width: auto;
  margin: auto;
}
@media screen and (max-width: 991px) {
  .professionnels .sous-pages .sous-pages-item .image img {
    height: auto;
  }
}
.professionnels .sous-pages .sous-pages-item hr {
  margin: 20px auto;
  width: 1px;
  height: 25px;
  background: #000;
  border: none;
}
.professionnels .sous-pages .sous-pages-item span {
  font-weight: bold;
  font-family: sans-serif;
  font-size: 15px;
  color: #000;
  display: block;
  margin-bottom: 20px;
}
.professionnels .sous-pages .sous-pages-item p {
  color: #000;
  font-family: 'Bodoni';
  font-size: 16px;
  display: block;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .professionnels .sous-pages .sous-pages-item p {
    text-align: justify;
  }
}
.professionnels .sous-pages .sous-pages-item .bouton {
  background: #E8E8E8;
}
.professionnels .sous-pages .sous-pages-item .bouton:before {
  background: #E8E8E8;
}
.professionnels .nohrd-wall {
  display: flex;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  background: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .professionnels .nohrd-wall {
    display: block;
    padding-top: 0;
  }
}
.professionnels .nohrd-wall:after {
  position: absolute;
  content: '';
  z-index: -1;
  background: #fff;
  top: 0;
  left: -50%;
  width: 200vw;
  bottom: 0;
}
.professionnels .nohrd-wall .image {
  width: 50%;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .professionnels .nohrd-wall .image {
    width: 100%;
  }
}
.professionnels .nohrd-wall hr {
  display: block;
  margin: 20px;
  height: 1px;
  width: 70px;
  background: #587575;
  border: none;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .professionnels .nohrd-wall hr {
    height: 50px;
    width: 1px;
    margin: 20px auto;
  }
}
.professionnels .nohrd-wall .text {
  text-align: right;
  background: none;
}
@media screen and (max-width: 767px) {
  .professionnels .nohrd-wall .text {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.professionnels .nohrd-wall .text span {
  font-weight: bold;
  font-family: sans-serif;
  font-size: 15px;
  color: #000;
  display: block;
  margin-bottom: 20px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .professionnels .nohrd-wall .text span {
    text-align: center;
  }
}
.professionnels .nohrd-wall .text p {
  color: #000;
  font-family: 'Bodoni';
  font-size: 16px;
  display: block;
  margin-bottom: 20px;
  text-align: right;
  text-align-last: right;
  -moz-text-align-last: right;
}
@media screen and (max-width: 767px) {
  .professionnels .nohrd-wall .text p {
    text-align: justify;
    text-align-last: center;
    -moz-text-align-last: center;
  }
}
.professionnels .nohrd-wall .text .bouton {
  background: #fff;
  margin-right: 0;
}
.professionnels .nohrd-wall .text .bouton:before {
  background: #fff;
}
.professionnels .nos-realisations {
  display: flex;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .professionnels .nos-realisations {
    display: block;
  }
}
.professionnels .nos-realisations hr {
  display: block;
  margin: 20px;
  height: 1px;
  width: 70px;
  background: #587575;
  border: none;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .professionnels .nos-realisations hr {
    height: 50px;
    width: 1px;
    margin: 20px auto;
  }
}
.professionnels .nos-realisations h2 {
  color: #000;
  font-weight: normal;
  font-family: 'centabel';
  text-align: center;
  display: block;
  font-size: 25px;
  width: 100%;
}
.professionnels .nos-realisations .bloc-images {
  width: 600px;
  flex-shrink: 0;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .professionnels .nos-realisations .bloc-images {
    width: 100%;
  }
}
.professionnels .nos-realisations .bloc-images .img {
  width: 48%;
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .professionnels .nos-realisations .bloc-images .img {
    display: block;
    width: auto;
    max-width: 500px;
  }
}
.professionnels .nos-realisations .bloc-images .img.img1 {
  margin-right: -20px;
}
@media screen and (max-width: 767px) {
  .professionnels .nos-realisations .bloc-images .img.img1 {
    margin: 10px 0;
  }
}
.professionnels .nos-realisations .bloc-images .img.img2 {
  margin-top: 50px;
  margin-left: -50px;
}
@media screen and (max-width: 767px) {
  .professionnels .nos-realisations .bloc-images .img.img2 {
    margin: 10px 0;
  }
}
.professionnels .nos-realisations .bloc-images .img.img3 {
  margin-top: -100px;
  margin-right: 109px;
}
@media screen and (max-width: 767px) {
  .professionnels .nos-realisations .bloc-images .img.img3 {
    margin: 10px 0;
  }
}
.professionnels .nos-appareils-fitness {
  background: #fff;
  position: relative;
  padding-bottom: 60px;
  padding-top: 1px;
  z-index: 2;
}
.professionnels .nos-appareils-fitness:after {
  position: absolute;
  content: '';
  z-index: -1;
  background: #fff;
  top: 0;
  left: -50%;
  width: 200vw;
  bottom: 0;
}
.professionnels .nos-appareils-fitness h2 {
  align-items: center;
  font-size: 20px;
  font-weight: normal;
  font-family: 'centabel';
  color: #000;
  width: 100%;
  justify-content: flex-start;
  margin-bottom: 30px;
  margin-top: 20px;
  position: relative;
  padding-bottom: 0;
  display: flex;
  text-align: center;
}
.professionnels .nos-appareils-fitness h2 hr {
  display: block;
  height: 1px;
  width: 100px;
  background: #587575;
  border: none;
  margin: 0 15px;
}
.professionnels .nos-appareils-fitness h2 hr:last-of-type {
  width: calc(100% - 315px);
}
.professionnels .nos-appareils-fitness > p {
  color: #000;
  font-family: 'Bodoni';
  font-size: 16px;
  text-align: justify;
  text-align-last: center;
  -moz-text-align-last: center;
  display: block;
  margin: 0 auto;
  font-weight: normal;
  max-width: 80%;
}
@media screen and (max-width: 767px) {
  .professionnels .nos-appareils-fitness > p {
    max-width: 100%;
  }
}
.professionnels .nos-appareils-fitness .nos-modeles-hotel {
  padding: 0 15px;
}
.professionnels .nos-appareils-fitness .nos-modeles-hotel .slick-prev {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../Magento_Theme/images/homepage/left-arrow-black.png) center center no-repeat;
  padding-left: 5px;
  z-index: 10;
  height: 40px;
  border: none;
  font-size: 0;
}
.professionnels .nos-appareils-fitness .nos-modeles-hotel .slick-next {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  height: 40px;
  border: none;
  font-size: 0;
  background: url(../Magento_Theme/images/homepage/right-arrow-black.png) center center no-repeat;
  padding-right: 5px;
}
.professionnels .nos-appareils-fitness .nos-modeles-hotel li {
  display: block;
  padding: 10px;
  text-align: center;
}
.professionnels .nos-appareils-fitness .nos-modeles-hotel li .image {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 5px;
}
.professionnels .nos-appareils-fitness .nos-modeles-hotel li img {
  margin: auto;
}
.professionnels .nos-appareils-fitness .nos-modeles-hotel li .text {
  margin: 0;
  color: #fff;
  background: #587575;
  text-align: center;
  width: 100%;
  max-width: 100%;
  padding: 5px 0;
}
.professionnels .nos-appareils-fitness .nos-modeles-hotel li .text span {
  color: #fff;
  overflow: hidden;
  font-family: 'Bodoni';
  font-size: 17px;
  font-weight: bold;
  display: block;
  width: 100%;
  text-align: center;
}
.professionnels .nos-appareils-fitness .nos-modeles-hotel li .text p {
  color: #fff;
  overflow: hidden;
  font-family: 'Bodoni';
  font-size: 16px;
  font-weight: normal;
  display: block;
  width: 100%;
  text-align: center;
}
.professionnels .nos-appareils-fitness .nos-modeles-hotel li .categ {
  color: #587575;
  overflow: hidden;
  font-family: 'Bodoni';
  font-size: 16px;
  font-weight: normal;
  display: block;
  width: 100%;
  text-align: center;
  margin: 10px 0;
}
.cms-professionnels-studios-centre-fitness-waterrower .professionnels > p,
.cms-professionnels-studios-centre-fitness-nohrd .professionnels > p,
.cms-professionnels-studios-centre-fitness-solutions-perso .professionnels > p {
  margin-bottom: 40px;
}
.cms-professionnels-studios-centre-fitness-waterrower .professionnels .contain:after,
.cms-professionnels-studios-centre-fitness-nohrd .professionnels .contain:after,
.cms-professionnels-studios-centre-fitness-solutions-perso .professionnels .contain:after {
  display: none;
}
.cms-professionnels-studios-centre-fitness-waterrower .professionnels .contain .top h2,
.cms-professionnels-studios-centre-fitness-nohrd .professionnels .contain .top h2,
.cms-professionnels-studios-centre-fitness-solutions-perso .professionnels .contain .top h2 {
  display: flex;
  align-items: center;
}
.cms-professionnels-studios-centre-fitness-waterrower .professionnels .contain .top .texte > p,
.cms-professionnels-studios-centre-fitness-nohrd .professionnels .contain .top .texte > p,
.cms-professionnels-studios-centre-fitness-solutions-perso .professionnels .contain .top .texte > p {
  width: 100%;
  max-width: 300px;
  color: #000;
  font-family: 'Bodoni';
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .cms-professionnels-studios-centre-fitness-waterrower .professionnels .contain .top .texte > p,
  .cms-professionnels-studios-centre-fitness-nohrd .professionnels .contain .top .texte > p,
  .cms-professionnels-studios-centre-fitness-solutions-perso .professionnels .contain .top .texte > p {
    margin-bottom: 40px;
  }
}
.cms-professionnels-studios-centre-fitness-waterrower .professionnels .contain .top .image,
.cms-professionnels-studios-centre-fitness-nohrd .professionnels .contain .top .image,
.cms-professionnels-studios-centre-fitness-solutions-perso .professionnels .contain .top .image {
  width: 45%;
  margin-left: auto;
  position: relative;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .cms-professionnels-studios-centre-fitness-waterrower .professionnels .contain .top .image,
  .cms-professionnels-studios-centre-fitness-nohrd .professionnels .contain .top .image,
  .cms-professionnels-studios-centre-fitness-solutions-perso .professionnels .contain .top .image {
    width: 60%;
  }
}
.cms-professionnels-studios-centre-fitness-waterrower .professionnels .contain .top .image:before,
.cms-professionnels-studios-centre-fitness-nohrd .professionnels .contain .top .image:before,
.cms-professionnels-studios-centre-fitness-solutions-perso .professionnels .contain .top .image:before {
  content: '';
  background: #587575;
  display: block;
  height: 170px;
  width: 170px;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  transform: translateX(-49%) translateY(3%) rotate(48deg);
}
@media screen and (max-width: 767px) {
  .cms-professionnels-studios-centre-fitness-waterrower .professionnels .contain .top .image:before,
  .cms-professionnels-studios-centre-fitness-nohrd .professionnels .contain .top .image:before,
  .cms-professionnels-studios-centre-fitness-solutions-perso .professionnels .contain .top .image:before {
    height: 140px;
    width: 140px;
  }
}
.cms-professionnels-studios-centre-fitness-waterrower .professionnels .contain .top img,
.cms-professionnels-studios-centre-fitness-nohrd .professionnels .contain .top img,
.cms-professionnels-studios-centre-fitness-solutions-perso .professionnels .contain .top img {
  border: 5px solid #fff;
}
.cms-professionnels-studios-centre-fitness-waterrower .professionnels .contain .must,
.cms-professionnels-studios-centre-fitness-nohrd .professionnels .contain .must,
.cms-professionnels-studios-centre-fitness-solutions-perso .professionnels .contain .must {
  font-size: 17px;
}
.cms-professionnels-studios-centre-fitness-waterrower .professionnels .contain .avantages.studio-wr,
.cms-professionnels-studios-centre-fitness-nohrd .professionnels .contain .avantages.studio-wr,
.cms-professionnels-studios-centre-fitness-solutions-perso .professionnels .contain .avantages.studio-wr {
  background: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}
.cms-professionnels-studios-centre-fitness-waterrower .professionnels .contain .avantages.studio-wr p,
.cms-professionnels-studios-centre-fitness-nohrd .professionnels .contain .avantages.studio-wr p,
.cms-professionnels-studios-centre-fitness-solutions-perso .professionnels .contain .avantages.studio-wr p {
  margin-bottom: 15px;
}
.cms-professionnels-studios-centre-fitness-waterrower .professionnels .personnalisation,
.cms-professionnels-studios-centre-fitness-nohrd .professionnels .personnalisation,
.cms-professionnels-studios-centre-fitness-solutions-perso .professionnels .personnalisation {
  background: transparent;
  text-align: center;
}
.cms-professionnels-studios-centre-fitness-waterrower .professionnels .personnalisation h2,
.cms-professionnels-studios-centre-fitness-nohrd .professionnels .personnalisation h2,
.cms-professionnels-studios-centre-fitness-solutions-perso .professionnels .personnalisation h2 {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  font-size: 27px;
  font-weight: normal;
  font-family: 'centabel';
  color: #000;
  justify-content: flex-end;
}
.cms-professionnels-studios-centre-fitness-waterrower .professionnels .personnalisation h2 hr,
.cms-professionnels-studios-centre-fitness-nohrd .professionnels .personnalisation h2 hr,
.cms-professionnels-studios-centre-fitness-solutions-perso .professionnels .personnalisation h2 hr {
  width: 60px;
  height: 1px;
  margin: 0 10px;
  border-color: #587575;
  flex-shrink: 0;
}
.cms-professionnels-studios-centre-fitness-waterrower .professionnels .personnalisation:before,
.cms-professionnels-studios-centre-fitness-nohrd .professionnels .personnalisation:before,
.cms-professionnels-studios-centre-fitness-solutions-perso .professionnels .personnalisation:before,
.cms-professionnels-studios-centre-fitness-waterrower .professionnels .personnalisation:after,
.cms-professionnels-studios-centre-fitness-nohrd .professionnels .personnalisation:after,
.cms-professionnels-studios-centre-fitness-solutions-perso .professionnels .personnalisation:after {
  display: none;
}
.cms-professionnels-studios-centre-fitness-waterrower .professionnels .personnalisation .bouton,
.cms-professionnels-studios-centre-fitness-nohrd .professionnels .personnalisation .bouton,
.cms-professionnels-studios-centre-fitness-solutions-perso .professionnels .personnalisation .bouton {
  background: transparent;
}
.cms-professionnels-studios-centre-fitness-waterrower .professionnels .personnalisation .bouton:before,
.cms-professionnels-studios-centre-fitness-nohrd .professionnels .personnalisation .bouton:before,
.cms-professionnels-studios-centre-fitness-solutions-perso .professionnels .personnalisation .bouton:before {
  background: transparent;
}
@media screen and (min-width: 768px) {
  .cms-professionnels-studios-centre-fitness-waterrower .professionnels .personnalisation .list .detail,
  .cms-professionnels-studios-centre-fitness-nohrd .professionnels .personnalisation .list .detail,
  .cms-professionnels-studios-centre-fitness-solutions-perso .professionnels .personnalisation .list .detail {
    width: 32%;
  }
}
.cms-professionnels-studios-centre-fitness-solutions-perso .contain {
  text-align: center;
  padding-bottom: 50px;
}
.cms-professionnels-studios-centre-fitness-solutions-perso .contain .bloc-sol {
  margin: 40px auto 0;
  width: 100%;
  max-width: 600px;
}
.cms-professionnels-studios-centre-fitness-solutions-perso .contain .bloc-sol .image {
  width: 70%;
  margin: auto;
  position: relative;
  z-index: 3;
}
.cms-professionnels-studios-centre-fitness-solutions-perso .contain .bloc-sol .image img {
  display: block;
  border: 5px solid #fff;
}
.cms-professionnels-studios-centre-fitness-solutions-perso .contain .bloc-sol .texte {
  background: #E8E8E8;
  padding: 70px 50px 30px;
  position: relative;
  z-index: 2;
  transform: translateY(-50px);
}
@media screen and (max-width: 767px) {
  .cms-professionnels-studios-centre-fitness-solutions-perso .contain .bloc-sol .texte {
    padding: 70px 25px 30px;
  }
}
.cms-professionnels-studios-centre-fitness-solutions-perso .contain .bloc-sol .texte span {
  font-weight: bold;
  font-family: sans-serif;
  font-size: 15px;
  color: #000;
  margin-bottom: 20px;
  display: block;
}
.cms-professionnels-studios-centre-fitness-solutions-perso .contain .bloc-sol .texte p {
  color: #000;
  font-family: 'Bodoni';
  font-size: 16px;
  margin-bottom: 5px;
}
.cms-professionnels-studios-centre-fitness-solutions-perso .contain .bloc-sol.bloc-sol2 .texte {
  background-color: #587575;
}
.cms-professionnels-studios-centre-fitness-solutions-perso .contain .bloc-sol.bloc-sol2 .texte > * {
  color: #fff;
}
.cms-professionnels-studios-centre-fitness-solutions-perso .contain .bloc-sol.bloc-sol3 .texte {
  background-color: #000;
}
.cms-professionnels-studios-centre-fitness-solutions-perso .contain .bloc-sol.bloc-sol3 .texte > * {
  color: #fff;
}
.cms-professionnels-hotels-spas-chambres-et-suites .professionnels .essences,
.cms-professionnels-hotels-spas-spas .professionnels .essences {
  padding-bottom: 150px;
}
.cms-professionnels-hotels-spas-chambres-et-suites .professionnels .list,
.cms-professionnels-hotels-spas-spas .professionnels .list {
  padding-left: 0;
  list-style: none;
}
.cms-professionnels-hotels-spas-chambres-et-suites .professionnels .list .line,
.cms-professionnels-hotels-spas-spas .professionnels .list .line {
  position: relative;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .cms-professionnels-hotels-spas-chambres-et-suites .professionnels .list .line,
  .cms-professionnels-hotels-spas-spas .professionnels .list .line {
    display: flex;
    flex-direction: column;
  }
  .cms-professionnels-hotels-spas-chambres-et-suites .professionnels .list .line .img,
  .cms-professionnels-hotels-spas-spas .professionnels .list .line .img {
    order: 1;
    width: 100% !important;
    max-width: 400px;
  }
  .cms-professionnels-hotels-spas-chambres-et-suites .professionnels .list .line hr,
  .cms-professionnels-hotels-spas-spas .professionnels .list .line hr {
    order: 2;
    margin: 15px 0 !important;
  }
  .cms-professionnels-hotels-spas-chambres-et-suites .professionnels .list .line .text,
  .cms-professionnels-hotels-spas-spas .professionnels .list .line .text {
    order: 3;
  }
  .cms-professionnels-hotels-spas-chambres-et-suites .professionnels .list .line .text p,
  .cms-professionnels-hotels-spas-spas .professionnels .list .line .text p {
    text-align: center;
    text-align-last: center;
    -moz-text-align-last: center;
  }
}
.cms-professionnels-hotels-spas-chambres-et-suites .professionnels .list .line:before,
.cms-professionnels-hotels-spas-spas .professionnels .list .line:before {
  content: '';
  position: absolute;
  width: 170px;
  height: 170px;
  background: #E8E8E8;
  left: 43%;
  top: 38%;
  z-index: -1;
  transform: translateX(-50%) translateY(-50%) rotate(20deg);
}
@media screen and (max-width: 991px) {
  .cms-professionnels-hotels-spas-chambres-et-suites .professionnels .list .line:before,
  .cms-professionnels-hotels-spas-spas .professionnels .list .line:before {
    width: 120px;
    height: 120px;
  }
}
@media screen and (max-width: 767px) {
  .cms-professionnels-hotels-spas-chambres-et-suites .professionnels .list .line:before,
  .cms-professionnels-hotels-spas-spas .professionnels .list .line:before {
    display: none;
  }
}
.cms-professionnels-hotels-spas-chambres-et-suites .professionnels .list .line.line2:before,
.cms-professionnels-hotels-spas-spas .professionnels .list .line.line2:before,
.cms-professionnels-hotels-spas-chambres-et-suites .professionnels .list .line.line4:before,
.cms-professionnels-hotels-spas-spas .professionnels .list .line.line4:before {
  transform: translateX(12%) translateY(-50%) rotate(20deg);
  right: 0;
  top: 79%;
  left: inherit;
  left: initial;
}
.cms-professionnels-hotels-spas-chambres-et-suites .professionnels .list .line .img,
.cms-professionnels-hotels-spas-spas .professionnels .list .line .img {
  width: 40%;
  flex-shrink: 0;
}
.cms-professionnels-hotels-spas-chambres-et-suites .professionnels .list .line hr,
.cms-professionnels-hotels-spas-spas .professionnels .list .line hr {
  margin: 0 25px;
}
.cms-professionnels-hotels-spas-chambres-et-suites .professionnels .list .line .text,
.cms-professionnels-hotels-spas-spas .professionnels .list .line .text {
  margin: 0;
  padding: 0;
  text-align: left;
  background: transparent;
}
.cms-professionnels-hotels-spas-chambres-et-suites .professionnels .list .line .text p,
.cms-professionnels-hotels-spas-spas .professionnels .list .line .text p {
  font-weight: bold;
  font-family: sans-serif;
  font-size: 15px;
  color: #000;
  margin-bottom: 20px;
  display: block;
  text-align: left;
  text-align-last: left;
  -moz-text-align-last: left;
}
.cms-professionnels-hotels-spas-chambres-et-suites .professionnels .list .line .text span,
.cms-professionnels-hotels-spas-spas .professionnels .list .line .text span {
  display: block;
  color: #000;
  font-family: 'Bodoni';
  font-size: 16px;
  text-align: left;
  margin-bottom: 20px;
}
.cms-professionnels-hotels-spas-chambres-et-suites .professionnels .list .line .text .bottom,
.cms-professionnels-hotels-spas-spas .professionnels .list .line .text .bottom {
  text-align: center;
}
.cms-professionnels-hotels-spas-chambres-et-suites .professionnels .list .line .text .bottom a,
.cms-professionnels-hotels-spas-spas .professionnels .list .line .text .bottom a {
  text-align: center;
  display: inline-block;
  width: 110px;
  vertical-align: top;
  font-weight: bold;
  font-family: sans-serif;
  font-size: 15px;
  color: #000;
}
@media screen and (max-width: 991px) {
  .cms-professionnels-hotels-spas-chambres-et-suites .professionnels .list .line .text .bottom a,
  .cms-professionnels-hotels-spas-spas .professionnels .list .line .text .bottom a {
    width: 32%;
  }
}
.cms-professionnels-hotels-spas-chambres-et-suites .professionnels .list .line .text .bottom a span,
.cms-professionnels-hotels-spas-spas .professionnels .list .line .text .bottom a span {
  text-align: center;
  text-align-last: center;
  -moz-text-align-last: center;
}
.cms-professionnels-hotels-spas-chambres-et-suites .professionnels .list .line .text .bottom a img,
.cms-professionnels-hotels-spas-spas .professionnels .list .line .text .bottom a img {
  display: block;
  height: 75px;
  margin: 0 auto 15px;
}
.cms-professionnels-hotels-spas-chambres-et-suites .professionnels .slider-hotel.produits,
.cms-professionnels-hotels-spas-spas .professionnels .slider-hotel.produits {
  margin-bottom: 20px;
}
.cms-professionnels-hotels-spas-chambres-et-suites .professionnels .slider-hotel.produits:before,
.cms-professionnels-hotels-spas-spas .professionnels .slider-hotel.produits:before,
.cms-professionnels-hotels-spas-chambres-et-suites .professionnels .slider-hotel.produits::after,
.cms-professionnels-hotels-spas-spas .professionnels .slider-hotel.produits::after {
  display: none;
}
.cms-professionnels-hotels-spas-chambres-et-suites .professionnels .slider-hotel.produits h2,
.cms-professionnels-hotels-spas-spas .professionnels .slider-hotel.produits h2 {
  color: #000;
  text-align: center;
}
.cms-professionnels-hotels-spas-chambres-et-suites .professionnels .slider-hotel.produits h2 hr,
.cms-professionnels-hotels-spas-spas .professionnels .slider-hotel.produits h2 hr {
  width: 100px;
  justify-content: space-around;
}
.cms-professionnels-hotels-spas-chambres-et-suites .professionnels .slider-hotel.produits h2 hr:last-of-type,
.cms-professionnels-hotels-spas-spas .professionnels .slider-hotel.produits h2 hr:last-of-type {
  width: calc(100% - 320px);
}
.cms-professionnels-hotels-spas-chambres-et-suites .professionnels .slider-hotel.produits p,
.cms-professionnels-hotels-spas-spas .professionnels .slider-hotel.produits p {
  display: block;
  width: 100%;
  text-align: center;
  color: #000;
  font-family: 'Bodoni';
  font-size: 16px;
  margin: 30px 0;
}
.cms-professionnels-hotels-spas-chambres-et-suites .professionnels .slider-hotel.produits ul li,
.cms-professionnels-hotels-spas-spas .professionnels .slider-hotel.produits ul li {
  padding: 20px;
}
.cms-professionnels-hotels-spas-chambres-et-suites .professionnels .slider-hotel.produits ul li .image,
.cms-professionnels-hotels-spas-spas .professionnels .slider-hotel.produits ul li .image {
  height: 140px;
  margin-bottom: 15px;
}
.cms-professionnels-hotels-spas-chambres-et-suites .professionnels .slider-hotel.produits ul li .image img,
.cms-professionnels-hotels-spas-spas .professionnels .slider-hotel.produits ul li .image img {
  display: block;
  max-height: 100%;
  margin: auto;
}
.cms-professionnels-hotels-spas-chambres-et-suites .professionnels .slider-hotel.produits ul li > p,
.cms-professionnels-hotels-spas-spas .professionnels .slider-hotel.produits ul li > p {
  text-align: center;
  font-weight: bold;
  font-family: sans-serif;
  font-size: 15px;
  color: #fff;
  display: block;
  padding: 10px;
  background: #587575;
  margin: 5px 0;
}
.cms-professionnels-hotels-spas-chambres-et-suites .professionnels .slider-hotel.produits ul li > p span,
.cms-professionnels-hotels-spas-spas .professionnels .slider-hotel.produits ul li > p span {
  display: block;
  color: #fff;
  font-family: 'Bodoni';
  font-size: 16px;
  font-weight: normal;
}
.cms-professionnels-hotels-spas-chambres-et-suites .professionnels .slider-hotel.produits ul li > span,
.cms-professionnels-hotels-spas-spas .professionnels .slider-hotel.produits ul li > span {
  display: block;
  padding: 5px;
  background: #E8E8E8;
  color: #587575;
  font-family: 'Bodoni';
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  width: 90%;
  margin: 0 auto 15px;
}
.cms-accompagnement .accom h1,
.cms-notices-modes-emploi .accom h1 {
  display: flex;
  align-items: center;
  font-size: 27px;
  font-weight: normal;
  font-family: 'centabel';
  color: #000;
  width: 100%;
  justify-content: center;
  margin-bottom: 50px;
  margin-top: 50px;
  position: relative;
  z-index: 1;
  text-align: center;
}
.cms-accompagnement .accom h1 hr,
.cms-notices-modes-emploi .accom h1 hr {
  display: block;
  height: 1px;
  width: 90px;
  background: #587575;
  border: none;
  margin: 0 15px;
}
.cms-accompagnement .accom .presentation,
.cms-notices-modes-emploi .accom .presentation {
  padding-left: 0;
  list-style: none;
  width: 100%;
  text-align: center;
  margin: auto;
}
.cms-accompagnement .accom .presentation li,
.cms-notices-modes-emploi .accom .presentation li {
  width: 234px;
  height: 234px;
  margin: 30px;
  background: #fff;
  display: inline-flex;
  vertical-align: top;
  align-items: center;
  padding: 15px;
  text-align: center;
  justify-content: center;
  flex-direction: column;
  -webkit-box-shadow: 7px 10px 15px -4px rgba(0, 0, 0, 0.63);
  -moz-box-shadow: 7px 10px 15px -4px rgba(0, 0, 0, 0.63);
  box-shadow: 7px 10px 15px -4px rgba(0, 0, 0, 0.63);
  position: relative;
}
.cms-accompagnement .accom .presentation li > img,
.cms-notices-modes-emploi .accom .presentation li > img {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.cms-accompagnement .accom .presentation li:hover > img,
.cms-notices-modes-emploi .accom .presentation li:hover > img {
  -webkit-filter: none;
  filter: none;
}
.cms-accompagnement .accom .presentation li a,
.cms-notices-modes-emploi .accom .presentation li a {
  position: relative;
  z-index: 1;
}
.cms-accompagnement .accom .presentation li hr,
.cms-notices-modes-emploi .accom .presentation li hr {
  display: inline-block;
  height: 1px;
  width: 50px;
  background: #587575;
  border: none;
  margin: 10px auto;
}
.cms-accompagnement .accom .presentation li h2,
.cms-notices-modes-emploi .accom .presentation li h2 {
  font-weight: bold;
  font-family: sans-serif;
  font-size: 15px;
  margin-bottom: 20px;
  color: #000;
  display: inline-block;
  width: 100%;
  flex-shrink: 0;
}
.cms-accompagnement .accom .presentation li.white h2,
.cms-notices-modes-emploi .accom .presentation li.white h2 {
  color: #fff;
}
.cms-accompagnement .accom .applications h2,
.cms-notices-modes-emploi .accom .applications h2 {
  display: flex;
  align-items: center;
  font-size: 27px;
  font-weight: normal;
  font-family: 'centabel';
  color: #000;
  width: 100%;
  justify-content: center;
  margin-bottom: 30px;
  margin-top: 50px;
  position: relative;
  z-index: 1;
  text-align: center;
}
.cms-accompagnement .accom .applications h2 hr,
.cms-notices-modes-emploi .accom .applications h2 hr {
  display: block;
  height: 1px;
  width: 90px;
  background: #587575;
  border: none;
  margin: 0 15px;
}
.cms-accompagnement .accom .applications ul,
.cms-notices-modes-emploi .accom .applications ul {
  list-style: none;
  padding-left: 0;
  text-align: center;
}
.cms-accompagnement .accom .applications ul li,
.cms-notices-modes-emploi .accom .applications ul li {
  display: inline-block;
  width: 150px;
  vertical-align: top;
}
.cms-accompagnement .accom .applications ul li .img,
.cms-notices-modes-emploi .accom .applications ul li .img {
  width: 80px;
  margin: auto;
  height: 120px;
  display: flex;
  align-items: center;
}
.cms-accompagnement .accom .applications ul li a,
.cms-notices-modes-emploi .accom .applications ul li a {
  background: #E8E8E8;
  padding: 3px 15px;
  color: #000;
  display: inline-block !important;
  height: auto;
  width: auto;
  line-height: 25px;
  position: relative;
  margin: 0 20px;
  font-family: 'Bodoni';
  font-size: 16px;
  text-transform: none;
  border: 1px solid #000;
  vertical-align: top;
  margin-bottom: 10px;
}
.cms-accompagnement .accom .applications ul li a:hover,
.cms-notices-modes-emploi .accom .applications ul li a:hover {
  text-decoration: underline;
}
.cms-accompagnement .accom .applications ul li a span,
.cms-notices-modes-emploi .accom .applications ul li a span {
  color: #000;
  font-family: 'Bodoni';
  font-size: 16px;
  text-transform: none;
  display: block;
}
.cms-accompagnement .accom .applications ul li a:before,
.cms-notices-modes-emploi .accom .applications ul li a:before {
  display: block;
  width: 8px;
  height: 18px;
  background: #E8E8E8;
  position: absolute;
  left: -2px;
  top: 50%;
  border: none;
  transform: translateY(-50%);
  content: '';
}
.cms-accompagnement .accom .applications ul li a:after,
.cms-notices-modes-emploi .accom .applications ul li a:after {
  content: '';
  display: block;
  width: 25px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 54%;
  transform: translateY(-50%) translateX(-50%);
  left: -3px;
  border: none;
  border-top: 1px solid #000;
}
.cms-accompagnement .accom .applications > p,
.cms-notices-modes-emploi .accom .applications > p {
  color: #000;
  font-family: 'Bodoni';
  font-size: 16px;
  text-align: justify;
  text-align-last: center;
  -moz-text-align-last: center;
  display: block;
  margin-bottom: 20px;
}
.cms-accompagnement .accom .wr-nohrd,
.cms-notices-modes-emploi .accom .wr-nohrd {
  background: #fff;
  position: relative;
  display: flex;
  align-items: center;
  padding: 20px 0 60px;
  justify-content: center;
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .cms-accompagnement .accom .wr-nohrd,
  .cms-notices-modes-emploi .accom .wr-nohrd {
    flex-direction: column;
    text-align: center;
  }
}
.cms-accompagnement .accom .wr-nohrd:before,
.cms-notices-modes-emploi .accom .wr-nohrd:before {
  background-color: #fff;
  width: 200vw;
  content: '';
  display: block;
  transform: rotate(-2deg);
  height: 200px;
  position: absolute;
  left: -50%;
  top: -70px;
  z-index: -1;
}
.cms-accompagnement .accom .wr-nohrd:after,
.cms-notices-modes-emploi .accom .wr-nohrd:after {
  background-color: #fff;
  width: 200vw;
  top: 0;
  bottom: 0;
  left: -50%;
  content: '';
  display: block;
  z-index: -1;
  position: absolute;
}
.cms-accompagnement .accom .wr-nohrd .left,
.cms-notices-modes-emploi .accom .wr-nohrd .left {
  font-size: 24px;
  font-weight: normal;
  font-family: 'centabel';
  color: #000;
}
.cms-accompagnement .accom .wr-nohrd hr,
.cms-notices-modes-emploi .accom .wr-nohrd hr {
  display: block;
  height: 1px;
  width: 60px;
  background: #587575;
  border: none;
  margin: 0 25px;
}
@media screen and (max-width: 767px) {
  .cms-accompagnement .accom .wr-nohrd hr,
  .cms-notices-modes-emploi .accom .wr-nohrd hr {
    margin: 30px;
  }
}
.cms-accompagnement .accom .wr-nohrd p,
.cms-notices-modes-emploi .accom .wr-nohrd p {
  color: #000;
  font-family: 'Bodoni';
  font-size: 16px;
  display: block;
  flex-shrink: 0;
  width: 45%;
  text-align: left;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .cms-accompagnement .accom .wr-nohrd p,
  .cms-notices-modes-emploi .accom .wr-nohrd p {
    text-align: center;
  }
}
.cms-accompagnement .accom .notices,
.cms-notices-modes-emploi .accom .notices {
  background: #fff;
  position: relative;
  margin-top: 50px;
  padding-top: 30px;
  padding-bottom: 1px;
}
.cms-accompagnement .accom .notices:before,
.cms-notices-modes-emploi .accom .notices:before {
  background-color: #fff;
  width: 200vw;
  top: 0;
  bottom: 0;
  left: -50%;
  content: '';
  display: block;
  z-index: -1;
  position: absolute;
}
.cms-accompagnement .accom .notices .top,
.cms-notices-modes-emploi .accom .notices .top {
  display: flex;
  justify-content: flex-start;
}
.cms-accompagnement .accom .notices h2,
.cms-notices-modes-emploi .accom .notices h2 {
  margin: 0;
  font-size: 24px;
  font-weight: normal;
  font-family: 'centabel';
  color: #000;
}
.cms-accompagnement .accom .notices h2 span,
.cms-notices-modes-emploi .accom .notices h2 span {
  color: #000;
  font-family: 'Bodoni';
  font-size: 16px;
  display: block;
  margin-top: 10px;
}
.cms-accompagnement .accom .notices hr,
.cms-notices-modes-emploi .accom .notices hr {
  display: inline-block;
  width: 100px;
  height: 1px;
  background: #587575;
  border: none;
  margin: 13px 15px 0 0;
}
.cms-accompagnement .accom .notices ul,
.cms-notices-modes-emploi .accom .notices ul {
  text-align: center;
  margin-top: 50px;
  padding-left: 0;
}
.cms-accompagnement .accom .notices ul li,
.cms-notices-modes-emploi .accom .notices ul li {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 30%;
  margin: 30px 1%;
}
@media screen and (max-width: 767px) {
  .cms-accompagnement .accom .notices ul li,
  .cms-notices-modes-emploi .accom .notices ul li {
    width: 45%;
  }
}
@media screen and (max-width: 500px) {
  .cms-accompagnement .accom .notices ul li,
  .cms-notices-modes-emploi .accom .notices ul li {
    width: 90%;
  }
}
.cms-accompagnement .accom .notices ul li .image,
.cms-notices-modes-emploi .accom .notices ul li .image {
  height: 150px;
}
.cms-accompagnement .accom .notices ul li .image img,
.cms-notices-modes-emploi .accom .notices ul li .image img {
  display: block;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
}
.cms-accompagnement .accom .notices ul li p,
.cms-notices-modes-emploi .accom .notices ul li p {
  font-weight: bold;
  font-family: sans-serif;
  font-size: 15px;
  color: #000;
  display: block;
  margin-bottom: 20px;
}
.cms-accompagnement .accom .notices ul li span,
.cms-notices-modes-emploi .accom .notices ul li span {
  color: #000;
  font-family: 'Bodoni';
  font-size: 16px;
  display: block;
}
.cms-accompagnement .accom .notices ul li hr,
.cms-notices-modes-emploi .accom .notices ul li hr {
  margin: 10px auto;
  width: 1px;
  height: 25px;
  background: #000;
  border: none;
}
.cms-accompagnement .accom .notices ul li .download,
.cms-notices-modes-emploi .accom .notices ul li .download {
  display: block;
  width: 30px;
  height: 30px;
  margin: 15px auto 0;
  background: url(../Magento_Theme/images/download.png) center center no-repeat;
}
.cms-accompagnement .accom .mediatheque,
.cms-notices-modes-emploi .accom .mediatheque {
  text-align: center;
  background: #000;
  position: relative;
  z-index: 2;
  padding: 1px;
}
.cms-accompagnement .accom .mediatheque:before,
.cms-notices-modes-emploi .accom .mediatheque:before {
  background-color: #000;
  width: 200vw;
  top: 0;
  bottom: 0;
  left: -50%;
  content: '';
  display: block;
  z-index: -1;
  position: absolute;
}
.cms-accompagnement .accom .mediatheque p,
.cms-notices-modes-emploi .accom .mediatheque p {
  color: #fff;
  font-family: 'Bodoni';
  font-size: 16px;
  display: block;
  margin: 0 auto 30px;
}
.cms-accompagnement .accom .mediatheque h2,
.cms-notices-modes-emploi .accom .mediatheque h2 {
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: normal;
  font-family: 'centabel';
  color: #fff;
  width: 100%;
  justify-content: center;
  margin-bottom: 20px;
  margin-top: 30px;
  position: relative;
  z-index: 1;
  text-align: center;
}
.cms-accompagnement .accom .mediatheque h2 hr,
.cms-notices-modes-emploi .accom .mediatheque h2 hr {
  display: block;
  height: 1px;
  width: 90px;
  background: #587575;
  border: none;
  margin: 0 15px;
}
.cms-accompagnement .accom .mediatheque.pieces,
.cms-notices-modes-emploi .accom .mediatheque.pieces {
  background: #587575;
}
.cms-accompagnement .accom .mediatheque.pieces:before,
.cms-notices-modes-emploi .accom .mediatheque.pieces:before {
  background: #587575;
}
.cms-accompagnement .accom .mediatheque.pieces h2 hr,
.cms-notices-modes-emploi .accom .mediatheque.pieces h2 hr {
  background: #000;
}
.cms-accompagnement .accom .mediatheque.pieces .bouton,
.cms-notices-modes-emploi .accom .mediatheque.pieces .bouton {
  border-color: #fff;
  color: #fff;
  background: transparent;
  margin-bottom: 30px;
}
.cms-accompagnement .accom .mediatheque.pieces .bouton:before,
.cms-notices-modes-emploi .accom .mediatheque.pieces .bouton:before {
  background: #587575;
}
.cms-accompagnement .accom .mediatheque.pieces .bouton:after,
.cms-notices-modes-emploi .accom .mediatheque.pieces .bouton:after {
  background: #fff;
  border: #fff;
}
.cms-notices-modes-emploi .accom h1 {
  margin-bottom: 15px;
}
.cms-notices-modes-emploi .accom > p {
  color: #000;
  font-family: 'Bodoni';
  font-size: 16px;
  display: block;
  text-align: center;
  margin-bottom: 50px;
}
/**********************************************************************************************************************/
.details-accompagnement .title {
  margin-bottom: 100px;
}
.details-accompagnement .title h2 {
  font-weight: normal;
  font-family: 'centabel';
  font-size: 32px;
  color: #000;
  z-index: 2;
  position: relative;
  margin: 100px 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.details-accompagnement .title h2 hr {
  display: block;
  width: 90px;
  height: 2px;
  background: #000;
  border: none;
  margin: 0 20px;
  flex-shrink: 0;
}
.details-accompagnement .title h3 {
  font-weight: normal;
  font-family: 'centabel';
  font-size: 25px;
  color: #000;
  z-index: 2;
  position: relative;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.details-accompagnement .pres {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
@media screen and (max-width: 767px) {
  .details-accompagnement .pres {
    display: block;
  }
}
.details-accompagnement .pres > div {
  text-align: center;
  width: calc(50% - 32px);
  padding: 20px;
  display: inline-block;
  vertical-align: top;
  margin: 15px;
}
@media screen and (max-width: 767px) {
  .details-accompagnement .pres > div {
    width: 100%;
    margin: 0 0 20px;
  }
}
.details-accompagnement .pres > div.image {
  background: #fff;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .details-accompagnement .pres > div.text {
    margin-bottom: 0;
  }
}
.details-accompagnement .pres > div.text hr {
  display: block;
  width: 100px;
  height: 2px;
  background: #000;
  border: none;
  margin: 0 auto 0;
  flex-shrink: 0;
}
.details-accompagnement .pres > div.text span {
  font-weight: normal;
  font-family: 'centabel';
  font-size: 20px;
  color: #000;
  text-align: left;
  padding-left: 20px;
  display: block;
  width: 100%;
}
.details-accompagnement .pres > div.text > div {
  display: flex;
  align-items: center;
}
.details-accompagnement .pres > div.text p {
  color: #fff;
  font-family: 'Bodoni';
  font-size: 17px;
  display: block;
  text-align: justify;
  line-height: 26px;
  margin-bottom: 20px;
  text-align-last: center;
  -moz-text-align-last: center;
}
.details-accompagnement .pres > div.text {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .details-accompagnement .pres > div.text > div {
    display: block;
    text-align: center;
    margin: auto;
  }
  .details-accompagnement .pres > div.text > div hr {
    width: 2px;
    height: 40px;
  }
  .details-accompagnement .pres > div.text > div span {
    padding: 0;
    text-align: center;
    margin-top: 20px;
  }
}
.details-accompagnement .btn {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  .details-accompagnement .btn {
    flex-direction: column;
  }
}
.details-accompagnement .btn .bouton {
  background: #E8E8E8;
  width: 200px;
  height: 60px;
  line-height: 20px;
  display: flex !important;
  align-items: center;
  text-align: center;
  justify-content: center;
  color: #000;
}
@media screen and (max-width: 767px) {
  .details-accompagnement .btn .bouton {
    margin-bottom: 20px;
  }
}
.details-accompagnement .btn .bouton:hover {
  color: #000;
}
.details-accompagnement .btn .bouton:before {
  background: #E8E8E8;
}
.details-accompagnement .fiche-technique {
  background-color: #000;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  .details-accompagnement .fiche-technique {
    display: block;
  }
}
.details-accompagnement .fiche-technique:after {
  background-color: #000;
  width: 200vw;
  top: 0;
  bottom: 0;
  left: -50%;
  content: '';
  display: block;
  z-index: -1;
  position: absolute;
}
.details-accompagnement .fiche-technique h3 {
  font-weight: normal;
  font-family: 'centabel';
  font-size: 27px;
  color: #fff;
  display: block;
  z-index: 2;
  position: relative;
  margin: 0;
  width: 40%;
  text-align: right;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .details-accompagnement .fiche-technique h3 {
    display: block;
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .details-accompagnement .fiche-technique h3 {
    font-size: 20px;
  }
}
.details-accompagnement .fiche-technique hr {
  display: block;
  width: 50px;
  height: 2px;
  background: #fff;
  border: none;
  margin: 0 20px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .details-accompagnement .fiche-technique hr {
    width: 2px;
    height: 50px;
    margin: 20px auto;
  }
}
.details-accompagnement .fiche-technique .text {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .details-accompagnement .fiche-technique .text {
    width: 100%;
  }
}
.details-accompagnement .fiche-technique .text ul {
  padding: 0;
  margin-bottom: 0;
}
.details-accompagnement .fiche-technique .text ul li {
  display: block;
  width: 100%;
  color: #fff;
  font-family: 'Bodoni';
  font-size: 17px;
  font-weight: normal;
}
.details-accompagnement .fiche-technique .text ul li span {
  font-weight: bold;
}
.details-accompagnement .applis h3 {
  font-weight: normal;
  font-family: 'centabel';
  font-size: 27px;
  color: #000;
  display: flex;
  z-index: 2;
  position: relative;
  margin: 0;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 40px;
  margin-top: 50px;
}
@media screen and (max-width: 600px) {
  .details-accompagnement .applis h3 {
    font-size: 20px;
  }
}
.details-accompagnement .applis h3 hr {
  display: block;
  width: 90px;
  height: 2px;
  background: #000;
  border: none;
  margin: 0;
  margin-right: 20px;
}
.details-accompagnement .applis ul {
  text-align: center;
  padding: 0;
  margin-bottom: 0;
}
.details-accompagnement .applis ul li {
  text-align: center;
  width: 49%;
  padding: 20px;
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .details-accompagnement .applis ul li {
    width: 100%;
  }
}
.details-accompagnement .applis ul li .logo {
  display: block;
  width: 100%;
  text-align: center;
  max-width: 100%;
  margin: 15px 0;
  z-index: 3;
}
.details-accompagnement .applis ul li .logo img {
  margin: auto;
  width: 90px;
  height: auto !important;
  max-height: inherit !important;
}
.details-accompagnement .applis ul li > span {
  display: block;
  width: 100%;
  text-align: center;
  font-weight: normal;
  font-family: 'centabel';
  font-size: 20px;
  color: #000;
  height: 72px;
}
.details-accompagnement .applis ul li > span > span {
  font-size: 16px;
  display: block;
  width: 100%;
}
.details-accompagnement .applis ul li hr {
  display: block;
  background: #587575;
  border: none;
  width: 2px;
  height: 50px;
  margin: 20px auto 0;
  position: relative;
  z-index: 3;
}
.details-accompagnement .applis ul li .text {
  background: #fff;
  padding: 50px 50px 20px;
  position: relative;
  z-index: 2;
  transform: translateY(-30px);
  min-height: 341px;
}
@media screen and (max-width: 1200px) {
  .details-accompagnement .applis ul li .text {
    min-height: 393px;
  }
}
@media screen and (max-width: 991px) {
  .details-accompagnement .applis ul li .text {
    min-height: 549px;
  }
}
@media screen and (max-width: 767px) {
  .details-accompagnement .applis ul li .text {
    min-height: inherit;
    padding: 20px;
  }
}
.details-accompagnement .applis ul li .text p {
  color: #000;
  font-family: 'Bodoni';
  font-size: 17px;
  display: block;
  text-align: justify;
  line-height: 26px;
  margin-bottom: 20px;
  text-align-last: center;
  -moz-text-align-last: center;
}
.details-accompagnement .perso {
  background: #fff;
  position: relative;
  padding-bottom: 40px;
  padding-top: 1px;
  z-index: 2;
}
.details-accompagnement .perso:after {
  position: absolute;
  content: '';
  z-index: -1;
  background: #fff;
  top: 0;
  left: -50%;
  width: 200vw;
  bottom: 0;
}
.details-accompagnement .perso h3 {
  display: flex;
  align-items: center;
  font-size: 27px;
  font-weight: normal;
  font-family: 'centabel';
  color: #000;
  width: 100%;
  justify-content: flex-end;
  margin-bottom: 50px;
  margin-top: 50px;
  position: relative;
  z-index: 1;
}
.details-accompagnement .perso h3:before {
  content: '';
  display: block;
  position: absolute;
  width: 100px;
  z-index: -1;
  height: 100px;
  background: #E8E8E8;
  transform: rotate(45deg);
  right: 5%;
  top: 0;
}
@media screen and (max-width: 767px) {
  .details-accompagnement .perso h3:before {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .details-accompagnement .perso h3 {
    font-size: 20px;
  }
}
.details-accompagnement .perso h3 hr {
  display: block;
  height: 1px;
  width: 90px;
  background: #587575;
  border: none;
  margin: 0 0 0 15px;
}
.details-accompagnement .perso .line {
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 600px) {
  .details-accompagnement .perso .line {
    display: block;
    margin: 0 !important;
  }
}
.details-accompagnement .perso .line .inner {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 991px) {
  .details-accompagnement .perso .line .inner {
    width: 100%;
    margin-bottom: 20px;
  }
}
.details-accompagnement .perso .line .inner .text {
  width: 260px;
  text-align: right;
  margin-right: 50px;
  flex-shrink: 0;
}
@media screen and (max-width: 600px) {
  .details-accompagnement .perso .line .inner .text {
    width: 100%;
    margin: 0 !important;
    text-align: center !important;
  }
}
.details-accompagnement .perso .line .inner .text p {
  font-weight: bold;
  font-family: sans-serif;
  font-size: 15px;
  color: #000;
  text-align: right;
  margin: 0;
  display: block;
  position: relative;
}
@media screen and (max-width: 600px) {
  .details-accompagnement .perso .line .inner .text p {
    text-align: left !important;
  }
}
.details-accompagnement .perso .line .inner .text p:after {
  position: absolute;
  width: 50px;
  height: 1px;
  border: none;
  background: #587575;
  right: -60px;
  top: 8px;
  content: '';
}
@media screen and (max-width: 600px) {
  .details-accompagnement .perso .line .inner .text p:after {
    display: none;
  }
}
.details-accompagnement .perso .line .inner .text span {
  color: #000;
  font-family: 'Bodoni';
  font-size: 17px;
  text-align: justify;
  text-align-last: right;
  -moz-text-align-last: right;
  display: block;
  margin-bottom: 20px;
}
.details-accompagnement .perso .line .inner .text a {
  background: #fff;
  padding: 3px 15px;
  color: #000;
  display: inline-block !important;
  height: auto;
  width: auto;
  line-height: 25px;
  position: relative;
  font-family: 'Bodoni';
  font-size: 17px;
  text-transform: none;
  border: 1px solid #000;
  vertical-align: top;
  text-decoration: none;
}
.details-accompagnement .perso .line .inner .text a:before {
  display: block;
  width: 8px;
  height: 18px;
  background: #FFF;
  position: absolute;
  left: -2px;
  top: 50%;
  border: none;
  transform: translateY(-50%);
  content: '';
}
.details-accompagnement .perso .line .inner .text a:after {
  content: '';
  display: none;
  width: 25px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 54%;
  transform: translateY(-50%) translateX(-50%);
  left: -3px;
  border: none;
  border-top: 1px solid #000;
}
.details-accompagnement .perso .line .inner .text a:hover:after {
  display: block;
}
.details-accompagnement .perso .line .inner .image img {
  max-height: 200px;
}
@media screen and (max-width: 600px) {
  .details-accompagnement .perso .line .inner .image {
    width: 100%;
  }
}
.details-accompagnement .perso .line.right {
  justify-content: flex-end;
  margin-top: -30px;
}
.details-accompagnement .perso .line.right .inner {
  justify-content: flex-end;
}
.details-accompagnement .perso .line.right .inner .text {
  text-align: left;
  margin-right: 0;
  margin-left: 50px;
}
.details-accompagnement .perso .line.right .inner .text p {
  text-align: left;
}
.details-accompagnement .perso .line.right .inner .text p:after {
  left: -60px;
  right: initial;
}
.details-accompagnement .perso .line.right .inner .text span {
  text-align-last: left;
  -moz-text-align-last: left;
}
.details-accompagnement .perso .line.wr .inner {
  width: 60%;
}
@media screen and (max-width: 991px) {
  .details-accompagnement .perso .line.wr .inner {
    width: 100%;
  }
}
.details-accompagnement .perso .line.hirise .image img {
  margin-left: -40px;
  margin-top: -40px;
}
@media screen and (max-width: 991px) {
  .details-accompagnement .perso .line.hirise .image img {
    margin: 0;
  }
}
.details-accompagnement .perso .line.adaptateur {
  margin-top: 0;
}
.details-accompagnement .perso .line.adaptateur .image img {
  margin-top: -80px;
}
@media screen and (max-width: 991px) {
  .details-accompagnement .perso .line.adaptateur .image img {
    margin: 0;
  }
}
.details-accompagnement .perso .actions {
  margin-top: 30px;
  margin-bottom: 50px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .details-accompagnement .perso .actions {
    text-align: center;
  }
}
.details-accompagnement .perso .actions a {
  background: #fff;
  padding: 3px 15px;
  color: #000;
  display: inline-block !important;
  height: auto;
  width: auto;
  line-height: 25px;
  position: relative;
  margin: 0;
  font-family: 'Bodoni';
  font-size: 17px;
  text-transform: none;
  border: 1px solid #587575;
  vertical-align: top;
  margin-bottom: 10px;
  text-decoration: none;
}
.details-accompagnement .perso .actions a:hover {
  text-decoration: underline;
}
.details-accompagnement .perso .actions a:before {
  display: block;
  width: 8px;
  height: 18px;
  background: #fff;
  position: absolute;
  left: -2px;
  top: 50%;
  border: none;
  transform: translateY(-50%);
  content: '';
}
.details-accompagnement .perso .actions a:after {
  content: '';
  display: block;
  width: 25px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 54%;
  transform: translateY(-50%) translateX(-50%);
  left: -3px;
  border: none;
  border-top: 1px solid #587575;
}
.details-accompagnement .perso .line.right {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .details-accompagnement .perso .line .inner {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .details-accompagnement .perso .line .inner .text {
    order: 2;
  }
  .details-accompagnement .perso .line .inner .text p {
    text-align: center !important;
  }
}
@media screen and (max-width: 767px) {
  .details-accompagnement .perso .line .inner .text span {
    text-align: left;
    text-align-last: left;
    -moz-text-align-last: left;
  }
}
@media screen and (max-width: 767px) {
  .details-accompagnement .perso .line .inner .image {
    order: 1;
  }
  .details-accompagnement .perso .line .inner .image img {
    display: block;
    margin: auto;
  }
}
.details-accompagnement .bloc-faq {
  background-color: #000;
  position: relative;
  z-index: 2;
  padding: 50px 0;
}
.details-accompagnement .bloc-faq:before {
  background-color: #000;
  width: 200vw;
  top: -30px;
  left: -50%;
  content: '';
  display: block;
  z-index: -2;
  position: absolute;
  transform: rotate(-1deg);
  height: 100%;
}
.details-accompagnement .bloc-faq:after {
  background-color: #000;
  width: 200vw;
  top: 0;
  bottom: 0;
  left: -50%;
  content: '';
  display: block;
  z-index: -2;
  position: absolute;
}
.details-accompagnement .bloc-faq h3 {
  margin: 0;
  font-size: 24px;
  font-weight: normal;
  font-family: 'centabel';
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 50px;
  padding-left: 30px;
  position: relative;
}
.details-accompagnement .bloc-faq h3 hr {
  display: inline-block;
  width: 100px;
  height: 1px;
  background: #fff;
  border: none;
  margin: 0 0 0 15px;
}
.details-accompagnement .bloc-faq h3:before {
  display: block;
  width: 70px;
  height: 70px;
  content: '';
  background: #587575;
  position: absolute;
  left: 0;
  top: -15px;
  transform: rotate(30deg);
  z-index: -1;
}
.details-accompagnement .bloc-faq .btn {
  width: 80%;
  margin: auto;
}
.details-accompagnement .bloc-faq .btn .bouton {
  background: transparent;
  color: #fff;
  border-color: #fff;
}
.details-accompagnement .bloc-faq .btn .bouton:before {
  background: #000;
}
.details-accompagnement .bloc-faq .btn .bouton:after {
  background: #fff;
  border-color: #fff;
}
.details-accompagnement .bloc-faq h4 {
  margin: 0;
  font-size: 20px;
  font-weight: normal;
  font-family: 'centabel';
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.details-accompagnement .bloc-faq h4 hr {
  display: inline-block;
  width: 50px;
  height: 1px;
  background: #fff;
  border: none;
  margin: 0 15px;
}
.details-accompagnement .bloc-faq .bottom {
  width: 90%;
  margin: auto;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .details-accompagnement .bloc-faq .bottom {
    margin-top: 20px;
    text-align: center;
  }
}
.details-accompagnement .bloc-faq .bottom .bouton {
  border-color: #fff;
  color: #fff;
  background: #000;
  text-align: center;
}
.details-accompagnement .bloc-faq .bottom .bouton:before {
  background: #000;
}
.details-accompagnement .bloc-faq .bottom .bouton:after {
  background: #fff;
  border-color: #fff;
}
.details-accompagnement .bloc-faq .tutos {
  position: relative;
  margin-bottom: 80px;
}
.details-accompagnement .bloc-faq .tutos:before {
  content: '';
  background: #fff;
  transform: rotate(30deg);
  width: 120px;
  height: 120px;
  position: absolute;
  display: block;
  z-index: -1;
  left: 55%;
  top: 30px;
}
.details-accompagnement .bloc-faq .tutos a {
  display: block;
  width: 260px;
  margin: 15px auto;
  padding: 10px;
  color: #fff;
  font-family: 'Bodoni';
  font-size: 17px;
  text-transform: none;
  text-align: center;
  background: #587575;
}
.details-accompagnement .focus {
  background: #fff;
  position: relative;
  margin-top: 50px;
  padding-top: 30px;
  padding-bottom: 1px;
}
.details-accompagnement .focus:before {
  background-color: #fff;
  width: 200vw;
  top: 0;
  bottom: 0;
  left: -50%;
  content: '';
  display: block;
  z-index: -1;
  position: absolute;
}
.details-accompagnement .focus h3 {
  margin: 0;
  font-size: 24px;
  font-weight: normal;
  font-family: 'centabel';
  color: #000;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 50px;
}
.details-accompagnement .focus h3 hr {
  display: inline-block;
  width: 100px;
  height: 1px;
  background: #000;
  border: none;
  margin: 0 0 0 15px;
}
.details-accompagnement .focus .line {
  display: flex;
  align-items: center;
}
.details-accompagnement .focus .line .left {
  width: 50%;
  flex-shrink: 0;
}
.details-accompagnement .focus .line .left iframe {
  max-width: 100%;
}
.details-accompagnement .focus .line .text {
  font-weight: normal;
  font-family: 'centabel';
  font-size: 18px;
  color: #000;
  align-items: center;
  display: flex;
}
.details-accompagnement .focus .line .text hr {
  display: inline-block;
  width: 70px;
  height: 2px;
  background: #000;
  border: none;
  vertical-align: top;
  margin: 0 20px 0;
}
.details-accompagnement .focus .line.line2 .text {
  justify-content: flex-end;
}
.details-accompagnement .focus .line.line2 .left {
  width: 40%;
  flex-shrink: 0;
}
.details-accompagnement .media-center {
  padding-top: 50px;
}
.details-accompagnement .media-center .btn {
  width: 80%;
  margin: 40px auto 20px;
}
.details-accompagnement .media-center h3 {
  margin: 0;
  font-size: 24px;
  font-weight: normal;
  font-family: 'centabel';
  color: #000;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  margin-bottom: 15px;
}
.details-accompagnement .media-center h3 hr {
  display: inline-block;
  width: 100px;
  height: 1px;
  background: #000;
  border: none;
  margin: 0 15px 0 0;
}
.details-accompagnement .media-center h3:before {
  position: absolute;
  content: '';
  background: #fff;
  display: block;
  width: 90px;
  height: 90px;
  transform: rotate(45deg);
  left: 60px;
  top: -15px;
  z-index: -1;
}
.details-accompagnement .notice {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 50px 0;
}
.details-accompagnement .notice .bouton {
  background: #E8E8E8;
  color: #000;
}
.details-accompagnement .notice .bouton:hover {
  color: #000;
}
.details-accompagnement .notice .bouton:before {
  background: #E8E8E8;
}
.details-accompagnement .garantie {
  text-align: center;
  background: #000;
  position: relative;
  z-index: 2;
  padding: 50px 0;
}
.details-accompagnement .garantie:before {
  background-color: #000;
  width: 200vw;
  top: 0;
  bottom: 0;
  left: -50%;
  content: '';
  display: block;
  z-index: -1;
  position: absolute;
}
.details-accompagnement .garantie .bouton {
  background: #000;
  border-color: #fff;
  color: #fff;
}
.details-accompagnement .garantie .bouton:before {
  background: #000;
}
.details-accompagnement .garantie .bouton:after {
  background: #fff;
  border-color: #fff;
}
.details-accompagnement .garantie h3 {
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: normal;
  font-family: 'centabel';
  color: #fff;
  width: 100%;
  justify-content: center;
  margin-bottom: 40px;
  margin-top: 30px;
  position: relative;
  z-index: 1;
  text-align: center;
  margin-top: 0;
}
.details-accompagnement .garantie h3 hr {
  display: block;
  height: 1px;
  width: 90px;
  background: #fff;
  border: none;
  margin: 0 15px;
}
.details-accompagnement .products > span {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  justify-content: space-between;
  margin-bottom: 50px;
}
@media screen and (max-width: 991px) {
  .details-accompagnement .products > span {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .details-accompagnement .products > span {
    display: block;
  }
}
.details-accompagnement .products > span hr {
  display: block;
  margin: 0;
  width: 100%;
  height: 2px;
  background: #000;
  border: none;
}
@media screen and (max-width: 991px) {
  .details-accompagnement .products > span hr {
    display: block;
    width: 2px;
    height: 30px;
    margin: 20px auto 0;
  }
}
.details-accompagnement .products > span hr:first-of-type {
  display: block;
  margin: 0;
  width: 50px;
  height: 2px;
  background: #000;
  border: none;
  flex-shrink: 0;
}
@media screen and (max-width: 991px) {
  .details-accompagnement .products > span hr:first-of-type {
    display: none;
  }
}
.details-accompagnement .products > span > span {
  color: #000;
  font-weight: normal;
  font-family: 'centabel';
  font-size: 20px;
  flex-shrink: 0;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .details-accompagnement .products > span > span {
    width: 100%;
    display: block;
    text-align: left;
    line-height: 22px;
    padding: 0;
    font-size: 25px;
  }
}
.details-accompagnement .products ul {
  padding: 0;
  text-align: center;
}
.details-accompagnement .products ul li {
  list-style: none;
  width: 30%;
  padding: 20px;
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 991px) {
  .details-accompagnement .products ul li {
    width: 49%;
  }
}
@media screen and (max-width: 767px) {
  .details-accompagnement .products ul li {
    width: 100%;
  }
}
.details-accompagnement .products ul li a {
  display: inline-block;
  color: #fff;
  background: #000;
  height: 30px;
  line-height: 30px;
  text-align: center;
  padding: 0 15px;
  margin-top: 15px;
}
.details-accompagnement .products .back {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .details-accompagnement .products .back {
    text-align: center;
  }
}
.details-accompagnement .products .back .bouton {
  background: #E8E8E8;
  text-align: center;
  line-height: 20px;
  padding: 5px 10px;
}
.details-accompagnement .products .back .bouton:before {
  background: #E8E8E8;
}
.details-accompagnement .domicile {
  background-color: #fff;
  position: relative;
  padding: 50px 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
@media screen and (max-width: 767px) {
  .details-accompagnement .domicile {
    display: block;
  }
}
.details-accompagnement .domicile:after {
  background-color: #fff;
  width: 200vw;
  top: 0;
  bottom: 0;
  left: -50%;
  content: '';
  display: block;
  z-index: -1;
  position: absolute;
}
.details-accompagnement .domicile .left {
  text-align: right;
  padding-right: 60px;
}
@media screen and (max-width: 767px) {
  .details-accompagnement .domicile .left {
    display: block;
    width: 100%;
    padding: 0;
    text-align: center;
    margin-bottom: 40px;
  }
}
.details-accompagnement .domicile .left > span {
  font-size: 24px;
  font-weight: normal;
  font-family: 'centabel';
  color: #000;
  text-align: right;
  display: block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .details-accompagnement .domicile .left > span {
    text-align: center;
  }
}
.details-accompagnement .domicile .left > span > span {
  font-size: 18px;
  font-weight: normal;
  font-family: 'centabel';
  color: #000;
  text-align: right;
  display: block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .details-accompagnement .domicile .left > span > span {
    text-align: center;
  }
}
.details-accompagnement .domicile .right {
  width: 60%;
  background: #587575;
  padding: 30px;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .details-accompagnement .domicile .right {
    display: block;
    width: 100%;
  }
}
.details-accompagnement .domicile .right hr {
  display: block;
  width: 70px;
  height: 2px;
  border: none;
  background: #000;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateX(-80%);
}
@media screen and (max-width: 767px) {
  .details-accompagnement .domicile .right hr {
    width: 2px;
    height: 50px;
    left: 50%;
    top: 0;
    transform: translateY(-90%);
  }
}
.details-accompagnement .domicile .right .image {
  margin-bottom: 30px;
}
.details-accompagnement .domicile .right .image img {
  display: block;
  margin: auto;
  max-width: 90px;
}
.details-accompagnement .domicile .right p {
  color: #fff;
  font-family: 'Bodoni';
  font-size: 17px;
  display: block;
  text-align: justify;
  line-height: 26px;
  margin-bottom: 0;
  text-align-last: center;
  -moz-text-align-last: center;
}
.details-accompagnement .domicile .right .bouton {
  background: #587575;
  color: #fff;
  border-color: #fff;
  margin-top: 20px;
  display: inline-block;
}
.details-accompagnement .domicile .right .bouton:before {
  background: #587575;
}
.details-accompagnement .domicile .right .bouton:after {
  background: #fff;
  border-color: #fff;
}
.details-accompagnement .decouvrez {
  background: #587575;
  padding: 100px 0;
}
.details-accompagnement .decouvrez:after {
  background: #587575;
}
.details-accompagnement .decouvrez .top {
  position: relative;
  z-index: 1;
  width: 70%;
  margin: auto;
}
@media screen and (max-width: 1200px) {
  .details-accompagnement .decouvrez .top {
    width: 90%;
  }
}
.details-accompagnement .decouvrez .top hr {
  width: 150px;
  border-color: #fff;
}
@media screen and (max-width: 767px) {
  .details-accompagnement .decouvrez .top hr {
    width: 2px;
  }
}
.details-accompagnement .decouvrez .top > div {
  text-align: center;
}
.details-accompagnement .decouvrez .top:before {
  content: '';
  display: block;
  position: absolute;
  width: 170px;
  z-index: -1;
  height: 170px;
  background: #000;
  transform: rotate(30deg);
  right: 60px;
  top: -45px;
}
@media screen and (max-width: 767px) {
  .details-accompagnement .decouvrez .top:before {
    display: none;
  }
}
.details-accompagnement .decouvrez .top > div:before {
  display: none;
}
.details-accompagnement .decouvrez .bottom {
  position: relative;
  z-index: 1;
  width: 70%;
  padding-right: 60px;
}
@media screen and (max-width: 1200px) {
  .details-accompagnement .decouvrez .bottom {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .details-accompagnement .decouvrez .bottom {
    padding: 0;
    text-align: center;
  }
  .details-accompagnement .decouvrez .bottom .bouton {
    background: #587575;
  }
  .details-accompagnement .decouvrez .bottom .bouton:before {
    background: #587575;
  }
}
.pieces-detachees .title {
  position: relative;
  padding: 1px;
  width: 100%;
  max-width: 700px;
  margin: auto;
}
.pieces-detachees .title h2 {
  display: flex;
  align-items: center;
  font-size: 27px;
  font-weight: normal;
  font-family: 'centabel';
  color: #000;
  width: 100%;
  justify-content: center;
  margin-bottom: 0;
  margin-top: 80px;
  position: relative;
  z-index: 2;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .pieces-detachees .title h2 {
    font-size: 20px;
  }
}
.pieces-detachees .title h2 hr {
  display: block;
  height: 1px;
  width: 90px;
  background: #000;
  border: none;
  margin: 0 15px;
}
.pieces-detachees .title span {
  font-size: 20px;
  font-weight: normal;
  font-family: 'centabel';
  color: #000;
  width: 100%;
  position: relative;
  z-index: 2;
  text-align: center;
  display: block;
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .pieces-detachees .title span {
    font-size: 16px;
  }
}
.pieces-detachees .title:after {
  content: '';
  display: block;
  position: absolute;
  width: 100px;
  height: 100px;
  background: #272F2E;
  right: 0;
  bottom: 0;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .pieces-detachees .title:after {
    width: 70px;
    height: 70px;
    right: 15px;
    bottom: 30px;
  }
}
.pieces-detachees .title:before {
  content: '';
  display: block;
  position: absolute;
  width: 130px;
  height: 130px;
  background: #587575;
  right: 60px;
  bottom: 60px;
  z-index: 1;
  transform: rotate(-10deg);
}
@media only screen and (max-width: 767px) {
  .pieces-detachees .title:before {
    width: 90px;
    height: 90px;
  }
}
.pieces-detachees .contenu h3 {
  margin: 0 0 30px;
  font-size: 20px;
  font-weight: normal;
  font-family: 'centabel';
  color: #000;
  display: flex;
  justify-content: flex-start;
}
@media only screen and (max-width: 767px) {
  .pieces-detachees .contenu h3 {
    font-size: 15px;
  }
}
.pieces-detachees .contenu h3 hr {
  display: inline-block;
  width: 70px;
  height: 1px;
  background: #587575;
  border: none;
  margin: 13px 15px 0 0;
}
@media only screen and (max-width: 767px) {
  .pieces-detachees .contenu h3 hr {
    margin: 7px 15px 0 0;
  }
}
.pieces-detachees .contenu ul {
  padding-left: 0;
  text-align: center;
}
.pieces-detachees .contenu ul li {
  list-style: none;
  display: inline-block;
  width: 48%;
  vertical-align: top;
  padding: 30px;
  max-width: 500px;
}
@media only screen and (max-width: 767px) {
  .pieces-detachees .contenu ul li {
    width: 100%;
  }
}
.pieces-detachees .contenu ul li .image {
  height: 170px;
}
.pieces-detachees .contenu ul li .image img {
  display: block;
  width: 100%;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  height: 100%;
}
.pieces-detachees .contenu ul li .modele {
  background: #272F2E;
  color: #fff;
  text-align: center;
  padding: 15px;
  margin-bottom: 30px;
}
.pieces-detachees .contenu ul li .modele h4 {
  margin: 0 0 3px;
  color: #fff;
  font-weight: bold;
  font-family: sans-serif;
  font-size: 15px;
}
.pieces-detachees .contenu ul li .modele span {
  color: #fff;
  font-family: 'Bodoni';
  font-size: 16px;
  text-align: justify;
  text-align-last: center;
  -moz-text-align-last: center;
}
.pieces-detachees .contenu ul li > hr {
  margin: 15px auto;
  width: 1px;
  height: 30px;
  background: #000;
  border: none;
}
.pieces-detachees .contenu ul li .links {
  width: 70%;
  margin: 0 auto 30px;
}
.pieces-detachees .contenu ul li .links p {
  font-weight: bold;
  font-family: sans-serif;
  font-size: 15px;
  color: #000;
  display: block;
  margin-bottom: 15px;
}
.pieces-detachees .contenu ul li .links ul li {
  display: inline-block;
  width: auto;
  padding: 0;
  color: #000;
  font-family: 'Bodoni';
  font-size: 16px;
  margin-bottom: 0;
}
.pieces-detachees .contenu ul li .links ul li a {
  color: #000;
  font-family: 'Bodoni';
  font-size: 16px;
}
.pieces-detachees .notice-tutos h3 {
  display: flex;
  align-items: center;
  font-size: 27px;
  font-weight: normal;
  font-family: 'centabel';
  color: #000;
  width: 100%;
  justify-content: center;
  margin-bottom: 0;
  margin-top: 0;
  position: relative;
  z-index: 2;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .pieces-detachees .notice-tutos h3 {
    font-size: 20px;
  }
}
.pieces-detachees .notice-tutos h3 hr {
  display: block;
  height: 1px;
  width: 90px;
  background: #587575;
  border: none;
  margin: 0 15px;
}
.pieces-detachees .notice-tutos span {
  font-size: 20px;
  font-weight: normal;
  font-family: 'centabel';
  color: #000;
  width: 100%;
  position: relative;
  z-index: 2;
  text-align: center;
  display: block;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .pieces-detachees .notice-tutos span {
    font-size: 16px;
  }
}
.pieces-detachees .notice-tutos .top {
  margin: 0 0 30px;
  font-size: 20px;
  font-weight: normal;
  font-family: 'centabel';
  color: #000;
  display: flex;
  justify-content: flex-start;
}
@media only screen and (max-width: 767px) {
  .pieces-detachees .notice-tutos .top {
    font-size: 15px;
  }
}
.pieces-detachees .notice-tutos .top hr {
  display: inline-block;
  width: 70px;
  height: 1px;
  background: #587575;
  border: none;
  margin: 13px 15px 0 0;
}
@media only screen and (max-width: 767px) {
  .pieces-detachees .notice-tutos .top hr {
    margin: 7px 15px 0 0;
  }
}
.pieces-detachees .notice-tutos ul {
  padding-left: 0;
  text-align: center;
  margin-bottom: 20px;
}
.pieces-detachees .notice-tutos ul li {
  list-style: none;
  display: inline-block;
  width: 180px;
  margin: 0 20px;
}
@media only screen and (max-width: 767px) {
  .pieces-detachees .notice-tutos ul li {
    display: block;
    margin: 0 auto 30px;
  }
}
.pieces-detachees .notice-tutos ul li .titre {
  display: flex;
  width: 100%;
  background: #fff;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  font-weight: normal;
  font-family: 'centabel';
  line-height: 18px;
  padding: 15px;
  color: #000;
  margin-bottom: 20px;
}
.pieces-detachees .notice-tutos ul li .bouton {
  background: #E8E8E8;
}
.pieces-detachees .notice-tutos ul li .bouton:before {
  background: #E8E8E8;
}
.nos-rea .top {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  width: 450px;
  margin: 30px auto 0;
}
@media screen and (max-width: 767px) {
  .nos-rea .top {
    width: 100%;
    padding-bottom: 50px;
    padding-top: 50px;
  }
}
.nos-rea .top:before {
  content: '';
  display: block;
  width: 100px;
  height: 100px;
  background: #000;
  position: absolute;
  top: 25px;
  right: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .nos-rea .top:before {
    display: none;
  }
}
.nos-rea .top:after {
  content: '';
  display: block;
  width: 120px;
  height: 120px;
  background: #fff;
  position: absolute;
  top: 50px;
  right: 70px;
  transform: rotate(25deg);
  z-index: 2;
}
.nos-rea .top hr {
  flex-shrink: 0;
  width: 90px;
  height: 1px;
  border: none;
  background: #587575;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
.nos-rea .top h2 {
  align-items: center;
  font-size: 32px;
  font-weight: normal;
  font-family: 'centabel';
  color: #000;
  width: 100%;
  position: relative;
  display: block;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  z-index: 3;
}
.nos-rea .top span {
  display: block;
  font-size: 20px;
  font-weight: normal;
  font-family: 'centabel';
  color: #000;
  text-align: center;
  position: relative;
  z-index: 3;
}
.nos-rea .bloc1 {
  display: flex;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .nos-rea .bloc1 {
    display: block;
  }
}
.nos-rea .bloc1 > div {
  display: inline-block;
  vertical-align: top;
  width: 48%;
}
@media screen and (max-width: 767px) {
  .nos-rea .bloc1 > div {
    width: 100%;
    max-width: 450px;
    margin: auto;
  }
}
.nos-rea .bloc1 > div.left {
  background: #000;
  padding: 40px;
  margin: 0.5%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .nos-rea .bloc1 > div.left {
    margin: 0 auto 20px;
    padding: 20px;
    display: block;
  }
}
.nos-rea .bloc1 > div.left hr {
  position: absolute;
  width: 90px;
  height: 1px;
  border: none;
  background: #587575;
  margin: 0 auto;
  right: -20px;
  top: 48px;
}
@media screen and (max-width: 767px) {
  .nos-rea .bloc1 > div.left hr {
    display: none;
  }
}
.nos-rea .bloc1 > div.left h3 {
  font-size: 18px;
  font-weight: normal;
  font-family: 'centabel';
  color: #fff;
  display: block;
  text-align: center;
  margin: 0 auto 30px;
}
@media screen and (max-width: 767px) {
  .nos-rea .bloc1 > div.left h3 {
    font-size: 17px;
    margin-bottom: 20px;
  }
}
.nos-rea .bloc1 > div.left p {
  color: #fff;
  font-family: 'Bodoni';
  font-size: 16px;
  display: block;
  text-align: justify;
  line-height: 26px;
  margin-bottom: 0;
  text-align-last: center;
  -moz-text-align-last: center;
}
@media screen and (max-width: 767px) {
  .nos-rea .bloc1 > div.left p {
    font-size: 14px;
  }
}
.nos-rea .bloc1 > div.right {
  display: flex;
  align-items: center;
}
.nos-rea .bloc1 > div.right .img {
  display: block;
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .nos-rea .bloc1 > div.right .img {
    width: 100%;
  }
}
.nos-rea .bloc1 > div.right .img img {
  width: 100%;
  display: block;
}
.nos-rea .bloc2 {
  background: #587575;
  padding: 50px;
  width: 100%;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .nos-rea .bloc2 {
    padding: 20px;
    max-width: 450px;
    margin: 50px auto 0;
    display: block;
  }
}
.nos-rea .bloc2 h3 {
  display: flex;
  align-items: center;
  font-size: 27px;
  font-weight: normal;
  font-family: 'centabel';
  color: #fff;
  width: 100%;
  justify-content: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  text-align: center;
  margin-top: 0;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .nos-rea .bloc2 h3 {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
.nos-rea .bloc2 h3 hr {
  display: block;
  height: 1px;
  width: 90px;
  background: #000;
  border: none;
  margin: 0 15px;
}
.nos-rea .bloc2 p {
  color: #fff;
  font-family: 'Bodoni';
  font-size: 16px;
  display: block;
  text-align: justify;
  line-height: 26px;
  margin-bottom: 0;
  text-align-last: center;
  -moz-text-align-last: center;
}
@media screen and (max-width: 767px) {
  .nos-rea .bloc2 p {
    font-size: 14px;
  }
}
.nos-rea .bloc3 {
  margin-top: 50px;
}
.nos-rea .bloc3 > div {
  display: inline-block;
  vertical-align: top;
  width: 48%;
}
@media screen and (max-width: 767px) {
  .nos-rea .bloc3 > div {
    width: 100%;
    margin: auto;
    max-width: 450px;
    display: block;
  }
}
.nos-rea .bloc3 > div.left {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .nos-rea .bloc3 > div.left {
    margin: 0 auto 20px;
  }
}
.nos-rea .bloc3 > div.left .img {
  width: 80%;
  margin: auto;
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .nos-rea .bloc3 > div.left .img {
    width: 100%;
  }
}
.nos-rea .bloc3 > div.left .img img {
  width: 100%;
  display: block;
}
@media screen and (max-width: 767px) {
  .nos-rea .bloc3 > div.right {
    margin: auto;
  }
}
.nos-rea .bloc3 > div.right .img {
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .nos-rea .bloc3 > div.right .img {
    width: 100%;
  }
}
.nos-rea .bloc3 > div.right .img img {
  margin-top: 70px;
  width: 100%;
  display: block;
}
@media screen and (max-width: 767px) {
  .nos-rea .bloc3 > div.right .img img {
    margin-top: 0;
  }
}
.nos-rea .bloc4-top {
  margin-top: 50px;
}
.nos-rea .bloc4-top h3 {
  font-weight: normal;
  font-family: 'centabel';
  font-size: 25px;
  color: #000;
  display: flex;
  position: relative;
  margin: 0 0 25px 0;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .nos-rea .bloc4-top h3 {
    font-size: 22px;
    margin: 0;
  }
}
.nos-rea .bloc4-top h3 hr {
  display: block;
  width: 120px;
  height: 2px;
  background: #587575;
  border: none;
  margin: 0 10px 0 0;
}
.nos-rea .bloc4 {
  display: flex;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .nos-rea .bloc4 {
    display: block;
    margin-top: 20px;
  }
}
.nos-rea .bloc4 > div {
  display: inline-block;
  vertical-align: top;
  width: 48%;
}
@media screen and (max-width: 767px) {
  .nos-rea .bloc4 > div {
    width: 100%;
    max-width: 450px;
    margin: auto;
    display: block;
  }
}
.nos-rea .bloc4 > div.right {
  background: #000;
  padding: 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .nos-rea .bloc4 > div.right {
    padding: 20px;
    margin: auto;
  }
}
.nos-rea .bloc4 > div.right p {
  color: #fff;
  font-family: 'Bodoni';
  font-size: 16px;
  display: block;
  text-align: justify;
  line-height: 26px;
  margin-bottom: 0;
  text-align-last: center;
  -moz-text-align-last: center;
}
@media screen and (max-width: 767px) {
  .nos-rea .bloc4 > div.right p {
    font-size: 14px;
  }
}
.nos-rea .bloc4 > div.left {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .nos-rea .bloc4 > div.left {
    margin-bottom: 20px;
    display: block;
  }
}
.nos-rea .bloc4 > div.left .img {
  display: block;
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .nos-rea .bloc4 > div.left .img {
    width: 100%;
  }
}
.nos-rea .bloc4 > div.left .img img {
  width: 100%;
  display: block;
}
.nos-rea .bloc5 {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .nos-rea .bloc5 {
    margin-top: 20px;
  }
}
.nos-rea .bloc5 > div {
  display: inline-block;
  vertical-align: top;
}
.nos-rea .bloc5 > div.left {
  text-align: right;
  width: 63%;
}
@media screen and (max-width: 767px) {
  .nos-rea .bloc5 > div.left {
    width: 100%;
    max-width: 450px;
    margin: auto;
    display: block;
  }
}
.nos-rea .bloc5 > div.left .img {
  width: 85%;
  margin: auto;
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .nos-rea .bloc5 > div.left .img {
    width: 100%;
    margin-bottom: 20px;
  }
}
.nos-rea .bloc5 > div.left .img img {
  width: 100%;
  display: block;
}
.nos-rea .bloc5 > div.right {
  width: 35%;
}
@media screen and (max-width: 767px) {
  .nos-rea .bloc5 > div.right {
    width: 100%;
    margin: auto;
    max-width: 450px;
    display: block;
  }
}
.nos-rea .bloc5 > div.right .img {
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .nos-rea .bloc5 > div.right .img {
    width: 100%;
  }
}
.nos-rea .bloc5 > div.right .img img {
  width: 100%;
  display: block;
}
.nos-rea .bloc6 {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .nos-rea .bloc6 {
    margin-top: 20px;
  }
}
.nos-rea .bloc6 > div {
  display: inline-block;
  vertical-align: top;
}
.nos-rea .bloc6 > div.left {
  background: #587575;
  padding: 40px;
  position: relative;
  width: 63%;
}
@media screen and (max-width: 767px) {
  .nos-rea .bloc6 > div.left {
    width: 100%;
    margin: 0 auto 20px;
    max-width: 450px;
    padding: 20px;
    display: block;
  }
}
.nos-rea .bloc6 > div.left p {
  color: #fff;
  font-family: 'Bodoni';
  font-size: 16px;
  display: block;
  text-align: justify;
  line-height: 26px;
  margin-bottom: 0;
  text-align-last: center;
  -moz-text-align-last: center;
}
@media screen and (max-width: 767px) {
  .nos-rea .bloc6 > div.left p {
    font-size: 14px;
  }
}
.nos-rea .bloc6 > div.right {
  align-items: center;
  width: 35%;
}
@media screen and (max-width: 767px) {
  .nos-rea .bloc6 > div.right {
    width: 100%;
    margin: auto;
    max-width: 450px;
    display: block;
  }
}
.nos-rea .bloc6 > div.right .img {
  display: block;
  width: 80%;
  margin: -20% auto 0;
}
@media screen and (max-width: 767px) {
  .nos-rea .bloc6 > div.right .img {
    width: 100%;
    margin: 0;
  }
}
.nos-rea .bloc6 > div.right .img img {
  width: 100%;
  display: block;
}
.cms-les-realisations #maincontent {
  width: 100%;
  max-width: none;
}
.cms-les-realisations #maincontent h1 {
  display: flex;
  align-items: center;
  font-size: 27px;
  font-weight: normal;
  font-family: 'centabel';
  color: #000;
  width: 100%;
  justify-content: center;
  margin-bottom: 50px;
  margin-top: 40px;
  position: relative;
  z-index: 1;
}
.cms-les-realisations #maincontent h1 hr {
  display: block;
  height: 1px;
  width: 90px;
  background: #587575;
  border: none;
  margin: 0 15px;
}
.cms-les-realisations #maincontent .les-rea > div {
  max-width: 1100px;
  margin: auto;
}
@media screen and (max-width: 991px) {
  .cms-les-realisations #maincontent .les-rea > div {
    max-width: 960px;
  }
}
@media screen and (max-width: 767px) {
  .cms-les-realisations #maincontent .les-rea > div {
    max-width: 720px;
  }
}
.cms-les-realisations #maincontent .les-rea > div.parallax {
  max-width: none !important;
  width: 100vw !important;
  margin-left: -15px;
  position: relative;
  opacity: 0.65;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 40vh !important;
  margin-top: 30px;
  margin-bottom: 30px;
}
.gal-container {
  display: flex;
  flex-wrap: wrap;
}
.gal-container .box {
  position: relative;
}
.gal-container .box .text {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  font-size: 22px;
  font-weight: normal;
  font-family: 'centabel';
  line-height: 33px;
}
.gal-container .box .text span {
  display: block;
  padding: 30px;
  background: rgba(0, 0, 0, 0.5);
}
.gal-container .box:hover .text {
  color: #fff;
}
.gal-item {
  overflow: hidden;
  padding: 5px !important;
}
.gal-item .box {
  height: 350px;
  overflow: hidden;
}
.box img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.gal-item a:focus {
  outline: none;
}
.gal-item img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.gal-item:hover img {
  filter: none;
  -webkit-filter: none;
}
.dev-durable {
  width: 90%;
  margin: 30px auto 0;
  padding: 1px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1100px) {
  .dev-durable {
    margin-top: 60px;
  }
}
.dev-durable .entete {
  display: flex;
  width: 80%;
  margin: 40px auto;
  align-items: center;
  justify-content: space-around;
}
@media screen and (max-width: 1100px) {
  .dev-durable .entete {
    flex-direction: column-reverse;
  }
}
.dev-durable .entete > div:first-child {
  width: 150px;
}
@media screen and (max-width: 1100px) {
  .dev-durable .entete > div:nth-child(2) {
    margin: 30px auto;
  }
}
.dev-durable .entete > div:nth-child(2) img {
  width: 30px;
}
.dev-durable .entete > div:nth-child(3) h1 {
  font-weight: normal;
  font-family: 'centabel';
  font-size: 32px;
  color: #000;
}
.dev-durable .nos-engagements {
  padding-top: 20px;
}
.dev-durable .nos-engagements h2 {
  font-weight: bold;
  font-family: 'centabel';
  font-size: 32px;
  color: #000;
  text-align: center;
}
.dev-durable .nos-engagements ul {
  display: flex;
  padding-top: 40px;
  padding-left: 0;
}
@media screen and (max-width: 1100px) {
  .dev-durable .nos-engagements ul {
    display: block;
    text-align: center;
  }
}
.dev-durable .nos-engagements ul li {
  width: 25%;
  list-style: none;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  .dev-durable .nos-engagements ul li {
    width: 160px;
    display: inline-block;
  }
}
.dev-durable .nos-engagements ul li .logo {
  margin: 0 auto 20px;
}
.dev-durable .nos-engagements ul li .logo img {
  height: 60px;
}
.dev-durable .nos-engagements ul li p {
  font-weight: normal;
  font-family: 'Bodoni';
  font-size: 17px;
  color: #000;
}
.dev-durable .nos-engagements ul li .bouton {
  background: transparent;
  margin-top: 15px;
  color: #000;
}
.dev-durable .nos-engagements ul li .bouton:before {
  background: transparent;
}
.dev-durable > hr {
  width: 8%;
  border-top: 3px solid #000;
  margin: 40px auto;
}
.dev-durable .explication {
  padding-top: 20px;
  width: 85%;
  margin: 0 auto 80px;
}
.dev-durable .explication .logo {
  display: block;
  margin: auto;
}
.dev-durable .explication .logo img {
  height: 80px;
  margin: auto;
}
.dev-durable .explication h3 {
  font-weight: bold;
  font-family: 'centabel';
  font-size: 22px;
  color: #000;
  text-align: center;
  margin-bottom: 70px;
}
.dev-durable .explication .content:after {
  content: "";
  clear: both;
  display: block;
}
.dev-durable .explication .content .bloc {
  width: 43%;
  background: #fff;
  display: inline-block;
}
@media screen and (max-width: 1100px) {
  .dev-durable .explication .content .bloc {
    width: 90%;
    max-width: 500px;
    display: block;
    margin: auto;
    background: transparent;
  }
}
.dev-durable .explication .content .bloc.left {
  float: left;
}
@media screen and (max-width: 1100px) {
  .dev-durable .explication .content .bloc.left {
    float: none;
  }
}
.dev-durable .explication .content .bloc.right {
  float: right;
}
@media screen and (max-width: 1100px) {
  .dev-durable .explication .content .bloc.right {
    float: none;
  }
}
.dev-durable .explication .content .bloc .inner {
  position: relative;
}
.dev-durable .explication .content .bloc .inner .text {
  position: absolute;
  background: #fff;
  padding: 25px;
  width: 90%;
}
@media screen and (max-width: 599px) {
  .dev-durable .explication .content .bloc .inner .text {
    position: relative;
    width: 100%;
    left: 0 !important;
    top: 15px !important;
    right: 0 !important;
    bottom: inherit !important;
  }
}
.dev-durable .explication .content .bloc .inner .text h4 {
  font-weight: bold;
  font-family: 'centabel';
  font-size: 17px;
  color: #000;
  margin-top: 0;
}
.dev-durable .explication .content .bloc .inner .text p {
  font-family: 'Bodoni';
  font-size: 16px;
  color: #000;
  margin: 0;
}
.dev-durable .explication .content .bloc img {
  display: block;
}
.dev-durable .explication.production .content {
  transform: translateX(-5%);
}
@media screen and (max-width: 599px) {
  .dev-durable .explication.production .content {
    transform: none;
  }
}
.dev-durable .explication.production .content .bloc.left {
  margin-top: 50px;
}
@media screen and (max-width: 1100px) {
  .dev-durable .explication.production .content .bloc.left {
    margin-top: 0;
    margin-bottom: 50px;
  }
}
.dev-durable .explication.production .content .bloc.left .inner {
  transform: translate(25px, 25px);
}
@media screen and (max-width: 599px) {
  .dev-durable .explication.production .content .bloc.left .inner {
    transform: none;
  }
}
.dev-durable .explication.production .content .bloc.left .inner .text {
  right: -10%;
  bottom: 15%;
}
.dev-durable .explication.production .content .bloc.right .inner .text {
  right: -10%;
  bottom: 20%;
}
.dev-durable .explication.materiaux .content {
  transform: translateX(5%);
}
@media screen and (max-width: 599px) {
  .dev-durable .explication.materiaux .content {
    transform: none;
  }
}
.dev-durable .explication.materiaux .content .bloc.left {
  margin-top: 70px;
}
@media screen and (max-width: 1100px) {
  .dev-durable .explication.materiaux .content .bloc.left {
    margin-top: 0;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 599px) {
  .dev-durable .explication.materiaux .content .bloc.left {
    margin-bottom: 50px;
  }
}
.dev-durable .explication.materiaux .content .bloc.left .inner .text {
  left: -10%;
  bottom: 15%;
}
.dev-durable .explication.materiaux .content .bloc.right .inner {
  transform: translate(-25px, 25px);
}
@media screen and (max-width: 599px) {
  .dev-durable .explication.materiaux .content .bloc.right .inner {
    transform: none;
  }
}
.dev-durable .explication.materiaux .content .bloc.right .inner .text {
  left: -10%;
  bottom: 20%;
}
.dev-durable .explication.sante .content {
  transform: translateX(-5%);
}
@media screen and (max-width: 599px) {
  .dev-durable .explication.sante .content {
    transform: none;
  }
}
.dev-durable .explication.sante .content .bloc.left {
  margin-top: 50px;
}
@media screen and (max-width: 1100px) {
  .dev-durable .explication.sante .content .bloc.left {
    margin-top: 0;
    margin-bottom: 50px;
  }
}
.dev-durable .explication.sante .content .bloc.left .inner {
  transform: translate(25px, 25px);
}
@media screen and (max-width: 599px) {
  .dev-durable .explication.sante .content .bloc.left .inner {
    transform: none;
  }
}
.dev-durable .explication.sante .content .bloc.left .inner .text {
  right: -10%;
  bottom: 5%;
}
.dev-durable .explication.sante .content .bloc.right .inner .text {
  right: -10%;
  bottom: 20%;
}
.dev-durable .explication.recyclage .content {
  transform: translateX(5%);
}
@media screen and (max-width: 599px) {
  .dev-durable .explication.recyclage .content {
    transform: none;
  }
}
.dev-durable .explication.recyclage .content .bloc.left {
  margin-top: 70px;
}
@media screen and (max-width: 1100px) {
  .dev-durable .explication.recyclage .content .bloc.left {
    margin-top: 0;
    margin-bottom: 50px;
  }
}
.dev-durable .explication.recyclage .content .bloc.left .inner {
  transform: none;
}
.dev-durable .explication.recyclage .content .bloc.left .inner .text {
  left: -10%;
  bottom: 15%;
}
.dev-durable .explication.recyclage .content .bloc.right .inner {
  transform: translate(-25px, -25px);
}
@media screen and (max-width: 599px) {
  .dev-durable .explication.recyclage .content .bloc.right .inner {
    transform: none;
  }
}
.dev-durable .explication.recyclage .content .bloc.right .inner .text {
  left: -10%;
  bottom: 20%;
}
.cms-home-fitness .page-main {
  background: #FFFFFF;
}
.cms-home-fitness .page-main .home-fitness {
  text-align: center;
  margin-top: 5%;
}
.cms-home-fitness .page-main .home-fitness span {
  font-family: 'DIN 2014';
  font-size: 15rem;
  text-transform: uppercase;
  color: #2B3D44;
}
.cms-home-fitness .page-main .empty-section {
  padding-top: 100%;
}
.cms-support .page-main {
  background: #FFFFFF;
}
.cms-support .page-main .support {
  text-align: center;
  margin-top: 5%;
}
.cms-support .page-main .support span {
  font-family: 'DIN 2014';
  font-size: 15rem;
  text-transform: uppercase;
  color: #2B3D44;
}
.cms-support .page-main .empty-section {
  padding-top: 100%;
}
.cms-digital .page-main {
  background: #FFFFFF;
}
.cms-digital .page-main .digital {
  text-align: center;
  margin-top: 5%;
}
.cms-digital .page-main .digital span {
  font-family: 'DIN 2014';
  font-size: 15rem;
  text-transform: uppercase;
  color: #2B3D44;
}
.cms-digital .page-main .empty-section {
  padding-top: 100%;
}
.cms-notre-engagement .page-main {
  background: #FFFFFF;
}
.cms-notre-engagement .page-main .notre-engagement {
  text-align: center;
  margin-top: 5%;
}
.cms-notre-engagement .page-main .notre-engagement span {
  font-family: 'DIN 2014';
  font-size: 15rem;
  text-transform: uppercase;
  color: #2B3D44;
}
.cms-notre-engagement .page-main .empty-section {
  padding-top: 100%;
}
.cms-yoga-bien-etre .page-main {
  background: #FFFFFF;
}
.cms-yoga-bien-etre .page-main .yoga-bien-etre {
  text-align: center;
  margin-top: 5%;
}
.cms-yoga-bien-etre .page-main .yoga-bien-etre span {
  font-family: 'DIN 2014';
  font-size: 15rem;
  text-transform: uppercase;
  color: #2B3D44;
}
.cms-yoga-bien-etre .page-main .empty-section {
  padding-top: 100%;
}
@media screen and (max-width: 767px) {
  body nav.navigation.sw-megamenu {
    margin-top: 0;
    padding-top: 0 !important;
  }
  body nav.navigation.sw-megamenu > ul {
    margin-top: 0 !important;
  }
  body nav.navigation.sw-megamenu > ul li.level0 > a.ui-state-active,
  body nav.navigation.sw-megamenu > ul li.level0 > a.ui-state-active + .submenu {
    background: #FFFFFF;
  }
  body nav.navigation.sw-megamenu > ul li.level0 ul {
    padding-bottom: 15px !important;
    padding-top: 15px !important;
  }
  body nav.navigation.sw-megamenu > ul li.level0 .submenu .subchildmenu > li {
    width: 100% !important;
    text-align: left !important;
  }
  body nav.navigation.sw-megamenu > ul li.level0 .submenu .subchildmenu > li .open-children-toggle {
    display: none;
  }
  body nav.navigation.sw-megamenu > ul li.level0 .submenu .subchildmenu > li a,
  body nav.navigation.sw-megamenu > ul li.level0 .submenu .subchildmenu > li a.shop,
  body nav.navigation.sw-megamenu > ul li.level0 .submenu .subchildmenu > li span {
    text-align: left;
    display: inline-block;
    padding: 0 10px 0 0;
  }
  body nav.navigation.sw-megamenu > ul li.level0 .submenu .subchildmenu > li a > span,
  body nav.navigation.sw-megamenu > ul li.level0 .submenu .subchildmenu > li a.shop > span,
  body nav.navigation.sw-megamenu > ul li.level0 .submenu .subchildmenu > li span > span {
    padding: 0;
  }
  body nav.navigation.sw-megamenu > ul li.level0 .submenu .subchildmenu > li a:before,
  body nav.navigation.sw-megamenu > ul li.level0 .submenu .subchildmenu > li a.shop:before,
  body nav.navigation.sw-megamenu > ul li.level0 .submenu .subchildmenu > li span:before {
    display: none;
  }
  body nav.navigation.sw-megamenu .open-children-toggle {
    height: 57px !important;
    background: url(../Magento_Theme/images/down-arrow-black.png) center center no-repeat;
  }
}
@media (min-width: 768px) {
  body nav.navigation.sw-megamenu > ul li:hover .submenu {
    max-height: 1200px !important;
    z-index: 99999;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  body nav.navigation.sw-megamenu > ul {
    display: flex;
    justify-content: space-between;
  }
  body nav.navigation.sw-megamenu > ul:after {
    display: none;
  }
  body nav.navigation.sw-megamenu > ul li {
    margin: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  body nav.navigation.sw-megamenu > ul > .level0.parent > a span:before {
    position: absolute;
    content: '';
    height: 10px;
    width: 10px;
    background: transparent;
    bottom: -8px;
    left: 50%;
    display: block;
    transform: translateX(-50%);
    border: 10px solid transparent;
    border-bottom: 8px solid #fff;
    opacity: 0;
  }
}
body nav.navigation.sw-megamenu > ul > .level0 > a span {
  color: #2B3D44;
  font-weight: normal;
  font-family: inherit;
  font-size: 18px;
  text-transform: none;
}
@media screen and (max-width: 991px) {
  body nav.navigation.sw-megamenu > ul > .level0 > a span {
    font-size: 10px;
  }
}
@media screen and (max-width: 767px) {
  body nav.navigation.sw-megamenu > ul > .level0 > a span {
    color: #000000;
    font-size: 15px;
  }
}
body nav.navigation.sw-megamenu > ul > .level0 > a:before,
body nav.navigation.sw-megamenu > ul > .level0 > a:after {
  display: none !important;
}
body nav.navigation.sw-megamenu > ul > .level0 .submenu {
  max-height: 600px;
}
@media (min-width: 768px) {
  body nav.navigation.sw-megamenu > ul > .level0 .submenu {
    position: absolute !important;
    max-height: 0 !important;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    -webkit-transition: 1s;
    transition: 1s !important;
    opacity: 1 !important;
  }
}
@media (min-width: 768px) {
  body nav.navigation.sw-megamenu > ul > .level0 .submenu#botique {
    overflow-y: hidden !important;
  }
}
body nav.navigation.sw-megamenu > ul > .level0 .submenu#botique .subchildmenu {
  display: block;
  flex-wrap: no-wrap;
  max-height: none;
  padding-top: 2%;
  overflow: scroll;
  margin-bottom: -2%;
}
@media screen and (max-width: 767px) {
  body nav.navigation.sw-megamenu > ul > .level0 .submenu#botique .subchildmenu {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 768px) {
  body nav.navigation.sw-megamenu > ul > .level0 .submenu#botique .subchildmenu li {
    width: 25% !important;
  }
}
@media screen and (min-width: 768px) {
  body nav.navigation.sw-megamenu > ul > .level0 .submenu#botique .subchildmenu li:last-child {
    border-right: none;
  }
}
body nav.navigation.sw-megamenu > ul > .level0 .submenu#botique .subchildmenu li a {
  text-align: left;
  color: #2B3D44 !important;
}
@media screen and (min-width: 768px) {
  body nav.navigation.sw-megamenu > ul > .level0 .submenu#botique .subchildmenu li a {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  body nav.navigation.sw-megamenu > ul > .level0 .submenu#botique .subchildmenu li table > tbody > tr > td {
    padding: 0;
  }
}
body nav.navigation.sw-megamenu > ul > .level0 .submenu#botique .subchildmenu .ui-menu-item {
  padding-left: 1%;
}
body nav.navigation.sw-megamenu > ul > .level0 .submenu#botique .subchildmenu .ui-menu-item .first_element a {
  margin-top: 0px;
}
body nav.navigation.sw-megamenu > ul > .level0 .submenu#botique .subchildmenu .ui-menu-item .parent-item {
  text-align: left;
}
body nav.navigation.sw-megamenu > ul > .level0 .submenu#botique .subchildmenu .ui-menu-item .parent-item .cat-name {
  font-weight: 600;
  color: #2B3D44;
  text-transform: uppercase;
  font-size: 18px !important;
}
body nav.navigation.sw-megamenu > ul > .level0 .submenu#botique .subchildmenu .ui-menu-item .subcat-item .menu-thumb-img {
  width: 54px;
}
body nav.navigation.sw-megamenu > ul > .level0 .submenu#botique .subchildmenu .ui-menu-item .subcat-item .menu-thumb-img img {
  height: 54px;
  width: 54px;
}
@media (min-width: 768px) and (max-width: 1250px) {
  body nav.navigation.sw-megamenu > ul > .level0 .submenu#botique .subchildmenu .ui-menu-item .subcat-item .menu-thumb-img img {
    height: 50px;
    width: 50px;
  }
}
body nav.navigation.sw-megamenu > ul > .level0 .submenu#botique .subchildmenu .ui-menu-item .subcat-item .sub-cat-name {
  font-family: 'DIN 2014';
  text-align: left;
  color: #2B3D44;
}
@media screen and (min-width: 768px) {
  body nav.navigation.sw-megamenu > ul > .level0 .submenu#botique .subchildmenu .ui-menu-item .subcat-item .sub-cat-name {
    vertical-align: middle;
  }
}
body nav.navigation.sw-megamenu > ul > .level0 .submenu#botique .subchildmenu .ui-menu-item .subcat-item .sub-cat-name a span {
  font-size: 13px !important;
  font-weight: normal;
}
body nav.navigation.sw-megamenu > ul > .level0 .submenu#support {
  border-radius: 0;
  width: auto;
  left: -600%;
}
body nav.navigation.sw-megamenu > ul > .level0 .submenu#support .description {
  width: 40%;
  padding: 4%;
  color: #2B3D44;
  overflow: scroll;
}
@media (max-width: 767px) {
  body nav.navigation.sw-megamenu > ul > .level0 .submenu#support .description {
    padding: 0;
    overflow: auto;
  }
}
body nav.navigation.sw-megamenu > ul > .level0 .submenu#support .description ul {
  height: 9vh;
}
@media (max-width: 767px) {
  body nav.navigation.sw-megamenu > ul > .level0 .submenu#support .description ul {
    height: auto;
    padding: 0;
  }
}
body nav.navigation.sw-megamenu > ul > .level0 .submenu#support .description ul li {
  border-bottom: 0;
  height: auto;
}
body nav.navigation.sw-megamenu > ul > .level0 .submenu#support .description ul li a {
  text-transform: none;
  line-height: 1 !important;
  height: auto !important;
  white-space: inherit;
}
body nav.navigation.sw-megamenu > ul > .level0 .submenu#support .description ul li span.heading {
  font-size: 18px !important;
  text-decoration: underline;
}
@media (max-width: 767px) {
  body nav.navigation.sw-megamenu > ul > .level0 .submenu#support .description ul li span.heading {
    font-size: 15px !important;
    text-decoration: none;
  }
}
@media (min-width: 1025px) and (max-width: 1300px) {
  body nav.navigation.sw-megamenu > ul > .level0 .submenu#support .description ul li span.heading {
    font-size: 13px !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  body nav.navigation.sw-megamenu > ul > .level0 .submenu#support .description ul li span.heading {
    font-size: 11px !important;
  }
}
body nav.navigation.sw-megamenu > ul > .level0 .submenu#support .description ul li p {
  padding-top: 4%;
  padding-bottom: 2%;
  font-style: italic;
  font-size: 14px !important;
  line-height: initial;
  margin-top: 0rem;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  body nav.navigation.sw-megamenu > ul > .level0 .submenu#support .description ul li p {
    display: none;
  }
}
@media (min-width: 1025px) and (max-width: 1300px) {
  body nav.navigation.sw-megamenu > ul > .level0 .submenu#support .description ul li p {
    font-size: 11px !important;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  body nav.navigation.sw-megamenu > ul > .level0 .submenu#support .description ul li p {
    font-size: 9px !important;
    padding-top: 2%;
    margin-bottom: 0;
  }
}
body nav.navigation.sw-megamenu > ul > .level0 .submenu#support .image-container {
  padding: 0;
  line-height: 0;
}
@media (max-width: 767px) {
  body nav.navigation.sw-megamenu > ul > .level0 .submenu#support .image-container {
    display: none;
  }
}
body nav.navigation.sw-megamenu > ul > .level0 .submenu .subchildmenu {
  display: flex;
  flex-wrap: wrap;
  max-height: none;
  justify-content: flex-start;
}
@media screen and (min-width: 768px) {
  body nav.navigation.sw-megamenu > ul > .level0 .submenu .subchildmenu {
    height: auto;
  }
}
body nav.navigation.sw-megamenu > ul > .level0 .submenu .subchildmenu > li {
  width: 135px !important;
  text-align: center;
  font-weight: normal;
  font-family: 'DIN 2014';
  font-size: 17px;
}
@media screen and (max-width: 767px) {
  body nav.navigation.sw-megamenu > ul > .level0 .submenu .subchildmenu > li.mobile-hide {
    display: none;
  }
}
body nav.navigation.sw-megamenu > ul > .level0 .submenu .subchildmenu > li a,
body nav.navigation.sw-megamenu > ul > .level0 .submenu .subchildmenu > li > span {
  white-space: initial;
  text-align: center;
  font-family: 'DIN 2014';
  line-height: 18px !important;
  text-transform: none !important;
  margin-top: 22px;
  display: block;
}
@media screen and (max-width: 767px) {
  body nav.navigation.sw-megamenu > ul > .level0 .submenu .subchildmenu > li a,
  body nav.navigation.sw-megamenu > ul > .level0 .submenu .subchildmenu > li > span {
    font-size: 15px !important;
  }
}
body nav.navigation.sw-megamenu > ul > .level0 .submenu .subchildmenu > li > a,
body nav.navigation.sw-megamenu > ul > .level0 .submenu .subchildmenu > li > span {
  height: 36px;
  overflow: hidden;
  margin-bottom: 0 !important;
  margin-top: 22px !important;
}
@media screen and (max-width: 767px) {
  body nav.navigation.sw-megamenu > ul > .level0 .submenu .subchildmenu > li > a,
  body nav.navigation.sw-megamenu > ul > .level0 .submenu .subchildmenu > li > span {
    margin-top: 0 !important;
    line-height: 36px !important;
  }
}
body nav.navigation.sw-megamenu > ul > .level0 .submenu .subchildmenu > li a.menu-thumb-link {
  margin-top: 0 !important;
}
body nav.navigation.sw-megamenu > ul > .level0 .submenu .subchildmenu > li .shop {
  color: #6c6c6c !important;
  display: block;
  text-align: center;
  margin-top: 0 !important;
  font-size: 14px !important;
}
@media screen and (min-width: 767px) {
  body nav.navigation.sw-megamenu > ul > .level0.is_parent {
    position: relative;
  }
  body nav.navigation.sw-megamenu > ul > .level0.is_parent > a span:before {
    display: none;
  }
  body nav.navigation.sw-megamenu > ul > .level0.is_parent .submenu {
    background: #FFFFFF;
    padding: 0;
    min-width: inherit;
  }
  body nav.navigation.sw-megamenu > ul > .level0.is_parent .submenu .subchildmenu {
    padding: 0;
    background: #FFFFFF;
    height: auto !important;
  }
  body nav.navigation.sw-megamenu > ul > .level0.is_parent .submenu ul li {
    display: block;
    padding: 0;
    border-bottom: 2px solid #2B3D44;
    margin: 0;
    width: 100% !important;
    height: 45px;
  }
  body nav.navigation.sw-megamenu > ul > .level0.is_parent .submenu ul li a {
    color: #2B3D44 !important;
    font-weight: normal !important;
    font-family: inherit !important;
    font-size: 18px !important;
    text-transform: none;
    margin-top: 0 !important;
    height: 45px;
    line-height: 45px !important;
  }
}
@media all and (min-width: 769px), print {
  .abs-product-options-list-desktop dt,
  .block-giftregistry-shared .item-options dt {
    float: left;
    clear: left;
    margin: 0 9px 4.5px 0;
  }
  .block-giftregistry-shared .item-options dt:after {
    content: ': ';
  }
  .abs-product-options-list-desktop dd,
  .block-giftregistry-shared .item-options dd {
    float: left;
    display: inline-block;
    margin: 0 0 4.5px;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .abs-discount-block-desktop .block,
  .login-container .block,
  .account .column.main .block:not(.widget) .block-content .box,
  .block-addresses-list .items.addresses > .item,
  .form-edit-account .fieldset,
  .form-address-edit .fieldset,
  .storecredit .block,
  .magento-payments-review-discount .block,
  .paypal-review-discount .block,
  .cart-discount .block {
    width: 48%;
  }
  .abs-discount-block-desktop .block:nth-child(1),
  .login-container .block:nth-child(1),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(1),
  .block-addresses-list .items.addresses > .item:nth-child(1),
  .form-edit-account .fieldset:nth-child(1),
  .form-address-edit .fieldset:nth-child(1),
  .storecredit .block:nth-child(1),
  .magento-payments-review-discount .block:nth-child(1),
  .paypal-review-discount .block:nth-child(1),
  .cart-discount .block:nth-child(1) {
    float: left;
    clear: left;
  }
  .abs-discount-block-desktop .block:nth-child(2),
  .login-container .block:nth-child(2),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(2),
  .block-addresses-list .items.addresses > .item:nth-child(2),
  .form-edit-account .fieldset:nth-child(2),
  .form-address-edit .fieldset:nth-child(2),
  .storecredit .block:nth-child(2),
  .magento-payments-review-discount .block:nth-child(2),
  .paypal-review-discount .block:nth-child(2),
  .cart-discount .block:nth-child(2) {
    float: right;
  }
  .abs-discount-block-desktop .block:nth-child(2) + *,
  .login-container .block:nth-child(2) + *,
  .account .column.main .block:not(.widget) .block-content .box:nth-child(2) + *,
  .block-addresses-list .items.addresses > .item:nth-child(2) + *,
  .form-edit-account .fieldset:nth-child(2) + *,
  .form-address-edit .fieldset:nth-child(2) + *,
  .storecredit .block:nth-child(2) + *,
  .magento-payments-review-discount .block:nth-child(2) + *,
  .paypal-review-discount .block:nth-child(2) + *,
  .cart-discount .block:nth-child(2) + * {
    clear: both;
  }
  .abs-margin-for-blocks-and-widgets-desktop,
  .page-main .block,
  .customer-review .product-details {
    margin-bottom: 45px;
  }
  .abs-reset-left-margin-desktop,
  .column.main .magento-payments-review .actions-toolbar,
  .column.main .paypal-review .actions-toolbar,
  .column.main .block-giftregistry-shared-items .actions-toolbar {
    margin-left: 0;
  }
  .abs-action-remove-desktop,
  .abs-add-fields-desktop .fieldset .additional .action.remove,
  .form-giftregistry-share .fieldset .additional .action.remove,
  .form-giftregistry-edit .fieldset .additional .action.remove,
  .form-create-return .fieldset .additional .action.remove,
  .form.send.friend .fieldset .additional .action.remove {
    margin-left: 90%;
  }
  .abs-add-fields-desktop .fieldset .field .control,
  .form-giftregistry-share .fieldset .field .control,
  .form-giftregistry-edit .fieldset .field .control,
  .form-create-return .fieldset .field .control,
  .form.send.friend .fieldset .field .control {
    width: auto;
  }
  .abs-margin-for-forms-desktop {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop,
  .block-search .label,
  .block-collapsible-nav .title {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop:before,
  .abs-add-clearfix-desktop:after,
  .magento-payments-review .block-content:before,
  .magento-payments-review .block-content:after,
  .magento-payments-review-discount:before,
  .magento-payments-review-discount:after,
  .order-review-form:before,
  .order-review-form:after,
  .paypal-review .block-content:before,
  .paypal-review .block-content:after,
  .paypal-review-discount:before,
  .paypal-review-discount:after,
  .block-cart-failed .block-content:before,
  .block-cart-failed .block-content:after,
  .cart-container:before,
  .cart-container:after,
  .login-container:before,
  .login-container:after,
  .account .page-title-wrapper:before,
  .account .page-title-wrapper:after,
  .account .column.main .block:not(.widget) .block-content:before,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:before,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:before,
  .block-giftregistry-shared .item-options:after,
  .data.table .gift-wrapping .nested:before,
  .data.table .gift-wrapping .nested:after,
  .data.table .gift-wrapping .content:before,
  .data.table .gift-wrapping .content:after,
  .block-wishlist-management:before,
  .block-wishlist-management:after,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:before,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:after,
  .order-links:before,
  .order-links:after,
  .account .column.main .block.block-order-details-view:before,
  .account .column.main .block.block-order-details-view:after,
  [class^="sales-guest-"] .column.main .block.block-order-details-view:before,
  [class^="sales-guest-"] .column.main .block.block-order-details-view:after,
  .sales-guest-view .column.main .block.block-order-details-view:before,
  .sales-guest-view .column.main .block.block-order-details-view:after,
  .page-header .header.panel:before,
  .page-header .header.panel:after,
  .header.content:before,
  .header.content:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop:after,
  .magento-payments-review .block-content:after,
  .magento-payments-review-discount:after,
  .order-review-form:after,
  .paypal-review .block-content:after,
  .paypal-review-discount:after,
  .block-cart-failed .block-content:after,
  .cart-container:after,
  .login-container:after,
  .account .page-title-wrapper:after,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:after,
  .data.table .gift-wrapping .nested:after,
  .data.table .gift-wrapping .content:after,
  .block-wishlist-management:after,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:after,
  .order-links:after,
  .account .column.main .block.block-order-details-view:after,
  [class^="sales-guest-"] .column.main .block.block-order-details-view:after,
  .sales-guest-view .column.main .block.block-order-details-view:after,
  .page-header .header.panel:after,
  .header.content:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop,
  .abs-shopping-cart-items-desktop,
  .column.main,
  .sidebar-main,
  .sidebar-additional,
  .bundle-options-container .block-bundle-summary,
  .block.crosssell,
  .magento-rma-guest-returns .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .account .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  [class^="sales-guest-"] .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .sales-guest-view .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    box-sizing: border-box;
  }
  .abs-add-box-sizing-desktop-m,
  .opc-wrapper {
    box-sizing: border-box;
  }
  .abs-revert-field-type-desktop .fieldset > .field,
  .abs-revert-field-type-desktop .fieldset .fields > .field {
    margin: 0 0 18px;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .control,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .abs-revert-field-type-desktop .fieldset > .field > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .abs-revert-field-type-desktop .fieldset > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset > .field.no-label:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.no-label:before {
    display: none;
  }
  .abs-form-field-column-2 .fieldset .field,
  .form-giftregistry-share .fieldset .field,
  .form-giftregistry-edit .fieldset .field,
  .form-create-return .fieldset .field,
  .form.send.friend .fieldset .field {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .form-giftregistry-share .fieldset .field:nth-last-child(1),
  .form-giftregistry-share .fieldset .field:nth-last-child(2),
  .form-giftregistry-edit .fieldset .field:nth-last-child(1),
  .form-giftregistry-edit .fieldset .field:nth-last-child(2),
  .form-create-return .fieldset .field:nth-last-child(1),
  .form-create-return .fieldset .field:nth-last-child(2),
  .form.send.friend .fieldset .field:nth-last-child(1),
  .form.send.friend .fieldset .field:nth-last-child(2) {
    margin-bottom: 0;
  }
  .abs-form-field-column-2 .fieldset .field + .fieldset,
  .form-giftregistry-share .fieldset .field + .fieldset,
  .form-giftregistry-edit .fieldset .field + .fieldset,
  .form-create-return .fieldset .field + .fieldset,
  .form.send.friend .fieldset .field + .fieldset {
    clear: both;
  }
  .abs-form-field-column-2 .fieldset .field .field,
  .form-giftregistry-share .fieldset .field .field,
  .form-giftregistry-edit .fieldset .field .field,
  .form-create-return .fieldset .field .field,
  .form.send.friend .fieldset .field .field {
    width: 100%;
    padding: 0;
  }
  .abs-form-field-revert-column-1 {
    width: 100%;
  }
  .abs-forms-general-desktop,
  .form-giftcard-redeem,
  .form-giftregistry-create {
    max-width: 500px;
  }
  .abs-forms-general-desktop .legend,
  .form-giftcard-redeem .legend,
  .form-giftregistry-create .legend {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-forms-general-desktop .legend + br,
  .form-giftcard-redeem .legend + br,
  .form-giftregistry-create .legend + br {
    display: none;
  }
  .abs-revert-side-paddings,
  .checkout-cart-index .page-title-wrapper,
  .cart-summary .block .content,
  .cart-empty {
    padding-left: 0;
    padding-right: 0;
  }
  .abs-account-table-margin-desktop,
  .table-wrapper.balance-history,
  .table-wrapper.reward-history {
    margin-top: -22.5px;
  }
  .abs-action-print {
    display: inline-block;
    text-decoration: none;
  }
  .abs-action-print:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 16px;
    color: inherit;
    content: '\e624';
    font-family: 'porto-icons';
    margin: 0 4px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-no-display-desktop,
  .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
    display: none;
  }
  .abs-title-orders-desktop .page-main .page-title-wrapper .order-date,
  .magento-rma-returns-returns .page-main .page-title-wrapper .order-date,
  .magento-rma-returns-view .page-main .page-title-wrapper .order-date,
  .account .page-main .page-title-wrapper .order-date,
  [class^="sales-guest-"] .page-main .page-title-wrapper .order-date,
  .sales-guest-view .page-main .page-title-wrapper .order-date {
    margin: -12px 0 18px;
  }
  .abs-table-bordered-desktop {
    border: none;
  }
  .abs-table-bordered-desktop > thead > tr > th,
  .abs-table-bordered-desktop > tbody > tr > th,
  .abs-table-bordered-desktop > tfoot > tr > th,
  .abs-table-bordered-desktop > thead > tr > td,
  .abs-table-bordered-desktop > tbody > tr > td,
  .abs-table-bordered-desktop > tfoot > tr > td {
    border: none;
  }
  .abs-table-bordered-desktop > thead > tr > th,
  .abs-table-bordered-desktop > thead > tr > td {
    border-bottom: 1px solid #cccccc;
  }
  .abs-pager-toolbar,
  .account .toolbar,
  .toolbar-giftregistry-results,
  .toolbar-wishlist-results {
    position: relative;
  }
  .abs-pager-toolbar .toolbar-amount,
  .abs-pager-toolbar .limiter,
  .account .toolbar .toolbar-amount,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .toolbar-amount,
  .toolbar-wishlist-results .limiter {
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .toolbar-amount,
  .account .toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount {
    line-height: 24px;
    padding: 0;
  }
  .abs-pager-toolbar .pages,
  .account .toolbar .pages,
  .toolbar-giftregistry-results .pages,
  .toolbar-wishlist-results .pages {
    position: absolute;
    z-index: 0;
    width: 100%;
  }
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 4%;
    position: relative;
  }
  .abs-discount-block-desktop .block,
  .magento-payments-review-discount .block,
  .paypal-review-discount .block,
  .cart-discount .block {
    width: 48%;
  }
  .abs-discount-block-desktop .block > .title,
  .magento-payments-review-discount .block > .title,
  .paypal-review-discount .block > .title,
  .cart-discount .block > .title {
    border: 0;
    cursor: default;
    padding: 0 0 9px;
  }
  .abs-discount-block-desktop .block > .title strong,
  .magento-payments-review-discount .block > .title strong,
  .paypal-review-discount .block > .title strong,
  .cart-discount .block > .title strong {
    font-size: 1.6rem;
  }
  .magento-payments-review-discount .block > .title:after,
  .paypal-review-discount .block > .title:after,
  .cart-discount .block > .title:after {
    display: none;
  }
  .abs-discount-block-desktop .block .content,
  .magento-payments-review-discount .block .content,
  .paypal-review-discount .block .content,
  .cart-discount .block .content {
    display: block !important;
    padding: 0;
  }
  .abs-discount-block-desktop .actions-toolbar .secondary,
  .magento-payments-review-discount .actions-toolbar .secondary,
  .paypal-review-discount .actions-toolbar .secondary,
  .cart-discount .actions-toolbar .secondary {
    bottom: -30px;
    left: 0;
    position: absolute;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    max-width: 1140px;
    box-sizing: border-box;
  }
  .page-main {
    width: 100%;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .ie9 .page-main {
    width: auto;
  }
  .columns {
    display: block;
  }
  .column.main {
    min-height: 300px;
  }
  .page-layout-1column .column.main {
    width: 100%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-3columns .column.main {
    width: 50%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 75%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sidebar-main {
    padding-right: 2%;
  }
  .page-layout-3columns .sidebar-main {
    width: 25%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 25%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 25%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    padding-right: 0;
    padding-left: 2%;
  }
  .sidebar-additional {
    padding-left: 2%;
    clear: right;
  }
  .page-layout-3columns .sidebar-additional {
    width: 25%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 25%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 25%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .sidebar-additional {
    padding-right: 2%;
    padding-left: 0;
    clear: left;
    float: left;
  }
  .panel.header {
    padding: 10px 20px;
  }
  .nav-toggle {
    display: none;
  }
  .nav-sections {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .nav-sections-item-title {
    display: none;
  }
  .nav-sections-item-content > * {
    display: none;
  }
  .nav-sections-item-content > .navigation {
    display: block;
    z-index: 5;
  }
  .navigation {
    background: transparent;
    font-size: 12px;
    font-weight: 700;
    height: inherit;
    left: auto;
    overflow: inherit;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 3;
  }
  .navigation:empty {
    display: none;
  }
  .navigation ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    position: relative;
  }
  .navigation li.level0 {
    border-top: none;
  }
  .navigation li.level1 {
    position: relative;
  }
  .navigation .level0 {
    margin: 0 9px 0 0;
    display: inline-block;
    position: relative;
  }
  .navigation .level0:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .navigation .level0:hover:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    width: 10px;
    height: calc(100% + 3px);
    z-index: 1;
  }
  .navigation .level0 > .level-top {
    color: #575757;
    line-height: 46px;
    padding: 0 12px;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
  }
  .navigation .level0 > .level-top:hover,
  .navigation .level0 > .level-top.ui-state-focus {
    color: #777777;
    text-decoration: none;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0;
    color: #777777;
    text-decoration: none;
    display: inline-block;
  }
  .navigation .level0.parent:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.parent > .level-top {
    padding-right: 20px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon {
    position: absolute;
    right: 0;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\f807';
    font-family: 'porto-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0 .submenu {
    background: #ffffff;
    border: 0 solid #0088cc;
    box-shadow: 0 4.5px 4.5px rgba(0, 0, 0, 0.19);
    font-weight: 400;
    min-width: 230px;
    padding: 0;
    display: none;
    left: 0;
    margin: 0 !important;
    position: absolute;
    z-index: 1;
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul {
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul:before,
  .navigation .level0 .submenu > ul:after {
    content: '';
    display: block;
    overflow: hidden;
    position: absolute;
  }
  .navigation .level0 .submenu > ul:before {
    color: #ffffff;
    left: 20px;
    top: -20px;
    border: 10px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #ffffff;
    z-index: 4;
  }
  .navigation .level0 .submenu > ul:after {
    border: 11px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #0088cc;
    color: #0088cc;
    left: 19px;
    top: -22px;
    z-index: 3;
  }
  .navigation .level0 .submenu:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    top: -4px;
    z-index: 1;
  }
  .navigation .level0 .submenu a {
    display: block;
    line-height: inherit;
    color: #777777;
    padding: 9px 5px;
  }
  .navigation .level0 .submenu a:hover,
  .navigation .level0 .submenu a.ui-state-focus {
    background: #f4f4f4;
    color: #777777;
    text-decoration: none;
  }
  .navigation .level0 .submenu .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 3px;
  }
  .navigation .level0 .submenu .submenu {
    top: -1px !important;
    left: 100% !important;
  }
  .navigation .level0 .submenu .submenu-reverse {
    left: auto !important;
    right: 100%;
  }
  .navigation .level0 .submenu li {
    margin: 0;
    position: relative;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon {
    position: absolute;
    right: 3px;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\f801';
    font-family: 'porto-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.more:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    line-height: inherit;
    color: inherit;
    content: '\e607';
    font-family: 'porto-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more:before {
    display: none;
  }
  .navigation .level0.more:after {
    cursor: pointer;
    padding: 8px 12px;
    position: relative;
    z-index: 1;
  }
  .navigation .level0.more:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.more li {
    display: block;
  }
  .panel.header .links,
  .panel.header .switcher {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
  }
  .panel.header .switcher {
    height: 15px;
  }
  .navigation li.level0 {
    border-radius: 5px;
    transition-delay: 0.3s;
    margin-right: 4px;
  }
  .legend {
    border-bottom: 1px solid #c5c5c5;
  }
  .product.data.items {
    position: relative;
    z-index: 1;
    border-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .product.data.items:before,
  .product.data.items:after {
    content: '';
    display: table;
  }
  .product.data.items:after {
    clear: both;
  }
  .product.data.items > .item.title {
    float: left;
    width: auto;
  }
  .product.data.items > .item.title > .switch {
    height: 18px;
    display: block;
    position: relative;
    z-index: 2;
  }
  .product.data.items > .item.content {
    margin-top: 18px;
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    width: 100%;
  }
  .product.data.items > .item.content:before,
  .product.data.items > .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items > .item.content:after {
    clear: both;
  }
  .product.data.items > .item.content.active {
    display: block;
  }
  .product.data.items > .item.title {
    margin: 0 -1px 0 0;
  }
  .product.data.items > .item.title > .switch {
    font-weight: 400;
    line-height: 36px;
    font-size: 1.3rem;
    color: #c1c1c1;
    text-decoration: none;
    background: #f6f6f6;
    border: 1px solid #eeeeee;
    border-bottom: none;
    height: 36px;
    padding: 1px 35px 1px 35px;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #c1c1c1;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #c1c1c1;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #777777;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #ffffff;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: #ffffff;
    color: #777777;
    text-decoration: none;
  }
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    padding-bottom: 2px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    margin-top: 39px;
    padding: 35px 35px 35px 35px;
    border: 1px solid #eeeeee;
  }
  .product.data.items .item.title a:after {
    display: none;
  }
  .product.data.items > .item.title {
    margin: 0 1px 0 0;
  }
  .product.data.items > .item.title > .switch {
    font-size: 14px;
    border: 1px solid #eeeeee;
    border-top-width: 3px;
    border-bottom-width: 0;
    border-radius: 5px 5px 0 0;
    line-height: 30px;
    padding: 1px 15px 1px 15px;
  }
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    border-top-color: #0088cc;
    color: #0088cc;
  }
  .product.data.items > .item.content {
    margin-top: 35px;
    border-color: #eeeeee;
    box-shadow: 0 1px 2px #eee;
  }
  .actions-toolbar {
    text-align: left;
  }
  .actions-toolbar:before,
  .actions-toolbar:after {
    content: '';
    display: table;
  }
  .actions-toolbar:after {
    clear: both;
  }
  .actions-toolbar .primary {
    float: left;
  }
  .actions-toolbar .primary,
  .actions-toolbar .secondary {
    display: inline-block;
  }
  .actions-toolbar .primary a.action,
  .actions-toolbar .secondary a.action {
    display: inline-block;
  }
  .actions-toolbar .primary .action {
    margin: 0 15px 0 0;
  }
  .actions-toolbar .secondary a.action {
    margin-top: 6px;
  }
  .actions-toolbar > .primary,
  .actions-toolbar > .secondary {
    margin-bottom: 0;
  }
  .actions-toolbar > .primary .action,
  .actions-toolbar > .secondary .action {
    width: auto;
    margin-bottom: 0;
  }
  .popup-content .fieldset .actions-toolbar .secondary {
    display: inline-block;
    float: none;
  }
  .popup-content .fieldset .actions-toolbar .action.cancel {
    margin-top: 6px;
  }
  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #c1c1c1;
    text-align: right;
  }
  /**
     * @codingStandardsIgnoreStart
     */
  #store-selector .form-continue .actions-toolbar > .primary {
    float: right;
  }
  #store-selector .form-continue .actions-toolbar .action.primary {
    margin: 0;
  }
  .pagebuilder-mobile-only {
    display: none !important;
  }
  .magento-payments-review .magento-payments-review-title {
    border-bottom: 1px solid #cccccc;
  }
  .magento-payments-review .block-content .box-order-shipping-address,
  .magento-payments-review .block-content .box-order-shipping-method,
  .magento-payments-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .magento-payments-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .magento-payments-review .table-magento-payments-review-items .col.price,
  .magento-payments-review .table-magento-payments-review-items .col.qty {
    text-align: center;
  }
  .magento-payments-review .table-magento-payments-review-items .col.item {
    width: 60%;
  }
  .magento-payments-review .col.subtotal,
  .magento-payments-review .mark,
  .magento-payments-review .amount {
    text-align: right;
  }
  .magento-payments-review-discount {
    border-top: 1px solid #cccccc;
  }
  .magento-payments-review-discount .block {
    margin-bottom: 13.5px;
  }
  .magento-payments-review-discount .block .title:after {
    display: inline;
    margin-left: 9px;
    position: static;
  }
  .magento-payments-review-discount .block .content {
    padding-bottom: 0;
  }
  .order-review-form .actions-toolbar > .primary {
    float: right;
  }
  .order-review-form .action.primary {
    margin-right: 0;
  }
  .amcform-title-wrap {
    flex-grow: unset;
    min-width: 30%;
    max-width: initial;
  }
  .amcform-title-wrap .amcform-title {
    max-width: 174px;
  }
  .amcform-title-wrap:nth-child(3n + 1):before {
    content: none;
  }
  .amcform-title-wrap:nth-child(3n + 1):last-child:before {
    width: 50%;
    content: '';
  }
  .amcform-popup-block .amcform-header {
    font-size: 22px;
  }
  .amcform-popup-block .amcform-toolbar {
    flex-direction: row;
  }
  .amcform-popup-block .amcform-toolbar .amcform-button {
    width: auto;
  }
  .amcform-popup-block .amcform-toolbar .amcform-button:not(:first-of-type) {
    margin-top: 0;
  }
  .circle-theme .amcform-title-wrap {
    min-width: 24%;
  }
  .amgdprcookie-main-wrapper {
    padding: 0;
  }
  .amgdprcookie-main-wrapper .amgdprcookie-top {
    margin-bottom: 35px;
  }
  .amgdprcookie-main-wrapper .amgdprcookie-head {
    font-size: 34px;
    line-height: normal;
  }
  .amgdprcookie-main-wrapper .amgdprcookie-btn {
    padding: 17px 46px;
    box-shadow: 0 3px 10px rgba(62, 40, 13, 0.15);
    text-transform: none;
    font-size: 20px;
  }
  .amgdprcookie-cookie-container {
    margin-bottom: 30px;
    padding: 25px 0;
  }
  .amgdprcookie-cookie-container .amgdprcookie-caption {
    margin-bottom: 15px;
    font-size: 20px;
  }
  .amgdprcookie-cookie-container .amgdprcookie-toggle-cookie {
    padding-left: 0;
  }
  .amgdprcookie-cookie-container .amgdprcookie-text {
    font-size: 14px;
  }
  .amgdprcookie-cookie-container .amgdprcookie-options {
    display: inline-block;
    background: inherit;
    font-size: 14px;
  }
  .amgdprcookie-groups-modal .amgdprcookie-cookie-container,
  .amgdprcookie-groups-modal .amgdprcookie-header,
  .amgdprcookie-groups-modal .amgdprcookie-text {
    padding: 0;
  }
  .amgdprcookie-modal-container .modal-inner-wrap {
    background: #fff;
    min-width: 400px;
    right: unset;
    width: 21%;
  }
  .amgdprcookie-table .amgdprcookie-cell.desc,
  .amgdprcookie-table .amgdprcookie-title.-wide {
    width: 30%;
  }
  .amgdprcookie-table .amgdprcookie-cell,
  .amgdprcookie-table .amgdprcookie-title {
    width: 15%;
  }
  .amgdprcookie-bar-container .amgdprcookie-buttons-block {
    flex-direction: row;
    margin-bottom: 5px;
  }
  .amgdprcookie-bar-container .amgdprcookie-buttons-block .amgdprcookie-button {
    margin-bottom: 0;
  }
  #search_mini_form {
    width: 374px;
    float: right;
  }
  .payment-method[class*="payplug_payments_"] .payment-method-title {
    padding: 0;
  }
  .payment-method[class*="payplug_payments_"] .label {
    padding: 20px 0;
  }
  .oney-product {
    width: 50%;
  }
  .oneyCta {
    flex-direction: row;
  }
  .cart-summary .oneyCta {
    padding-left: 0;
    padding-right: 0;
  }
  .oneyCta_button {
    height: auto;
  }
  .oneyCta_field {
    height: 46px;
    background-color: rgba(128, 188, 0, 0.1);
  }
  .oneyPopin {
    display: none;
    position: absolute;
    top: -5px;
    right: calc(100% + 30px);
    width: 350px;
    max-height: none;
    padding: 15px;
    overflow: visible;
    transform: translateY(-15%);
    background-color: #ffffff;
  }
  .oneyPopin::after {
    content: "";
    position: absolute;
    right: -2px;
    top: 19.5%;
    width: 24px;
    height: 24px;
    border: 2px solid #7ebd00;
    border-bottom: none;
    border-left: none;
    transform: translate(50%, -50%) rotate(45deg);
    transition: opacity .4s;
    background-color: #ffffff;
  }
  .loading.oneyPopin {
    height: 100px;
  }
  .oneyPopin-open {
    max-height: none;
  }
  .oneyPopin-error {
    top: 50%;
    padding: 8px;
    transform: translateY(-50%);
  }
  .oneyPopin-error::after {
    top: 50%;
    border: 2px solid #b2b2b2;
    border-bottom: none;
    border-left: none;
    background-color: #ffffff;
  }
  .loading.oneyPopin-error {
    height: 100px;
  }
  .oneyPopin-open.oneyPopin-error {
    background-color: #ffffff;
  }
  .oneyPopin_title {
    margin: 0 0 18px;
  }
  .oneyPopin_legal {
    padding: 0;
  }
  .oneyPopin_close {
    display: block;
  }
  .oneyPayment_trigger {
    flex-direction: row;
    justify-content: flex-start;
    align-items: normal;
  }
  .oneyPayment-disabled .oneyPayment_trigger {
    height: 88px;
    padding: 0;
  }
  .oneyPayment .more-info {
    margin: 0 auto 15px;
  }
  .oneyOption {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: calc(50% - 16px);
    margin: 0 8px 30px;
    padding: 30px;
    border: 1px solid #dce0e8;
  }
  .oneyOption::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: -14px;
    display: block;
    height: 13px;
    opacity: 0;
    box-shadow: 0px -5px 10px 5px #ffffff inset;
    background-color: #81bc00;
  }
  .oneyOption:hover {
    border-color: #81bc00;
  }
  .oneyOption:hover:after {
    opacity: 1;
  }
  .oneyOption-selected {
    background-color: rgba(129, 188, 0, 0.15);
    border-color: #81bc00;
  }
  .oneyOption-selected:after {
    opacity: 1;
  }
  .oneyOption_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
  }
  .oneyOption_wrapper-loading {
    justify-content: center;
    padding: 16px;
  }
  .oneyOption_logo {
    height: 35px;
    max-width: 100%;
    width: 135px;
  }
  .oneyOption_title {
    position: static;
    left: auto !important;
    top: auto;
    width: 100%;
    padding: 0 0 35px;
    border: 0 none;
  }
  .oneyOption-selected .oneyOption_title {
    border-bottom: 0 none;
  }
  .oney-it[data-oney-container='payplug_payments_oney_without_fees'] .oneyOption_title {
    height: 110px;
  }
  .oneyOption_prices {
    display: flex !important;
    padding: 0;
    border: 0 none;
  }
  .oney .onestepcheckout-index-index .page-main .aw-onestep-main .payment-method-content .oneyPayment-open {
    margin-bottom: 0;
  }
  .oney .onestepcheckout-index-index .page-main .aw-onestep-main .payment-method-content .oneyOption {
    margin: 0 8px 30px;
  }
  .form-integrated {
    padding-left: 0;
  }
  .integrated-container.after-cards {
    margin-top: 0;
  }
  .integrated-container.after-cards .form-integrated {
    padding-left: 22px;
  }
  .payplug-payments-cards {
    margin-top: -20px;
  }
  .sw-megamenu.navigation > ul {
    position: relative;
  }
  .sw-megamenu.navigation > ul:after {
    disaply: table;
    content: '';
    clear: both;
  }
  .sw-megamenu.navigation .open-children-toggle {
    display: none;
  }
  .sw-megamenu.navigation span.cat-label {
    position: absolute;
    text-transform: uppercase;
    font: inherit;
    font-size: 9px;
    padding: 2px;
    border-radius: 2px;
    line-height: 1;
    color: #fff;
  }
  .sw-megamenu.navigation span.cat-label:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    border: 3px solid transparent;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label1 {
    background-color: #0cc485;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label2 {
    background-color: #eb2771;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label3 {
    background-color: #0ae3eb;
  }
  .sw-megamenu.navigation a:hover > span > span.cat-label {
    text-decoration: none;
  }
  .sw-megamenu.navigation li > a > span {
    position: relative;
  }
  .sw-megamenu.navigation li.level0 > .level-top {
    transition-delay: 0s !important;
  }
  .sw-megamenu.navigation li.level0 > a > span.cat-label {
    top: -13px;
    right: 14px;
  }
  .sw-megamenu.navigation li.level0 > a > span.cat-label:before {
    left: 3px;
    bottom: -6px;
  }
  .sw-megamenu.navigation li.level0 > a > span.cat-label.cat-label-label1:before {
    border-top-color: #0cc485;
  }
  .sw-megamenu.navigation li.level0 > a > span.cat-label.cat-label-label2:before {
    border-top-color: #eb2771;
  }
  .sw-megamenu.navigation li.level0 > a > span.cat-label.cat-label-label3:before {
    border-top-color: #0ae3eb;
  }
  .sw-megamenu.navigation li .subchildmenu li > a > span > span.cat-label {
    top: 3px;
    right: -35px;
  }
  .sw-megamenu.navigation li .subchildmenu li > a > span > span.cat-label:before {
    left: -6px;
    bottom: 3px;
  }
  .sw-megamenu.navigation li .subchildmenu li > a > span > span.cat-label.cat-label-label1:before {
    border-right-color: #0cc485;
  }
  .sw-megamenu.navigation li .subchildmenu li > a > span > span.cat-label.cat-label-label2:before {
    border-right-color: #eb2771;
  }
  .sw-megamenu.navigation li .subchildmenu li > a > span > span.cat-label.cat-label-label3:before {
    border-right-color: #0ae3eb;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns > li {
    float: left;
    padding: 0 5px;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns1 > li {
    float: none;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns2 > li {
    width: 50%;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns2 > li:nth-child(2n+1) {
    clear: both;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns3 > li {
    width: 33.33%;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns3 > li:nth-child(3n+1) {
    clear: both;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns4 > li {
    width: 25%;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns4 > li:nth-child(4n+1) {
    clear: both;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns5 > li {
    width: 20%;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns5 > li:nth-child(5n+1) {
    clear: both;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns6 > li {
    width: 16.66%;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns6 > li:nth-child(6n+1) {
    clear: both;
  }
  .sw-megamenu.navigation li.level0 {
    transition-delay: 0s;
    transition: .2s opacity;
  }
  .sw-megamenu.navigation li.level0.fl-left {
    float: left;
  }
  .sw-megamenu.navigation li.level0.fl-right {
    float: right;
  }
  .sw-megamenu.navigation li.level0.fl-right.staticwidth .submenu {
    left: auto;
    right: 0;
    border-radius: 6px 0 6px 6px;
  }
  .sw-megamenu.navigation li.level0 .submenu {
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: .2s opacity;
    color: #777;
  }
  .sw-megamenu.navigation li.level0 .submenu > ul {
    margin-top: 0;
  }
  .sw-megamenu.navigation li.level0 .submenu > ul:before,
  .sw-megamenu.navigation li.level0 .submenu > ul:after {
    display: none;
  }
  .sw-megamenu.navigation li.level0.parent > .submenu.popup-left {
    left: auto;
    right: 0;
    border-radius: 6px 0 6px 6px;
  }
  .sw-megamenu.navigation li.level0 .row {
    margin-left: -5px;
    margin-right: -5px;
  }
  .sw-megamenu.navigation li.level0 .col-md-1,
  .sw-megamenu.navigation li.level0 .col-md-2,
  .sw-megamenu.navigation li.level0 .col-md-3,
  .sw-megamenu.navigation li.level0 .col-md-4,
  .sw-megamenu.navigation li.level0 .col-md-5,
  .sw-megamenu.navigation li.level0 .col-md-6,
  .sw-megamenu.navigation li.level0 .col-md-7,
  .sw-megamenu.navigation li.level0 .col-md-8,
  .sw-megamenu.navigation li.level0 .col-md-9,
  .sw-megamenu.navigation li.level0 .col-md-10,
  .sw-megamenu.navigation li.level0 .col-md-11,
  .sw-megamenu.navigation li.level0 .col-md-12 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .sw-megamenu.navigation li.level0.fullwidth {
    position: static;
  }
  .sw-megamenu.navigation li.level0.fullwidth > .submenu {
    width: 100%;
    border-radius: 0 0 6px 6px;
  }
  .sw-megamenu.navigation li.level0.fullwidth > .submenu,
  .sw-megamenu.navigation li.level0.staticwidth > .submenu {
    padding: 5px 8px 10px;
    left: 0;
  }
  .sw-megamenu.navigation li.level0.fullwidth:hover > .submenu,
  .sw-megamenu.navigation li.level0.staticwidth:hover > .submenu {
    visibility: visible;
    opacity: 1;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu li.parent > a:after,
  .sw-megamenu.navigation li.level0.staticwidth .submenu li.parent > a:after {
    display: none;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu li.level1 > a,
  .sw-megamenu.navigation li.level0.staticwidth .submenu li.level1 > a {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 10px;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu li.level1 .subchildmenu .subchildmenu,
  .sw-megamenu.navigation li.level0.staticwidth .submenu li.level1 .subchildmenu .subchildmenu {
    padding-left: 10px;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu li.level1 > .menu-thumb-img,
  .sw-megamenu.navigation li.level0.staticwidth .submenu li.level1 > .menu-thumb-img {
    margin: 10px 0 -5px;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu .subchildmenu .subchildmenu,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .subchildmenu .subchildmenu {
    padding: 5px 0;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu a,
  .sw-megamenu.navigation li.level0.staticwidth .submenu a {
    padding: 5px;
    line-height: 1;
    font-size: 13px;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu a:hover,
  .sw-megamenu.navigation li.level0.staticwidth .submenu a:hover {
    background: none;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu a:hover > span,
  .sw-megamenu.navigation li.level0.staticwidth .submenu a:hover > span {
    text-decoration: underline;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu .menu-top-block a,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .menu-top-block a,
  .sw-megamenu.navigation li.level0.fullwidth .submenu .menu-left-block a,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .menu-left-block a,
  .sw-megamenu.navigation li.level0.fullwidth .submenu .menu-right-block a,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .menu-right-block a,
  .sw-megamenu.navigation li.level0.fullwidth .submenu .menu-bottom-block a,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .menu-bottom-block a {
    display: inline;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu .menu-top-block a:hover,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .menu-top-block a:hover,
  .sw-megamenu.navigation li.level0.fullwidth .submenu .menu-left-block a:hover,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .menu-left-block a:hover,
  .sw-megamenu.navigation li.level0.fullwidth .submenu .menu-right-block a:hover,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .menu-right-block a:hover,
  .sw-megamenu.navigation li.level0.fullwidth .submenu .menu-bottom-block a:hover,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .menu-bottom-block a:hover {
    text-decoration: underline;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu .menu-top-block a.btn-default,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .menu-top-block a.btn-default,
  .sw-megamenu.navigation li.level0.fullwidth .submenu .menu-left-block a.btn-default,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .menu-left-block a.btn-default,
  .sw-megamenu.navigation li.level0.fullwidth .submenu .menu-right-block a.btn-default,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .menu-right-block a.btn-default,
  .sw-megamenu.navigation li.level0.fullwidth .submenu .menu-bottom-block a.btn-default,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .menu-bottom-block a.btn-default {
    background-color: #08c;
    color: #fff;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu .menu-top-block a.btn-default:hover,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .menu-top-block a.btn-default:hover,
  .sw-megamenu.navigation li.level0.fullwidth .submenu .menu-left-block a.btn-default:hover,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .menu-left-block a.btn-default:hover,
  .sw-megamenu.navigation li.level0.fullwidth .submenu .menu-right-block a.btn-default:hover,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .menu-right-block a.btn-default:hover,
  .sw-megamenu.navigation li.level0.fullwidth .submenu .menu-bottom-block a.btn-default:hover,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .menu-bottom-block a.btn-default:hover,
  .sw-megamenu.navigation li.level0.fullwidth .submenu .menu-top-block a.btn-default:focus,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .menu-top-block a.btn-default:focus,
  .sw-megamenu.navigation li.level0.fullwidth .submenu .menu-left-block a.btn-default:focus,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .menu-left-block a.btn-default:focus,
  .sw-megamenu.navigation li.level0.fullwidth .submenu .menu-right-block a.btn-default:focus,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .menu-right-block a.btn-default:focus,
  .sw-megamenu.navigation li.level0.fullwidth .submenu .menu-bottom-block a.btn-default:focus,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .menu-bottom-block a.btn-default:focus {
    background-color: #08c;
    color: #fff;
    text-decoration: none;
    opacity: 0.8;
  }
  .sw-megamenu.navigation li.level0.classic .submenu > .row {
    margin: 0;
  }
  .sw-megamenu.navigation li.level0.classic .subchildmenu {
    min-width: 230px;
  }
  .sw-megamenu.navigation li.level0.classic .subchildmenu .subchildmenu {
    visibility: hidden;
    opacity: 0;
    transition: .2s opacity;
    padding: 6px 8px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
    border-radius: 0 6px 6px 6px;
    position: absolute;
    left: 0;
    top: -6px;
    background: #fff;
    z-index: 1;
  }
  .sw-megamenu.navigation li.level0.classic .subchildmenu > li:hover > .subchildmenu {
    visibility: visible;
    opacity: 1;
  }
  .sw-megamenu.navigation li.level0.classic li.parent > .subchildmenu.popup-left {
    left: auto;
    right: 100%;
    border-radius: 6px 0 6px 6px;
  }
  .sw-megamenu.navigation li.level0.classic .subchildmenu.popup-left .subchildmenu {
    left: auto;
    right: 100%;
    border-radius: 6px 0 6px 6px;
  }
  .sw-megamenu.navigation li.level0.classic:hover > .submenu {
    visibility: visible;
    opacity: 1;
  }
  .sw-megamenu.navigation li.level0.classic li:hover > .submenu {
    visibility: visible;
    opacity: 1;
  }
  .sw-megamenu.navigation li.level0.classic .submenu,
  .sw-megamenu.navigation li.level0.classic .subchildmenu .subchildmenu {
    left: 0;
  }
  .sw-megamenu.navigation li.level0.staticwidth .submenu {
    left: 0;
  }
  .sw-megamenu.navigation.side-megamenu li {
    margin: 0;
    position: relative;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 {
    display: block;
    position: relative;
    border-radius: 0;
    margin: 0;
  }
  .sw-megamenu.navigation.side-megamenu li.level0.parent > a:after {
    content: '\f801';
    display: inline-block;
    font-family: 'porto-icons';
    vertical-align: top;
    margin-left: 6px;
    line-height: 41px;
    float: right;
  }
  .sw-megamenu.navigation.side-megamenu li.level0.classic .submenu li.parent > a:after {
    content: '\f801';
    display: inline-block;
    font-family: 'porto-icons';
    vertical-align: top;
    margin-left: 6px;
    margin-right: 5px;
    line-height: 15px;
    float: right;
  }
  .sw-megamenu.navigation.side-megamenu li.level0.fullwidth > .submenu,
  .sw-megamenu.navigation.side-megamenu li.level0.staticwidth > .submenu {
    left: 100% !important;
    top: 0;
    padding-bottom: 15px;
  }
  .sw-megamenu.navigation.side-megamenu li.level0.classic > .submenu {
    left: 100% !important;
    top: 0;
  }
  .sw-megamenu.navigation.side-megamenu li.level0.fullwidth > .submenu {
    width: 871px;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > a {
    display: block;
    padding: 0 5px;
    margin: 0 10px;
    border-top: 1px solid #ddd;
    line-height: 41px;
    font-weight: 400;
    font-size: 14px;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > a > span.cat-label {
    position: relative;
    margin-left: 10px;
    padding: 0 2px;
    top: 0;
    right: 0;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > a > span.cat-label:before {
    left: -6px;
    top: 3px;
    bottom: auto;
    border-top-color: transparent;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > a > span.cat-label.cat-label-label1:before {
    border-right-color: #0cc485;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > a > span.cat-label.cat-label-label2:before {
    border-right-color: #eb2771;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > a > span.cat-label.cat-label-label3:before {
    border-right-color: #0ae3eb;
  }
  .sw-megamenu.navigation.side-megamenu li.level0:first-child > a {
    border-top: 0;
  }
  .sw-megamenu.navigation.side-megamenu li.level0:hover {
    background-color: #08c;
  }
  .sw-megamenu.navigation.side-megamenu li.level0:hover > a {
    color: #fff;
    border-top-color: #08c;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > .submenu {
    border-left-width: 5px;
    border-top-width: 0;
    padding: 5px 8px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
    border-radius: 0 6px 6px 6px;
  }
  .home-side-menu {
    background-color: #fbfbfb;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 20px;
  }
  h2.side-menu-title {
    margin: 0;
    background-color: #f5f5f5;
    color: #a39f9c;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    padding: 14px 15px;
    border-radius: 5px 5px 0 0;
    border-bottom: 1px solid #ddd;
  }
  .block-category-event.block:last-child {
    margin-bottom: 27px;
    padding: 9px 0 27px;
  }
  .block-category-event .block-title {
    margin: 0;
  }
  .block-category-event .block-title strong {
    font-size: 2.4rem;
  }
  .block-category-event .ticker li {
    display: none;
    margin: 0 50px;
  }
  .block-category-event .ticker .value {
    font-size: 6rem;
  }
  .block-category-event .ticker .label {
    font-size: 1.4rem;
    text-transform: none;
  }
  .block-category-event .dates .date {
    font-size: 5rem;
  }
  .block-category-event .dates .start {
    padding-right: 50px;
  }
  .block-category-event .dates .start:after {
    font-size: 5rem;
    right: 10px;
  }
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #cccccc;
  }
  .paypal-review .block-content .box-order-shipping-address,
  .paypal-review .block-content .box-order-shipping-method,
  .paypal-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .paypal-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .paypal-review .table-paypal-review-items .col.price,
  .paypal-review .table-paypal-review-items .col.qty {
    text-align: center;
  }
  .paypal-review .table-paypal-review-items .col.item {
    width: 60%;
  }
  .paypal-review .col.subtotal,
  .paypal-review .mark,
  .paypal-review .amount {
    text-align: right;
  }
  .paypal-review-discount {
    border-top: 1px solid #cccccc;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .block-cart-failed .secondary .action {
    margin: 0;
  }
  .block-cart-failed .actions.primary {
    float: right;
  }
  .bundle-actions .action.primary.customize {
    width: auto;
  }
  .bundle-options-container .legend.title {
    font-size: 25px;
  }
  .bundle-options-container .bundle-options-wrapper,
  .bundle-options-container .product-options-wrapper {
    float: left;
  }
  .bundle-options-container .block-bundle-summary {
    padding: 9px 18px;
    float: right;
    width: 40%;
    position: relative;
  }
  .bundle-options-container .block-bundle-summary .price-box .price-wrapper,
  .bundle-options-container .block-bundle-summary .price-box .price-wrapper > .price {
    font-size: 36px;
    line-height: 36px;
    font-weight: 600;
  }
  .bundle-options-container .block-bundle-summary .price-container .weee {
    color: #575757;
  }
  .bundle-options-container .block-bundle-summary .price-container .weee .price {
    font-size: 1.2rem;
    font-weight: 700;
  }
  .bundle-options-container .block-bundle-summary .price-including-tax + .price-excluding-tax .price {
    font-size: 1.4rem;
    line-height: 16px;
  }
  .page-layout-2columns-left .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-left .bundle-options-container .block-bundle-summary,
  .page-layout-2columns-right .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-right .bundle-options-container .block-bundle-summary,
  .page-layout-3columns .bundle-options-container .bundle-options-wrapper,
  .page-layout-3columns .bundle-options-container .block-bundle-summary {
    width: 48%;
  }
  .products-grid.columns3 .product-item,
  .products-grid.columns4 .product-item,
  .products-grid.columns5 .product-item {
    width: 50%;
  }
  .products-grid.columns3 .product-item.nth-child-2np1,
  .products-grid.columns4 .product-item.nth-child-2np1,
  .products-grid.columns5 .product-item.nth-child-2np1 {
    clear: left;
  }
  .products-grid.columns6 .product-item,
  .products-grid.columns7 .product-item,
  .products-grid.columns8 .product-item {
    width: 33.33333333%;
  }
  .products-grid.columns6 .product-item.nth-child-2np1,
  .products-grid.columns7 .product-item.nth-child-2np1,
  .products-grid.columns8 .product-item.nth-child-2np1 {
    clear: none;
  }
  .products-grid.columns6 .product-item.nth-child-3np1,
  .products-grid.columns7 .product-item.nth-child-3np1,
  .products-grid.columns8 .product-item.nth-child-3np1 {
    clear: left;
  }
  .products-grid.products.grid.flex-grid.columns3 .product-item.nth-child-2np1,
  .products-grid.products.grid.flex-grid.columns4 .product-item.nth-child-2np1,
  .products-grid.products.grid.flex-grid.columns5 .product-item.nth-child-2np1 {
    border-left-color: transparent;
  }
  .products-grid.products.grid.flex-grid.columns3 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns4 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns5 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns3 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns4 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns5 .product-item:nth-child(2) .product-item-info {
    border-top-color: transparent;
  }
  .products-grid.products.grid.flex-grid.columns6 .product-item.nth-child-2np1,
  .products-grid.products.grid.flex-grid.columns7 .product-item.nth-child-2np1,
  .products-grid.products.grid.flex-grid.columns8 .product-item.nth-child-2np1 {
    border-left-color: #e3e4e4;
  }
  .products-grid.products.grid.flex-grid.columns6 .product-item.nth-child-3np1,
  .products-grid.products.grid.flex-grid.columns7 .product-item.nth-child-3np1,
  .products-grid.products.grid.flex-grid.columns8 .product-item.nth-child-3np1 {
    border-left-color: transparent;
  }
  .products-grid.products.grid.flex-grid.columns6 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns8 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns6 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns8 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns6 .product-item:nth-child(3) .product-item-info,
  .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(3) .product-item-info,
  .products-grid.products.grid.flex-grid.columns8 .product-item:nth-child(3) .product-item-info {
    border-top-color: transparent;
  }
  .product-info-main .page-title-wrapper h1 {
    margin-bottom: 13.5px;
  }
  .product-info-main .product-add-form {
    padding-top: 15px;
  }
  .box-tocart .action.tocart {
    margin-bottom: 0;
    min-width: 150px;
  }
  .product-social-links {
    text-align: left;
  }
  .product-options-bottom .price-box .price-container .price,
  .product-info-price .price-box .price-container .price {
    font-size: 36px;
    line-height: 36px;
  }
  .product-options-bottom .price-box .price-including-tax + .price-excluding-tax .price,
  .product-info-price .price-box .price-including-tax + .price-excluding-tax .price {
    font-size: 1.4rem;
    line-height: 16px;
  }
  .product-info-main {
    float: right;
  }
  .product.media {
    float: left;
  }
  .page-layout-1column .product-info-main {
    width: 40%;
  }
  .page-layout-1column .product.media {
    width: 57%;
  }
  .page-layout-2columns-left .product-info-main,
  .page-layout-2columns-right .product-info-main,
  .page-layout-3columns .product-info-main {
    width: 48%;
  }
  .page-layout-2columns-left .product.media,
  .page-layout-2columns-right .product.media,
  .page-layout-3columns .product.media {
    width: 50%;
  }
  .compare.wrapper {
    float: right;
    margin: 0;
    padding: 0;
    list-style: none none;
  }
  .compare.wrapper .action.compare {
    line-height: 38px;
    color: #777777;
    text-decoration: none;
  }
  .compare.wrapper .action.compare:visited {
    color: #777777;
    text-decoration: none;
  }
  .compare.wrapper .action.compare:hover {
    color: #777777;
    text-decoration: underline;
  }
  .compare.wrapper .action.compare:active {
    color: #777777;
    text-decoration: underline;
  }
  .compare.wrapper .counter.qty {
    color: #c1c1c1;
  }
  .compare.wrapper .counter.qty:before {
    content: "(";
  }
  .compare.wrapper .counter.qty:after {
    content: ")";
  }
  .product.info.detailed.accordion .product.data.items > .item.title,
  .product.info.detailed.accordion .product.data.items > .item.content {
    float: none;
    margin: 0;
  }
  .product.info.detailed.accordion .product.data.items > .item.title[aria-expanded=false] > .switch {
    border-bottom: 1px solid #eee;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .product.info.detailed.vertical .product.data.items > .item.title {
    float: none;
    max-width: 160px;
    text-align: right;
    overflow: hidden;
  }
  .product.info.detailed.vertical .product.data.items > .item.title > .switch {
    border: 1px solid #eee;
    border-radius: 5px 0 0 5px;
    border-right: 0;
    border-left-width: 3px;
  }
  .product.info.detailed.vertical .product.data.items > .item.title.active > .switch,
  .product.info.detailed.vertical .product.data.items > .item.title.active > .switch:focus,
  .product.info.detailed.vertical .product.data.items > .item.title.active > .switch:hover {
    border-left-color: #08c;
  }
  .product.info.detailed.vertical .product.data.items > .item.content {
    position: absolute;
    float: none;
    margin: 0;
    width: calc(100% - 159px);
    right: 0;
    top: 0;
    min-height: 180px;
  }
  .block-search {
    position: relative;
    margin-left: 40px;
    width: 450px;
    z-index: 4;
    display: inline-block;
    vertical-align: middle;
  }
  .block-search .control {
    border-top: 0;
    margin: 0;
    padding: 0;
  }
  .block-search .nested {
    display: none;
    padding-top: 5px;
    position: absolute;
  }
  .block-search input {
    position: static;
    margin: 0;
    border-color: transparent;
    height: 40px;
    border-radius: 20px;
    padding: 10px 50px 10px 20px;
  }
  .block-search input::-webkit-input-placeholder {
    color: #dddddd;
  }
  .block-search input:-moz-placeholder {
    color: #dddddd;
  }
  .block-search input::-moz-placeholder {
    color: #dddddd;
  }
  .block-search input:-ms-input-placeholder {
    color: #dddddd;
  }
  .block-search .action.search {
    position: absolute;
    right: 2px;
    top: 0;
    z-index: 1;
    height: 40px;
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    line-height: 40px;
  }
  .block-search .action.search > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .block-search .action.search:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    line-height: inherit;
    color: #0088cc;
    content: '\f818';
    font-family: 'porto-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .block-search .action.search:hover:before {
    color: inherit;
  }
  .block-search .action.search:active:before {
    color: inherit;
  }
  .block-search .action.search:focus,
  .block-search .action.search:active {
    background: none;
    border: none;
  }
  .block-search .action.search:hover {
    background: none;
    border: none;
  }
  .block-search .action.search.disabled,
  .block-search .action.search[disabled],
  fieldset[disabled] .block-search .action.search {
    pointer-events: none;
    opacity: 0.5;
  }
  .search-autocomplete {
    margin-top: 0;
  }
  .checkout-cart-index .page-main {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cart-container .form-cart .actions.main {
    text-align: right;
  }
  .cart-container .widget {
    float: left;
  }
  .cart-summary {
    width: 33.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    padding: 1px 18px 22.5px;
  }
  .cart-summary > .title {
    display: block;
  }
  .cart-summary .fieldset .actions-toolbar {
    margin-left: 0;
  }
  .cart-summary .fieldset .actions-toolbar > .secondary {
    float: none;
  }
  .cart-summary .block > .title {
    padding-left: 0;
  }
  .cart-summary .block > .title:after {
    right: 3px;
  }
  .cart-summary .block .fieldset .field {
    margin: 0 0 18px;
    margin: 0 0 9px;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .cart-summary .block .fieldset .field > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .cart-summary .block .fieldset .field.choice:before,
  .cart-summary .block .fieldset .field.no-label:before {
    display: none;
  }
  .cart-summary .checkout-methods-items {
    padding: 0;
  }
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto;
  }
  .cart.table-wrapper tbody td {
    padding-top: 20px;
  }
  .cart.table-wrapper .item .col.item {
    padding: 20px 8px 18px 0;
  }
  .cart.table-wrapper .item-actions td {
    padding: 0;
  }
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding-right: 18px;
    position: static;
    vertical-align: middle;
    width: 1%;
  }
  .cart.table-wrapper .product-item-details {
    display: table-cell;
    vertical-align: middle;
    white-space: normal;
    width: 99%;
  }
  .cart-discount {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    border: 0;
    box-sizing: border-box;
    padding-right: 4%;
  }
  .block.crosssell {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding: 0 4% 0 0;
  }
  .block.crosssell .products-grid .product-item {
    width: 25%;
  }
  .minicart-wrapper .block-minicart {
    right: -15px;
    width: 350px;
  }
  .minilist .action.delete:before,
  .minicart-wrapper .action.edit:before {
    font-size: 16px;
    line-height: inherit;
  }
  .opc-wrapper {
    width: 133.33333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    width: 66%;
    padding-right: 27px;
  }
  .opc-estimated-wrapper {
    display: none;
  }
  .opc-progress-bar {
    margin: 0 0 18px;
    counter-reset: i;
    display: block;
    font-size: 0;
  }
  .opc-progress-bar-item {
    margin: 0 0 9px;
    width: 185px;
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: top;
  }
  .opc-progress-bar-item:before {
    background: #e4e4e4;
    top: 19px;
    transition: background 0.3s;
    content: '';
    height: 7px;
    left: 0;
    position: absolute;
    width: 100%;
  }
  .opc-progress-bar-item:first-child:before {
    border-radius: 6px 0 0 6px;
  }
  .opc-progress-bar-item:last-child:before {
    border-radius: 0 6px 6px 0;
  }
  .opc-progress-bar-item > span {
    display: inline-block;
    padding-top: 45px;
    width: 100%;
    word-wrap: break-word;
    color: #e4e4e4;
    font-weight: 300;
    font-size: 1.8rem;
  }
  .opc-progress-bar-item > span:before,
  .opc-progress-bar-item > span:after {
    background: #e4e4e4;
    height: 38px;
    margin-left: -19px;
    transition: background 0.3s;
    width: 38px;
    border-radius: 50%;
    content: '';
    left: 50%;
    position: absolute;
    top: 0;
  }
  .opc-progress-bar-item > span:after {
    background: #ffffff;
    height: 26px;
    margin-left: -13px;
    top: 6px;
    width: 26px;
    content: counter(i);
    counter-increment: i;
    color: #777777;
    font-weight: 600;
    font-size: 1.8rem;
  }
  .opc-progress-bar-item._complete {
    cursor: pointer;
  }
  .opc-progress-bar-item._complete:hover:before {
    background: #d7d7d7;
  }
  .opc-progress-bar-item._complete:hover > span:before {
    background: #d7d7d7;
  }
  .opc-progress-bar-item._complete > span {
    color: #0088cc;
  }
  .opc-progress-bar-item._complete > span:after {
    font-family: 'porto-icons';
    content: '\f82b';
  }
  .opc-progress-bar-item._active:before {
    background: #ff5501;
  }
  .opc-progress-bar-item._active > span {
    color: #777777;
  }
  .opc-progress-bar-item._active > span:before {
    background: #ff5501;
  }
  .opc-progress-bar-item._active > span:after {
    font-family: 'porto-icons';
    content: '\f82b';
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 500px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 18px;
  }
  .checkout-shipping-method .actions-toolbar > .primary {
    float: right;
  }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 500px;
  }
  .opc-wrapper .form-login {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 18px;
  }
  .table-checkout-shipping-method {
    width: auto;
  }
  .opc-sidebar {
    margin: 46px 0 18px;
    width: 66.66666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    width: 33%;
  }
  .opc-summary-wrapper .modal-header .action-close {
    display: none;
  }
  .authentication-dropdown {
    background-color: #ffffff;
    border: 0;
    position: absolute;
    text-align: left;
    top: 100%;
    transform-origin: 0 0;
    transform: scale(1, 0);
    transition: transform linear .1s, visibility 0s linear .1s;
    visibility: hidden;
    width: 100%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    border-top: 6px solid #0088cc;
  }
  .authentication-dropdown._show {
    z-index: 100;
    transform: scale(1, 1);
    transition: transform linear .1s, visibility 0s linear 0s;
    visibility: visible;
  }
  .authentication-wrapper {
    width: 66.66666667%;
    text-align: right;
    margin-top: -95px;
  }
  .block-authentication .block-title {
    font-size: 20px;
    border-bottom: 0;
    margin: 0;
    margin-bottom: 20px;
  }
  .block-authentication .actions-toolbar > .primary {
    display: inline;
    float: right;
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .primary .action {
    margin-right: 0;
  }
  .popup-authentication .modal-inner-wrap {
    min-width: 768px;
    width: 60%;
  }
  .popup-authentication .block-authentication {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 1px solid #c1c1c1;
  }
  .popup-authentication .block[class],
  .popup-authentication .form-login,
  .popup-authentication .fieldset,
  .popup-authentication .block-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .popup-authentication .block[class] {
    box-sizing: border-box;
    float: left;
    padding: 9px 27px 0 0;
    width: 50%;
  }
  .popup-authentication .block[class] + .block {
    border-left: 1px solid #c1c1c1;
    border-top: 0;
    margin: 0;
    padding: 9px 0 0 36px;
  }
  .popup-authentication .block[class] + .block::before {
    left: 0;
    top: 50%;
  }
  .popup-authentication .actions-toolbar {
    margin-bottom: 0;
    margin-top: auto;
  }
  .checkout-payment-method .payment-methods .actions-toolbar .primary {
    float: right;
    margin: 0;
  }
  .checkout-payment-method .fieldset > .field-select-billing > .control {
    float: none;
    width: 100%;
  }
  .payment-method-billing-address .action-update {
    float: right;
  }
  .payment-method-billing-address .actions-toolbar .action-cancel {
    margin: 6px 18px 0 0;
  }
  .checkout-payment-method .payment-option-title {
    padding-left: 22px;
  }
  .checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar {
    margin-left: 0;
  }
  .login-container .block.login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 27px;
  }
  .login-container .block.login .actions-toolbar > .secondary {
    float: left;
  }
  .login-container .fieldset > .field > .control {
    width: 55%;
  }
  .actions-toolbar .secondary a.action {
    margin-top: 10px;
  }
  .form-create-account .fieldset-fullname .fields .field {
    float: left;
    margin: 0 9px 9px 0;
  }
  .form-create-account .fieldset-fullname .field-name-prefix,
  .form-create-account .fieldset-fullname .field-name-suffix {
    width: 50px;
  }
  .form.create.account {
    padding: 35px 0;
  }
  .form.create.account > .fieldset {
    width: 50%;
    padding: 0 25px;
    float: left;
  }
  .form.create.account .actions-toolbar {
    clear: both;
    padding: 0 25px;
  }
  .form.forget .field {
    max-width: 600px;
  }
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional {
    width: 22.3%;
  }
  .account.page-layout-2columns-left .column.main {
    width: 77.7%;
  }
  .account .data.table {
    margin-bottom: 0;
  }
  .account .data.table .col.actions {
    white-space: nowrap;
  }
  .block-addresses-list .items.addresses > .item {
    margin-bottom: 18px;
  }
  .block-addresses-list .items.addresses > .item:nth-last-child(1),
  .block-addresses-list .items.addresses > .item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .control.captcha-image .captcha-img {
    margin: 0 9px 9px 0;
  }
  .storecredit .block-balance-history {
    width: 100%;
  }
  .table-balance-history .col {
    width: 25%;
  }
  .page-product-downloadable .product-options-wrapper {
    float: left;
    width: 55%;
  }
  .page-product-downloadable .product-options-bottom {
    float: right;
    width: 40%;
  }
  .page-product-giftcard .product-info-main .price-box .price-container.price-final_price {
    font-size: 20px;
  }
  .page-product-giftcard .product-info-main .price-box .price-container.price-final_price .price {
    font-size: 36px;
    line-height: 36px;
  }
  .page-product-giftcard .product-add-form .field:not(.text) {
    margin: 0 0 18px;
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .page-product-giftcard .product-add-form .field:not(.text):last-child {
    margin-bottom: 0;
  }
  .page-product-giftcard .product-add-form .field:not(.text) + .fieldset {
    clear: both;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label {
    font-weight: 400;
    font-size: 1.4rem;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label + br {
    display: none;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .choice input {
    vertical-align: top;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:before,
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:after {
    content: '';
    display: table;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:after {
    clear: both;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group .field {
    box-sizing: border-box;
    float: left;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-2 .field {
    width: 50% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-3 .field {
    width: 33.3% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-4 .field {
    width: 25% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-5 .field {
    width: 20% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0;
    width: 100%;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon textarea,
  .page-product-giftcard .product-add-form .field:not(.text) .addon select,
  .page-product-giftcard .product-add-form .field:not(.text) .addon input {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    display: inline-block;
    margin: 0;
    width: auto;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter {
    background: #ffffff;
    background-clip: padding-box;
    border: 1px solid #cccccc;
    border-radius: 6px;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13px;
    height: 38px;
    line-height: 1.4;
    padding: 10px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore:disabled,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter:disabled {
    opacity: 0.5;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore::-moz-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter::-moz-placeholder {
    color: #dddddd;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore::-webkit-input-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter::-webkit-input-placeholder {
    color: #dddddd;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore:-ms-input-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter:-ms-input-placeholder {
    color: #dddddd;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore {
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .additional {
    margin-top: 9px;
  }
  .page-product-giftcard .product-add-form .field:not(.text).required > .label:after,
  .page-product-giftcard .product-add-form .field:not(.text)._required > .label:after {
    content: '*';
    color: #e02b27;
    font-size: 1.2rem;
    margin: 0 0 0 4.5px;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .note {
    font-size: 1.2rem;
    margin: 3px 0 0;
    padding: 0;
    display: inline-block;
    text-decoration: none;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .note:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: 12px;
    font-family: 'porto-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .page-product-giftcard .product-add-form .field:not(.text):nth-child(odd) {
    padding-right: 25px;
  }
  .page-product-giftcard .product-add-form .field:not(.text):nth-child(even) {
    padding-right: 0;
  }
  .page-product-giftcard .product-add-form .product-options-wrapper .field:not(.date) > .control {
    width: auto;
  }
  .gift-message .field {
    margin: 0 0 18px;
    box-sizing: border-box;
  }
  .gift-message .field > .label {
    margin: 0;
  }
  .gift-message .field:before,
  .gift-message .field:after {
    content: '';
    display: table;
  }
  .gift-message .field:after {
    clear: both;
  }
  .gift-message .field.choice:before,
  .gift-message .field.no-label:before {
    padding: 6px 15px 0 0;
    width: 25.8%;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .gift-message .field .description {
    padding: 6px 15px 0 0;
    text-align: left;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .gift-message .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: left;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .gift-message .field:not(.choice) > .control {
    width: 74.2%;
    float: left;
  }
  .gift-options {
    position: relative;
    z-index: 1;
  }
  .gift-options .actions-toolbar {
    clear: both;
    padding: 0;
    position: static;
  }
  .gift-options .actions-toolbar .secondary {
    float: right;
  }
  .gift-options .actions-toolbar .secondary .action {
    float: right;
    margin-left: 18px;
    margin-right: 0;
  }
  .gift-options .actions-toolbar .secondary .action-cancel {
    display: block;
    float: left;
    margin-top: 6px;
  }
  .gift-options .actions-toolbar:nth-child(3):before {
    border-left: 1px solid #c1c1c1;
    bottom: 5rem;
    content: "";
    display: block;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 0;
  }
  .gift-options-title {
    font-weight: 300;
    font-size: 1.8rem;
  }
  .gift-item-block .title {
    padding: 18px 0;
  }
  .item-gift td {
    padding-left: 0;
    padding-right: 0;
  }
  .cart.table-wrapper .action-gift {
    float: left;
    display: inline-block;
    text-decoration: none;
  }
  .cart.table-wrapper .action-gift:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #0088cc;
    content: '\f807';
    font-family: 'porto-icons';
    margin: 0 0 0 9px;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .cart.table-wrapper .action-gift:hover:after {
    color: #777777;
  }
  .cart.table-wrapper .action-gift:active:after {
    color: #0088cc;
  }
  .cart.table-wrapper .action-gift._active:after {
    content: '\f804';
  }
  .cart.table-wrapper .gift-options .actions-toolbar {
    clear: both;
    padding: 0;
    position: static;
  }
  .cart-container .cart-gift-item {
    margin-bottom: 18px;
  }
  .cart-container .cart-gift-item .gift-options,
  .cart-container .cart-gift-item .gift-summary {
    padding-bottom: 18px;
  }
  .form-giftregistry-share .fieldset .field,
  .form-giftregistry-edit .fieldset .field {
    width: 45%;
  }
  .form-giftregistry-edit .fieldset.shipping_address .fieldset {
    margin-top: 18px;
  }
  .table-giftregistry .col.create {
    white-space: nowrap;
  }
  .table-giftregistry .col.message {
    width: 40%;
  }
  .table-giftregistry .col.actions {
    width: 30%;
  }
  .table-giftregistry-items .col.note {
    width: 30%;
  }
  .account .data.table.table-giftregistry-items > thead > tr > th,
  .account .data.table.table-giftregistry-items > tbody > tr > th,
  .account .data.table.table-giftregistry-items > tfoot > tr > th,
  .account .data.table.table-giftregistry-items > thead > tr > td,
  .account .data.table.table-giftregistry-items > tbody > tr > td,
  .account .data.table.table-giftregistry-items > tfoot > tr > td {
    border-top: 1px solid #cccccc;
  }
  .account .data.table.table-giftregistry-items > caption + thead > tr:first-child > th,
  .account .data.table.table-giftregistry-items > colgroup + thead > tr:first-child > th,
  .account .data.table.table-giftregistry-items > thead:first-child > tr:first-child > th,
  .account .data.table.table-giftregistry-items > caption + thead > tr:first-child > td,
  .account .data.table.table-giftregistry-items > colgroup + thead > tr:first-child > td,
  .account .data.table.table-giftregistry-items > thead:first-child > tr:first-child > td {
    border-top: 0;
  }
  .account .data.table.table-giftregistry-items > tbody + tbody {
    border-top: 1px solid #cccccc;
  }
  .account .data.table.table-giftregistry-items th {
    border-bottom: 0;
  }
  .account .data.table.table-giftregistry-items > tbody > tr:nth-child(even) > td,
  .account .data.table.table-giftregistry-items > tbody > tr:nth-child(even) > th {
    background: none;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 29px;
  }
  .form-giftregistry-search .fieldset .field.name,
  .form-giftregistry-search .fieldset .field.lastname {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
    margin-bottom: auto;
  }
  .form-giftregistry-search .fieldset .field.name + .fieldset,
  .form-giftregistry-search .fieldset .field.lastname + .fieldset {
    clear: both;
  }
  .form-giftregistry-search .fieldset .field.lastname {
    padding: 0;
  }
  .block-giftregistry-shared-items .item {
    border-bottom: 1px solid #cccccc;
    border-top: 0;
  }
  .block-giftregistry-shared-items .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding: 0 18px 0 0;
    vertical-align: top;
    width: 1%;
  }
  .block-giftregistry-shared-items .product-item-details {
    display: table-cell;
    vertical-align: top;
    width: 99%;
    word-break: normal;
  }
  .block-giftregistry-shared-items .col.product {
    width: 48%;
  }
  .block-giftregistry-shared-items .col:not(.product) {
    text-align: center;
  }
  .block-giftregistry-shared-items .col.price {
    padding-top: 17px;
  }
  .block-giftregistry-shared-items .input-text.qty {
    margin-top: -4px;
  }
  .gift-wrapping {
    box-sizing: border-box;
    float: left;
    padding-right: 18px;
    width: 50%;
  }
  .gift-wrapping + .gift-message {
    border-left: 1px solid #c1c1c1;
    box-sizing: border-box;
    float: left;
    padding-left: 4.5rem;
    width: 50%;
  }
  .table-invitations .col {
    width: 50%;
  }
  .filter.block {
    margin-bottom: 36px;
  }
  .filter-title {
    display: none;
  }
  .filter-content .item {
    margin: 9px 0;
  }
  .filter.active .filter-options,
  .filter-options {
    clear: both;
    position: static;
    overflow: initial;
    display: block;
    background: transparent;
  }
  .filter-subtitle {
    position: static;
    display: block;
  }
  .page-layout-1column .toolbar-products {
    position: absolute;
    top: 0;
    width: 100%;
  }
  .page-layout-1column .products ~ .toolbar-products {
    position: static;
  }
  .page-layout-1column.page-with-filter .column.main {
    position: relative;
    z-index: 1;
    padding-top: 45px;
  }
  .page-layout-1column .filter.block {
    border-top: 1px solid #cccccc;
  }
  .page-layout-1column .filter-content {
    margin-top: 9px;
  }
  .page-layout-1column .filter-subtitle {
    display: none;
  }
  .page-layout-1column .filter-options-item {
    display: inline-block;
    border: 0;
    margin-right: 22.5px;
  }
  .page-layout-1column .filter-options-item.active {
    position: relative;
    z-index: 2;
  }
  .page-layout-1column .filter-options-item.active:hover {
    z-index: 3;
  }
  .page-layout-1column .filter-options-item.active:after,
  .page-layout-1column .filter-options-item.active:before {
    content: "";
    display: block;
    border: 8px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #000000;
    position: absolute;
    left: 50%;
    bottom: -1px;
    z-index: 3;
    margin-left: -20px;
  }
  .page-layout-1column .filter-options-item.active:after {
    border-bottom-color: #ffffff;
    margin-top: 2px;
    z-index: 4;
  }
  .page-layout-1column .filter-options-title {
    padding: 0 20px 0 0;
  }
  .page-layout-1column .filter-options-title:after {
    right: 2px;
    top: 3px;
    z-index: 3;
  }
  .page-layout-1column .filter-options-content {
    position: absolute;
    z-index: 2;
    background: #ffffff;
    width: 180px;
    top: 100%;
    border: 1px solid #cccccc;
    padding: 4.5px 0;
    -webkit-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
  }
  .page-layout-1column .filter-options-content .item {
    padding: 4.5px;
    margin: 0;
  }
  .page-layout-1column .filter-options-content .item a {
    margin-left: 0;
  }
  .page-layout-1column .filter-options-content .item:hover {
    background-color: #e8e8e8;
  }
  .page-layout-1column .filter-current {
    display: inline;
    line-height: 35px;
  }
  .page-layout-1column .filter-current-subtitle {
    display: inline;
    padding: 0;
    color: #c1c1c1;
    font-size: 13px;
    font-weight: normal;
  }
  .page-layout-1column .filter-current-subtitle:after {
    content: ":";
  }
  .page-layout-1column .filter-current .item,
  .page-layout-1column .filter-current .items {
    display: inline;
  }
  .page-layout-1column .filter-current .item {
    margin-right: 22.5px;
  }
  .page-layout-1column .filter-current .action.remove {
    line-height: normal;
  }
  .page-layout-1column .filter-actions {
    display: inline;
  }
  .page-layout-1column .filter-actions ~ .filter-options {
    margin-top: 22.5px;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  .block-wishlist-management {
    margin-bottom: 18px;
  }
  .block-wishlist-management .wishlist-select {
    border-bottom: 1px solid #e8e8e8;
    display: table;
    margin-bottom: 15px;
    width: 100%;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    display: table-cell;
    margin-right: 9px;
    padding: 4.5px 9px 9px;
    vertical-align: top;
    white-space: nowrap;
    width: 5%;
  }
  .block-wishlist-management .wishlist-select-items {
    display: table-cell;
    padding-right: 160px;
    vertical-align: top;
  }
  .block-wishlist-management .wishlist-select-items .item {
    display: inline-block;
    margin-right: 9px;
    padding: 4.5px 9px 9px;
  }
  .block-wishlist-management .wishlist-select-items .item:last-child {
    margin-right: 0;
  }
  .block-wishlist-management .wishlist-select-items .current {
    border-bottom: 3px solid #ff5501;
    font-weight: 600;
  }
  .block-wishlist-management .wishlist-select .wishlist-name-current {
    display: none;
  }
  .block-wishlist-management .wishlist-add.item {
    position: absolute;
    right: 0;
    top: 0;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 4rem;
  }
  .block-wishlist-management .wishlist-info {
    float: left;
  }
  .block-wishlist-management .wishlist-toolbar {
    float: right;
  }
  .block-wishlist-info-items .product-item-photo {
    margin-left: 0;
  }
  .products-grid.wishlist .product-item-checkbox {
    float: left;
  }
  .products-grid.wishlist .product-item-checkbox + .product-item-name {
    margin-left: 22.5px;
  }
  .block.newsletter {
    width: 34%;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  .form-create-return .fieldset .field {
    width: 45%;
  }
  .magento-rma-guest-returns .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    clear: none;
    float: left;
    width: 25%;
  }
  .block-returns-tracking .block-title .action {
    margin: 12px 0 0 30px;
  }
  .block-returns-tracking .block-title .action.track {
    float: right;
  }
  .order-links .item {
    float: left;
    margin: 0 -1px 0 0;
  }
  .order-links .item a {
    padding: 1px 35px;
  }
  .order-links .item strong {
    border-bottom: 0;
    margin-bottom: -1px;
    padding: 1px 35px 2px 35px;
  }
  .order-actions-toolbar .action.print {
    display: block;
    float: right;
  }
  .account .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  [class^="sales-guest-"] .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .sales-guest-view .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    clear: none;
    float: left;
    width: 25%;
  }
  .block-order-details-comments {
    margin: 0 0 60px;
  }
  .block-order-details-comments .comment-date {
    clear: left;
    float: left;
    margin-right: 50px;
    max-width: 90px;
  }
  .block-order-details-comments .comment-content {
    overflow: hidden;
  }
  .order-details-items {
    margin-top: -1px;
    padding: 25px;
  }
  .order-details-items .col.name {
    padding-left: 0;
  }
  .order-details-items .col.price {
    text-align: center;
  }
  .order-details-items .col.subtotal {
    text-align: right;
  }
  .order-details-items tbody td {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .order-details-items tfoot .amount,
  .order-details-items tfoot .mark {
    text-align: right;
  }
  .table-order-items tbody .col.label,
  .table-order-items tbody .col.value {
    padding-left: 0;
  }
  .table-order-items.invoice .col.qty,
  .table-order-items.shipment .col.qty {
    text-align: center;
  }
  .table-order-items.creditmemo .col.qty,
  .table-order-items.creditmemo .col.discount,
  .table-order-items.creditmemo .col.subtotal {
    text-align: center;
  }
  .table-order-items.creditmemo .col.total {
    text-align: right;
  }
  .form.send.friend .fieldset .field.text {
    width: 100%;
  }
  html,
  body {
    min-height: 100%;
  }
  .ie9 body {
    background-color: #8f8f8f;
  }
  .customer-menu .header.links a {
    color: #777 !important;
  }
  .sticky-logo {
    float: left;
  }
  .sticky-logo .logo {
    margin: 0 !important;
  }
  .sticky-logo .logo img {
    height: 30px;
    width: auto;
    max-width: none;
    margin-right: 20px;
  }
  header.page-header.sticky-header .nav-sections {
    position: fixed !important;
    left: 0 !important;
    top: 0 !important;
    z-index: 200 !important;
    padding: 0;
    margin: 0 !important;
    width: 100% !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    pointer-events: all;
  }
  header.page-header.sticky-header .navigation {
    padding: 0 15px;
  }
  header.page-header.sticky-header .navigation > ul {
    background-color: transparent;
  }
  header.page-header.sticky-header .navigation li.level0 > .level-top {
    padding: 0 15px;
    line-height: 30px;
  }
  header.page-header.sticky-header .navigation li.level0.parent > a:after {
    line-height: 30px;
  }
  header.page-header.sticky-header .navigation li.level0 > a > span.cat-label {
    top: -9px;
  }
  header.page-header.sticky-header .minicart-wrapper {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -20px;
  }
  .page-header {
    margin-bottom: 0;
  }
  .page-header .panel.wrapper {
    background-color: #f0f0ed;
  }
  .page-header .header.panel {
    padding-bottom: 11px;
    padding-top: 10px;
  }
  .page-header .switcher {
    float: left;
    margin-right: 15px;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-header .navigation .level0 > .level-top {
    text-transform: uppercase;
    display: inline-block;
  }
  .page-header .navigation .level0.parent > a:after {
    content: '\f813';
    display: inline-block;
    font-family: 'porto-icons';
    vertical-align: top;
    margin-left: 6px;
    line-height: 42px;
  }
  .page-header .navigation .level0 .submenu {
    border-top-width: 5px;
    padding: 6px 8px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
    border-radius: 0 6px 6px 6px;
  }
  .page-header .navigation .level0 .submenu li {
    margin-bottom: 0;
    position: relative;
  }
  .page-header .navigation .level0 .submenu .submenu {
    border-top-width: 0;
    margin-top: -6px !important;
    margin-left: 8px !important;
  }
  .page-header .navigation .level0 .submenu li.parent > a:after {
    content: '\f801';
    display: inline-block;
    font-family: 'porto-icons';
    vertical-align: top;
    margin-left: 6px;
    margin-right: 5px;
    line-height: 15px;
    float: right;
  }
  .page-header .navigation .level0 .submenu .active > a {
    border: 0;
  }
  .page-header .drop-menu {
    position: relative;
    text-align: left;
    float: left;
    width: 25%;
    min-width: 250px;
    padding: 0 15px;
  }
  .page-header .drop-menu .nav-sections {
    position: absolute;
    top: 100%;
    left: 15px;
    width: 100%;
    width: calc(100% - 30px);
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    border-bottom: 5px solid #303030;
    visibility: hidden;
    opacity: 0;
  }
  .page-header .drop-menu > a {
    color: #fff;
    background-color: #303030;
    padding: 14px 15px;
    width: 100%;
    font-size: 13px;
    font-weight: 700;
    display: block;
    line-height: 1;
    text-decoration: none;
  }
  .page-header .drop-menu > a:hover {
    background-color: #777;
    color: #fff;
  }
  .page-header .drop-menu + .custom-menu-block {
    display: inline-block;
    line-height: 41px;
    width: auto;
    float: left;
  }
  .page-header .drop-menu + .custom-menu-block a {
    padding: 0 14px;
    font-size: 12px;
    font-weight: 600;
    color: #777;
    white-space: nowrap;
  }
  .page-header.header-newskin.sticky-header .nav-sections {
    background-color: #fff;
  }
  .page-header.header-newskin .nav-sections {
    pointer-events: none;
  }
  .page-header.header-newskin .navigation .level0 {
    margin-right: 3px;
    color: #161616;
    text-align: left;
    pointer-events: all;
  }
  .page-header.header-newskin .navigation .level0 > .level-top {
    color: inherit;
    padding: 0 12px;
    line-height: 42px;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.025em;
  }
  .page-header.header-newskin .navigation li.level0.parent a.level-top:before {
    content: "";
    width: 10px;
    height: 10px;
    border: 7px solid transparent;
    border-bottom-color: #fff;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 100%;
    margin-top: -14px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.1s;
  }
  .page-header.header-newskin .navigation:not(.side-megamenu) li.level0.parent:hover a.level-top:before {
    visibility: visible;
    opacity: 1;
  }
  .page-header.header-newskin .navigation .level0 .submenu {
    border-top-width: 0;
    box-shadow: 0 7px 10px -2px rgba(0, 0, 0, 0.25);
  }
  .page-header.header-newskin .navigation li.level0.fullwidth .submenu li.level1 > a,
  .page-header.header-newskin .navigation li.level0.staticwidth .submenu li.level1 > a {
    font-size: 13px;
    font-weight: 700;
    margin-top: 26px;
    margin-bottom: 4px;
    color: #434d53;
    padding: 0 5px;
  }
  .page-header.header-newskin .navigation li.level0.fullwidth .submenu a,
  .page-header.header-newskin .navigation li.level0.classic .submenu a,
  .page-header.header-newskin .navigation li.level0.staticwidth .submenu a {
    font-size: 12px;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
  }
  .cms-index-index .page-header .drop-menu > a {
    pointer-events: none;
  }
  .cms-index-index .page-header .drop-menu .nav-sections {
    visibility: visible;
    opacity: 1;
    padding: 0 !important;
  }
  .cms-index-index .page-header.sticky-header .drop-menu > a {
    pointer-events: all;
  }
  .cms-index-index .page-header.sticky-header .drop-menu .nav-sections {
    visibility: hidden;
    opacity: 0;
  }
  .cms-index-index .page-header.sticky-header .drop-menu .nav-sections.visible {
    visibility: visible;
    opacity: 1;
  }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 18px;
  }
  .customer-welcome {
    display: inline-block;
    position: relative;
  }
  .customer-welcome:before,
  .customer-welcome:after {
    content: '';
    display: table;
  }
  .customer-welcome:after {
    clear: both;
  }
  .customer-welcome .action.switch {
    padding: 0;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
  }
  .customer-welcome .action.switch > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .customer-welcome .action.switch:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 15px;
    color: inherit;
    content: '\f807';
    font-family: 'porto-icons';
    margin: 0 0 0 5px;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .customer-welcome .action.switch:hover:after {
    color: inherit;
  }
  .customer-welcome .action.switch:active:after {
    color: inherit;
  }
  .customer-welcome .action.switch.active {
    display: inline-block;
    text-decoration: none;
  }
  .customer-welcome .action.switch.active > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .customer-welcome .action.switch.active:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 15px;
    color: inherit;
    content: '\f804';
    font-family: 'porto-icons';
    margin: 0 0 0 5px;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .customer-welcome .action.switch.active:hover:after {
    color: inherit;
  }
  .customer-welcome .action.switch.active:active:after {
    color: inherit;
  }
  .customer-welcome ul {
    margin: 0;
    padding: 0;
    list-style: none none;
    background: #ffffff;
    border: 0;
    margin-top: 4px;
    min-width: 100%;
    z-index: 101;
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: 100%;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  }
  .customer-welcome ul li {
    margin: 0;
    padding: 0;
  }
  .customer-welcome ul li:hover {
    background: #e8e8e8;
    cursor: pointer;
  }
  .customer-welcome ul:before,
  .customer-welcome ul:after {
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
  }
  .customer-welcome ul:before {
    border: 6px solid;
    border-color: transparent transparent #ffffff transparent;
    z-index: 99;
  }
  .customer-welcome ul:after {
    border: 7px solid;
    border-color: transparent transparent #bbbbbb transparent;
    z-index: 98;
  }
  .customer-welcome ul:before {
    left: 10px;
    top: -12px;
  }
  .customer-welcome ul:after {
    left: 9px;
    top: -14px;
  }
  .customer-welcome.active {
    overflow: visible;
  }
  .customer-welcome.active ul {
    display: block;
  }
  .customer-welcome li a {
    color: #333333;
    text-decoration: none;
    display: block;
    line-height: 1.4;
    padding: 8px;
  }
  .customer-welcome li a:visited {
    color: #333333;
    text-decoration: none;
  }
  .customer-welcome li a:hover {
    color: #333333;
    text-decoration: none;
  }
  .customer-welcome li a:active {
    color: #333333;
    text-decoration: none;
  }
  .customer-welcome .customer-menu {
    display: none;
  }
  .customer-welcome .action.switch {
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    vertical-align: top;
  }
  .customer-welcome .action.switch:focus,
  .customer-welcome .action.switch:active {
    background: none;
    border: none;
  }
  .customer-welcome .action.switch:hover {
    background: none;
    border: none;
  }
  .customer-welcome .action.switch.disabled,
  .customer-welcome .action.switch[disabled],
  fieldset[disabled] .customer-welcome .action.switch {
    pointer-events: none;
    opacity: 0.5;
  }
  .customer-welcome .header.links {
    min-width: 175px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
    border-radius: 3px;
    margin-top: 7px;
    left: auto;
    right: 0;
  }
  .customer-welcome .header.links:before {
    left: auto;
    right: 10px;
  }
  .customer-welcome .header.links:after {
    left: auto;
    right: 9px;
    border-bottom-color: #ccc;
  }
  .customer-welcome.active .action.switch:after {
    content: '\f804';
  }
  .customer-welcome.active .customer-menu {
    display: block;
  }
  .customer-welcome .greet {
    display: none;
  }
  .header.panel > .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    float: right;
    margin-left: auto;
  }
  .header.panel > .header.links > li {
    display: inline-block;
    vertical-align: top;
  }
  .header.panel > .header.links > li {
    margin-bottom: 0;
  }
  .header.panel > .header.links > li.welcome,
  .header.panel > .header.links > li > a {
    display: inline-block;
    line-height: 1.4;
  }
  .header.panel > .header.links > li > a,
  .header.panel > .header.links > li > span {
    padding: 0 15px;
    border-left: 1px solid #ccc;
  }
  .header.panel > .header.links > li:last-child > a,
  .header.panel > .header.links > li:last-child > span {
    padding-right: 0;
  }
  .header.panel > .header.links > li:first-child > a,
  .header.panel > .header.links > li:first-child > span {
    padding-left: 0;
    border-left: 0;
  }
  .header.panel > .header.links > li.welcome a {
    color: #ffffff;
    padding-left: 4.5px;
  }
  .header.panel > .header.links > .customer-welcome + .authorization-link {
    display: none;
  }
  .header.content {
    padding: 0 15px;
  }
  .logo img {
    max-height: inherit;
  }
  .page-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    min-height: 100%;
    position: relative;
    transition: margin 0.3s ease-out 0;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    box-sizing: border-box;
    width: 100%;
  }
  .ie10 .page-wrapper,
  .ie11 .page-wrapper {
    height: 100%;
  }
  .products-grid.wishlist .product-item-info:hover .product-item-inner {
    display: block;
  }
  .products-grid.wishlist .product-item-tooltip {
    display: inline-block;
  }
  .products-grid.wishlist .product-item-actions {
    margin: 9px 0 0;
  }
  .products-grid.wishlist .product-item-actions > * {
    display: inline-block;
    margin-bottom: 7px;
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item .fieldset {
    display: table;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty,
  .products-grid.wishlist .product-item .fieldset .product-item-actions {
    display: table-cell;
    vertical-align: bottom;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    padding-right: 9px;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 18px 0 0;
  }
  .products-grid.wishlist .product-item .tocart {
    width: auto;
  }
  .wishlist-index-index .product-item-info {
    width: auto;
  }
  .wishlist-index-index .product-item-inner {
    padding: 0 0 9px;
  }
  .weltpixel-quickview-catalog-product-view.catalog-product-view .breadcrumbs,
  .weltpixel-quickview-catalog-product-view.catalog-product-view .columns,
  .weltpixel-quickview-catalog-product-view.catalog-product-view .page.messages,
  .weltpixel-quickview-catalog-product-view.catalog-product-view .page-title-wrapper {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
  }
  .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .sidebar .block.widget .products-grid .product-item {
    margin-left: 0;
    width: 100%;
  }
  .sidebar .block.widget .products-grid .product-item .actions-secondary {
    display: block;
    padding: 10px 0;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 6%) / 4);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 50%;
  }
  .sidebar .block.widget .pager .pages-item-next {
    padding: 0;
  }
  .sidebar .block.widget .pager .pages-item-next .action {
    margin: 0;
  }
  .braintree-express-paylater-message-container {
    order: 1;
  }
}
@media all and (min-width: 992px), print {
  .amgdprcookie-groups-modal .amgdprcookie-form {
    padding: 0 20px;
  }
  .checkout-index-index .modal-popup.amgdprcookie-modal-container .modal-inner-wrap {
    left: unset;
    margin-left: unset;
    width: 21%;
  }
  .products-grid.columns3 .product-item,
  .products-grid.columns4 .product-item,
  .products-grid.columns5 .product-item {
    width: 33.33333333%;
  }
  .products-grid.columns3 .product-item.nth-child-2np1,
  .products-grid.columns4 .product-item.nth-child-2np1,
  .products-grid.columns5 .product-item.nth-child-2np1 {
    clear: none;
  }
  .products-grid.columns3 .product-item.nth-child-3np1,
  .products-grid.columns4 .product-item.nth-child-3np1,
  .products-grid.columns5 .product-item.nth-child-3np1 {
    clear: left;
  }
  .products-grid.columns6 .product-item,
  .products-grid.columns7 .product-item,
  .products-grid.columns8 .product-item {
    width: 20%;
  }
  .products-grid.columns6 .product-item.nth-child-3np1,
  .products-grid.columns7 .product-item.nth-child-3np1,
  .products-grid.columns8 .product-item.nth-child-3np1,
  .products-grid.columns6 .product-item.nth-child-2np1,
  .products-grid.columns7 .product-item.nth-child-2np1,
  .products-grid.columns8 .product-item.nth-child-2np1 {
    clear: none;
  }
  .products-grid.columns6 .product-item.nth-child-5np1,
  .products-grid.columns7 .product-item.nth-child-5np1,
  .products-grid.columns8 .product-item.nth-child-5np1 {
    clear: left;
  }
  .products-grid.products.grid.flex-grid.columns3 .product-item.nth-child-2np1,
  .products-grid.products.grid.flex-grid.columns4 .product-item.nth-child-2np1,
  .products-grid.products.grid.flex-grid.columns5 .product-item.nth-child-2np1 {
    border-left-color: #e3e4e4;
  }
  .products-grid.products.grid.flex-grid.columns3 .product-item.nth-child-3np1,
  .products-grid.products.grid.flex-grid.columns4 .product-item.nth-child-3np1,
  .products-grid.products.grid.flex-grid.columns5 .product-item.nth-child-3np1 {
    border-left-color: transparent;
  }
  .products-grid.products.grid.flex-grid.columns3 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns4 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns5 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns3 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns4 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns5 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns3 .product-item:nth-child(3) .product-item-info,
  .products-grid.products.grid.flex-grid.columns4 .product-item:nth-child(3) .product-item-info,
  .products-grid.products.grid.flex-grid.columns5 .product-item:nth-child(3) .product-item-info {
    border-top-color: transparent;
  }
  .products-grid.products.grid.flex-grid.columns6 .product-item.nth-child-3np1,
  .products-grid.products.grid.flex-grid.columns7 .product-item.nth-child-3np1,
  .products-grid.products.grid.flex-grid.columns8 .product-item.nth-child-3np1,
  .products-grid.products.grid.flex-grid.columns6 .product-item.nth-child-2np1,
  .products-grid.products.grid.flex-grid.columns7 .product-item.nth-child-2np1,
  .products-grid.products.grid.flex-grid.columns8 .product-item.nth-child-2np1 {
    border-left-color: #e3e4e4;
  }
  .products-grid.products.grid.flex-grid.columns6 .product-item.nth-child-5np1,
  .products-grid.products.grid.flex-grid.columns7 .product-item.nth-child-5np1,
  .products-grid.products.grid.flex-grid.columns8 .product-item.nth-child-5np1 {
    border-left-color: transparent;
  }
  .products-grid.products.grid.flex-grid.columns6 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns8 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns6 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns8 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns6 .product-item:nth-child(3) .product-item-info,
  .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(3) .product-item-info,
  .products-grid.products.grid.flex-grid.columns8 .product-item:nth-child(3) .product-item-info,
  .products-grid.products.grid.flex-grid.columns6 .product-item:nth-child(4) .product-item-info,
  .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(4) .product-item-info,
  .products-grid.products.grid.flex-grid.columns8 .product-item:nth-child(4) .product-item-info,
  .products-grid.products.grid.flex-grid.columns6 .product-item:nth-child(5) .product-item-info,
  .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(5) .product-item-info,
  .products-grid.products.grid.flex-grid.columns8 .product-item:nth-child(5) .product-item-info {
    border-top-color: transparent;
  }
  .box-tocart .paypal:first-of-type {
    margin-top: 13px;
  }
  .checkout-index-index .modal-popup .modal-inner-wrap {
    margin-left: -400px;
    width: 800px;
    left: 50%;
  }
  .opc-wrapper .shipping-address-item {
    width: 33.33333333%;
  }
  .opc-wrapper .shipping-address-item:before {
    background: #cccccc;
    height: calc(100% - 20px);
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
  }
  .opc-wrapper .shipping-address-item:nth-child(3n+1):before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item:before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item + .shipping-address-item:before {
    display: none;
  }
  .table-checkout-shipping-method {
    min-width: 500px;
  }
  .wishlist-index-index .products-grid .product-items {
    margin: 0;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-bottom: 18px;
    margin-left: calc((100% - 4 * 24%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .wishlist-index-index .products-grid .product-item:nth-child(4n+1) {
    margin-left: 0;
  }
  .block.widget .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 8%) / 5);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(5n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 25%;
  }
  .block.widget .products-grid .product-items {
    margin: 0;
  }
  .block.widget .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
}
@media all and (min-width: 1200px), print {
  .products-grid.columns3 .product-item {
    width: 33.33333333%;
  }
  .products-grid.columns3 .product-item.nth-child-2np1 {
    clear: none;
  }
  .products-grid.columns3 .product-item.nth-child-3np1 {
    clear: left;
  }
  .products-grid.columns4 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .products-grid.columns4 .product-item {
    padding: 10px;
    width: 25%;
  }
  .products-grid.columns4 .product-item.nth-child-2np1,
  .products-grid.columns4 .product-item.nth-child-3np1 {
    clear: none;
  }
  .products-grid.columns4 .product-item.nth-child-4np1 {
    clear: left;
  }
  .products-grid.columns5 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .products-grid.columns5 .product-item {
    padding: 10px 5px;
    width: 20%;
  }
  .products-grid.columns5 .product-item.nth-child-2np1,
  .products-grid.columns5 .product-item.nth-child-3np1 {
    clear: none;
  }
  .products-grid.columns5 .product-item.nth-child-5np1 {
    clear: left;
  }
  .products-grid.columns6 {
    margin-left: -4px;
    margin-right: -4px;
  }
  .products-grid.columns6 .product-item {
    padding: 10px 4px;
    width: 16.66666667%;
  }
  .products-grid.columns6 .product-item.nth-child-2np1,
  .products-grid.columns6 .product-item.nth-child-3np1,
  .products-grid.columns6 .product-item.nth-child-5np1 {
    clear: none;
  }
  .products-grid.columns6 .product-item.nth-child-6np1 {
    clear: left;
  }
  .products-grid.columns7 {
    margin-left: -3px;
    margin-right: -3px;
  }
  .products-grid.columns7 .product-item {
    padding: 10px 3px;
    width: 14.28571429%;
  }
  .products-grid.columns7 .product-item.nth-child-2np1,
  .products-grid.columns7 .product-item.nth-child-3np1,
  .products-grid.columns7 .product-item.nth-child-5np1 {
    clear: none;
  }
  .products-grid.columns7 .product-item.nth-child-7np1 {
    clear: left;
  }
  .products-grid .columns8 {
    margin-left: -3px;
    margin-right: -3px;
  }
  .products-grid .columns8 .product-item {
    padding: 10px 3px;
    width: 12.5%;
  }
  .products-grid .columns8 .product-item.nth-child-2np1,
  .products-grid .columns8 .product-item.nth-child-3np1,
  .products-grid .columns8 .product-item.nth-child-5np1 {
    clear: none;
  }
  .products-grid .columns8 .product-item.nth-child-8np1 {
    clear: left;
  }
  .products-grid.products.grid.flex-grid.columns3 .product-item.nth-child-2np1 {
    border-left-color: #e3e4e4;
  }
  .products-grid.products.grid.flex-grid.columns3 .product-item.nth-child-3np1 {
    border-left-color: transparent;
  }
  .products-grid.products.grid.flex-grid.columns3 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns3 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns3 .product-item:nth-child(3) .product-item-info {
    border-top-color: transparent;
  }
  .products-grid.products.grid.flex-grid.columns4 .product-item.nth-child-2np1,
  .products-grid.products.grid.flex-grid.columns4 .product-item.nth-child-3np1 {
    border-left-color: #e3e4e4;
  }
  .products-grid.products.grid.flex-grid.columns4 .product-item.nth-child-4np1 {
    border-left-color: transparent;
  }
  .products-grid.products.grid.flex-grid.columns4 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns4 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns4 .product-item:nth-child(3) .product-item-info,
  .products-grid.products.grid.flex-grid.columns4 .product-item:nth-child(4) .product-item-info {
    border-top-color: transparent;
  }
  .products-grid.products.grid.flex-grid.columns5 .product-item.nth-child-2np1,
  .products-grid.products.grid.flex-grid.columns5 .product-item.nth-child-3np1 {
    border-left-color: #e3e4e4;
  }
  .products-grid.products.grid.flex-grid.columns5 .product-item.nth-child-5np1 {
    border-left-color: transparent;
  }
  .products-grid.products.grid.flex-grid.columns5 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns5 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns5 .product-item:nth-child(3) .product-item-info,
  .products-grid.products.grid.flex-grid.columns5 .product-item:nth-child(4) .product-item-info,
  .products-grid.products.grid.flex-grid.columns5 .product-item:nth-child(5) .product-item-info {
    border-top-color: transparent;
  }
  .products-grid.products.grid.flex-grid.columns6 .product-item.nth-child-2np1,
  .products-grid.products.grid.flex-grid.columns6 .product-item.nth-child-3np1,
  .products-grid.products.grid.flex-grid.columns6 .product-item.nth-child-5np1 {
    border-left-color: #e3e4e4;
  }
  .products-grid.products.grid.flex-grid.columns6 .product-item.nth-child-6np1 {
    border-left-color: transparent;
  }
  .products-grid.products.grid.flex-grid.columns6 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns6 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns6 .product-item:nth-child(3) .product-item-info,
  .products-grid.products.grid.flex-grid.columns6 .product-item:nth-child(4) .product-item-info,
  .products-grid.products.grid.flex-grid.columns6 .product-item:nth-child(5) .product-item-info,
  .products-grid.products.grid.flex-grid.columns6 .product-item:nth-child(6) .product-item-info {
    border-top-color: transparent;
  }
  .products-grid.products.grid.flex-grid.columns7 .product-item.nth-child-2np1,
  .products-grid.products.grid.flex-grid.columns7 .product-item.nth-child-3np1,
  .products-grid.products.grid.flex-grid.columns7 .product-item.nth-child-5np1 {
    border-left-color: #e3e4e4;
  }
  .products-grid.products.grid.flex-grid.columns7 .product-item.nth-child-7np1 {
    border-left-color: transparent;
  }
  .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(3) .product-item-info,
  .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(4) .product-item-info,
  .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(5) .product-item-info,
  .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(6) .product-item-info,
  .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(7) .product-item-info {
    border-top-color: transparent;
  }
  .products-grid.products.grid.flex-grid .columns8 .product-item.nth-child-2np1,
  .products-grid.products.grid.flex-grid .columns8 .product-item.nth-child-3np1,
  .products-grid.products.grid.flex-grid .columns8 .product-item.nth-child-5np1 {
    border-left-color: #e3e4e4;
  }
  .products-grid.products.grid.flex-grid .columns8 .product-item.nth-child-8np1 {
    border-left-color: transparent;
  }
  .products-grid.products.grid.flex-grid .columns8 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid .columns8 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid .columns8 .product-item:nth-child(3) .product-item-info,
  .products-grid.products.grid.flex-grid .columns8 .product-item:nth-child(4) .product-item-info,
  .products-grid.products.grid.flex-grid .columns8 .product-item:nth-child(5) .product-item-info,
  .products-grid.products.grid.flex-grid .columns8 .product-item:nth-child(6) .product-item-info,
  .products-grid.products.grid.flex-grid .columns8 .product-item:nth-child(7) .product-item-info,
  .products-grid.products.grid.flex-grid .columns8 .product-item:nth-child(8) .product-item-info {
    border-top-color: transparent;
  }
  body.layout-fullwidth .navigation,
  body.layout-fullwidth .header.content,
  body.layout-fullwidth .top-container,
  body.layout-fullwidth .page-wrapper > .breadcrumbs .items {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }
  body.layout-fullwidth .page-header .header.panel {
    padding-left: 20px;
    padding-right: 20px;
  }
  body.layout-fullwidth.catalog-category-view .page-main,
  body.layout-fullwidth.catalog-product-view .page-main,
  body.layout-fullwidth.cms-index-index .page-main,
  body.layout-fullwidth.catalogsearch-result-index .page-main {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }
}
