/*
************************************
 * FONTS
 ************************************
 */
@font-face {
  font-family: "Satoshi";
  src: url("../fonts/satoshi/Satoshi-Black.woff2") format("woff2"),
    url("../fonts/satoshi/Satoshi-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi";
  src: url("../fonts/satoshi/Satoshi-Bold.woff2") format("woff2"),
    url("../fonts/satoshi/Satoshi-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi";
  src: url("../fonts/satoshi/Satoshi-Medium.woff2") format("woff2"),
    url("../fonts/satoshi/Satoshi-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi";
  src: url("../fonts/satoshi/Satoshi-Regular.woff2") format("woff2"),
    url("../fonts/satoshi/Satoshi-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi";
  src: url("../fonts/satoshi/Satoshi-Light.woff2") format("woff2"),
    url("../fonts/satoshi/Satoshi-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sora";
  src: url("../fonts/sora/Sora-ExtraBold.woff2") format("woff2"),
    url("../fonts/sora/Sora-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sora";
  src: url("../fonts/sora/Sora-Bold.woff2") format("woff2"),
    url("../fonts/sora/Sora-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sora";
  src: url("../fonts/sora/Sora-SemiBold.woff2") format("woff2"),
    url("../fonts/sora/Sora-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sora";
  src: url("../fonts/sora/Sora-Medium.woff2") format("woff2"),
    url("../fonts/sora/Sora-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sora";
  src: url("../fonts/sora/Sora-Regular.woff2") format("woff2"),
    url("../fonts/sora/Sora-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sora";
  src: url("../fonts/sora/Sora-Light.woff2") format("woff2"),
    url("../fonts/sora/Sora-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sora";
  src: url("../fonts/sora/Sora-ExtraLight.woff2") format("woff2"),
    url("../fonts/sora/Sora-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sora";
  src: url("../fonts/sora/Sora-Thin.woff2") format("woff2"),
    url("../fonts/sora/Sora-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
/*
************************************
 * GLOBAL
 ************************************
 */
:root {
  --color-black: #1d1d1b;
  --bs-link-color-rgb: #1d1d1b;
  --color-secondary: #c6f5ff;
  --color-tertiary: #fff2c6;
  --color-gray: #f4f4f4;
  --color-gray-border: #9c9c9c;
  --color-red: #ffc6c6;

  --layout-width: 1536px;

  --bs-success: #20c997;
  --bs-success-rgb: 32, 201, 151;
  --bs-primary: var(--color-black);
  --swiper-theme-color: var(--color-black);
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

/*
@view-transition {
  navigation: auto;
}
@keyframes move-out {
  from {
    transform: translateY(0%);
  }

  to {
    transform: translateY(-100%);
  }
}

@keyframes move-in {
  from {
    transform: translateY(100%);
  }

  to {
    transform: translateY(0%);
  }
}

::view-transition-old(root) {
  animation: 0.4s ease-in both move-out;
}

::view-transition-new(root) {
  animation: 0.4s ease-in both move-in;
}
*/

html {
  scroll-behavior: smooth;
}
html,
body {
  font-size: 16px;
  color: var(--color-black);
  font-family: "Satoshi";
  font-weight: 400;
}
#wrapper {
  max-width: 100vw;
  overflow-x: hidden;
}
::selection {
  color: black;
  background: var(--color-secondary);
}
::-moz-selection {
  color: black;
  background: var(--color-secondary);
}
.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xs,
.container-xxl,
.ets_block_latest.page_home {
  max-width: var(--layout-width);
  margin-left: auto;
  margin-right: auto;
}
.rich-text .h1,
.rich-text .h2,
.rich-text .h3,
.rich-text .h4,
.rich-text .h5,
.rich-text .h6,
.rich-text h1,
.rich-text h2,
.rich-text h3,
.rich-text h4,
.rich-text h5,
.rich-text h6 {
  color: var(--color-black);
}
.page-cms h1.h4 {
  font-size: 2.4rem;
}
.page-index #content-wrapper {
  padding-bottom: 0;
}
h2,
.rich-text .h2,
.rich-text h2 {
  font-family: "Sora";
  display: flex;
  flex-direction: column;
  font-weight: 700;
  font-size: 2.5rem;
  margin-bottom: 28px;
}
h2.centered {
  align-items: center;
  text-align: center;
}
h2 span,
h2 strong {
  position: relative;
  z-index: 0;
  font-size: 1.75rem;
}
h2 span::before,
h2 strong::before {
  content: "";
  width: 159px;
  height: 22px;
  position: absolute;
  left: -2px;
  bottom: -1px;
  background: url("../svg/underline.svg");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
h3 {
  font-weight: 500;
  font-size: 1.375rem;
  font-family: "Satoshi";
  font-weight: 500;
}
a:hover {
  color: var(--color-black);
}

.btn,
.blog_view_all,
.view_all_link {
  font-family: "Satoshi";
  font-weight: 700;
  border-radius: 8px;
  font-weight: 700;
  font-size: 1rem;
  padding: 12px 24px;
}
.btn-primary {
  background-color: var(--color-secondary) !important;
  border: 1px solid var(--color-secondary);
  color: var(--color-black);
  transition: all 0.4s ease-in-out;
}
a.btn-primary:hover,
.btn-primary:hover {
  background: linear-gradient(90deg, var(--color-secondary) 0%, #d9f8ff 100%);
  color: var(--color-black);
  box-shadow: rgba(99, 99, 99, 0.1) 0px 2px 6px 0px;
}
.btn-secondary {
  background-color: var(--color-black) !important;
  border: 1px solid var(--color-black);
  color: white;
  transition: all 0.4s ease-in-out;
}
a.btn-secondary:hover,
.btn-secondary:hover {
  background: linear-gradient(90deg, var(--color-black) 0%, #4e4e49 100%);
  color: white;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.btn-tertiary,
.btn-outline-primary,
.btn-outline-primary:hover,
.btn.btn-outline-primary:first-child:active {
  color: var(--color-black);
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 8px;
  width: max-content;
  padding: 0;
  border: none;
  background-color: transparent;
}
.btn-tertiary svg {
  transition: all 0.4s ease-in-out;
}
.btn-tertiary:hover svg {
  transform: translateX(4px);
}
.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  background-color: var(--color-secondary);
  border: 1px solid var(--color-secondary);
  color: var(--color-black);
}

.btn.disabled:not(.increment):not(.decrement),
.btn:not(.increment):not(.decrement):disabled,
fieldset:disabled .btn {
  background-color: var(--color-black);
  border: 1px solid var(--color-black);
  opacity: 0.4;
}
.btn.disabled,
.btn:disabled,
fieldset:disabled .btn,
#payment-confirmation button[type="submit"].btn.disabled,
#payment-confirmation button[type="submit"].btn:disabled {
  color: var(--color-black);
  border: 1px solid var(--color-secondary);
}
.btn.decrement:hover,
.btn.increment:hover {
  border: 1px solid #ced4da;
}
.btn:focus-visible,
.form-control:focus,
.modal.product-comment-modal .form-control:focus,
.modal.product-comment-modal textarea:focus,
.form-check-input:focus {
  border: 1px solid var(--color-secondary);
  box-shadow: 0 0 0 0.25rem rgba(198, 245, 255, 0.5);
}

.alert-info {
  background-color: #fff2c62e;
  color: var(--color-black);
  border: 1px solid #e9daa6;
}
/*
************************************
 * HEADER
 ************************************
 */
.main-menu {
  justify-content: flex-end;
}
.header-top {
  border: none;
}
.header_bandeau {
  background-color: var(--color-black);
  color: white;
  text-align: center;
  font-size: 0.875rem;
  padding: 5px 0;
  font-weight: 500;
}
.header_bandeau p {
  margin-bottom: 0;
}
.header-bottom__row {
  min-height: 0;
}
.main-menu__tree {
  gap: 32px;
}
.header a:not(.dropdown-item):not(.btn) {
  color: var(--color-black);
}
.header a:not(.dropdown-item):not(.btn):hover,
.header a:not(.dropdown-item):not(.btn):hover i {
  color: var(--color-black);
}
.main-menu__tree > li > a {
  font-size: 1.125rem;
  font-weight: 500;
  padding: 8px 0;
}

.header_bandeau .everblock {
  overflow: hidden;
  display: flex;
  justify-content: center;
  gap: 60px;
  background-color: var(--color-black) !important;
}

.header_bandeau .everblock p {
  white-space: nowrap;
}
header .logo {
  transform: translateY(35%);
}
/*
************************************
 * MENU MOBILE
 ************************************
 */
.main-menu__mobile .menu a {
  display: block;
  padding: 16px 8px;
}
.main-menu__mobile nav ul li a {
  font-size: 1.1rem;
}
.main-menu__mobile nav ul li:not(:last-child) a {
  border-bottom: 1px solid #e2e2e2;
}
/*
************************************
 * CUSTOM TEXT
 ************************************
 */
#custom-text {
  position: relative;
  padding: 6rem 0 6rem 0;
}
#custom-text .container > svg {
  width: 435px;
  height: auto;
  position: absolute;
  top: -90px;
  right: -90px;
  z-index: -1;
}
#custom-text > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
#custom-text .custom-text__content {
  max-width: 100%;
}
#custom-text .custom-text__content p,
#custom-text .custom-text__content ul {
  width: 620px;
  max-width: 100%;
}
#custom-text .custom-text__content ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 28px;
}
#custom-text .custom-text__content ul li {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
#custom-text .custom-text__content ul li::before {
  content: "";
  display: inline-block;
  background: url("../svg/check-circle.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 28px;
  height: 28px;
}
#custom-text .content_img img {
  max-width: 100%;
  object-fit: cover;
}
#_desktop_cart .header-block__badge {
  position: absolute;
  top: -4px;
  right: 0px;
  font-size: 0.8rem;
  background-color: var(--color-secondary);
}
.header-block__badge {
  background-color: var(--color-secondary);
  color: var(--color-black);
}
/*
************************************
 * FEATURED PRODUCTS
 ************************************
 */
.featured-products,
.featured-category-products {
  padding: 4rem 0;
  position: relative;
}
.ever-featured-products.d-none {
  display: block !important;
}
.swiper {
  width: var(--layout-width);
  max-width: 100%;
  padding-bottom: 24px;
}
.swiper-button-disabled {
  display: none;
}
.content_swiper_navigation {
  display: flex;
  justify-content: flex-end;
}
.swiper-pagination,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  top: unset;
  bottom: 0;
}
.swiper-button-prev,
.swiper-button-next {
  top: unset;
  bottom: 30rem;
  width: 38px;
  height: 38px;
  margin: 0;
  position: initial;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: none;
}
.product-miniature {
  margin-bottom: 0;
}
.product-miniature .product-miniature__infos__bottom {
  margin-bottom: 0;
}

.swiper-wrapper {
  display: flex;
}
.swiper .product-miniature {
  width: 100% !important;
}
.featured-category-products .products {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}
.featured_product_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.featured-products .swiper:not(.swiper-initialized) .swiper-slide {
  width: 360px;
  height: 415px;
  margin-right: 24px;
  border-radius: 8px;
  background-color: var(--color-gray);
}
.featured-category-products .swiper:not(.swiper-initialized) .swiper-slide {
  width: 488px;
  height: 415px;
  margin-right: 24px;
  border-radius: 8px;
  background-color: var(--color-gray);
}
/*
************************************
 * PACK PRODUCTS
 ************************************
 */

.block_pack_product .product-miniature {
  width: 100%;
}
.block_pack_product .featured-products .products {
  grid-template-columns: 1fr;
}
.block_pack_product {
  display: flex;
  align-items: center;
}
.block_pack_product .dark_bloc {
  background-color: var(--color-black);
  border-radius: 20px;
  padding: 48px 40px;
  width: 100%;
}
.block_pack_product .dark_bloc > div {
  background-color: white;
  border-radius: 8px;
  padding: 18px 60px 48px 60px;
}
.block_pack_product .dark_bloc p {
  margin-bottom: 84px;
  width: 590px;
  max-width: 100%;
}

.customblocks_single_product .featured-products {
  margin: 0 !important;
}
.customblocks_single_product .product-miniature {
  min-width: 472px;
}
.customblocks_single_product .product-miniature {
  width: 100%;
}
.customblocks_single_product .featured-products .products {
  grid-template-columns: 1fr;
}
.customblocks_single_product .container {
  max-width: 100%;
  padding-right: 0;
  padding-left: calc((100vw - var(--layout-width)) / 2);
  display: flex;
  align-items: center;
  gap: 24px;
}
.customblocks_single_product .content_text {
  position: relative;
  background-color: var(--color-black);
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 48px 40px;
  width: 100%;
  overflow: hidden;
}
.customblocks_single_product .svg_text_tombalkit {
  position: absolute;
  right: 0;
  top: 0;
}
.customblocks_single_product .content_text > div {
  position: relative;
  background-color: white;
  border-radius: 8px;
  padding: 18px 60px 48px 60px;
  overflow: hidden;
  width: 50rem;
  max-width: 100%;
}
.customblocks_single_product .content_text h2 {
  position: relative;
}
.customblocks_single_product .content_text p {
  margin-bottom: 84px;
  width: 590px;
  max-width: 100%;
  position: relative;
}
.customblocks_single_product .svg_corner {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
/*
************************************
 * CUSTOM BLOCK ETAPES
 ************************************
 */
.customblocks_step .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  padding-bottom: 40px;
}
.customblocks_step .container_steps {
  display: flex;
  align-items: center;
  gap: 108px;
}
.customblocks_step .steps {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.customblocks_step .steps .step {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 1px solid var(--color-gray-border);
  padding: 28px;
  min-height: 259px;
  max-width: 259px;
  transform: scale(0, 0);
  will-change: transform;
}
.customblocks_step .steps .step .step_title {
  font-family: "Sora";
  font-size: 1.125rem;
  font-weight: 500;
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 8px;
}
.customblocks_step .steps .step .step_desc {
  font-size: 1rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
  text-align: center;
  margin-bottom: 0;
}
.step_number {
  position: absolute;
  top: 14px;
  left: 18px;
  font-family: "Sora";
  font-weight: 600;
  font-size: 2.8rem;
}
.customblocks_step .content_text {
  text-align: center;
}
/*
************************************
* REASSURANCE
************************************
 */
#block-reassurance {
  margin: 80px 0;
}
#block-reassurance ul {
  display: flex;
  justify-content: space-between;
  margin: auto;
  width: 1180px;
  max-width: 100%;
}
#block-reassurance .block-reassurance-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#block-reassurance .block-reassurance-item img {
  margin-bottom: 10px;
  width: 74px;
  height: auto;
}
#block-reassurance .block-reassurance-item .item_title,
.blockreassurance_product .block-title {
  font-size: 0.9rem;
  font-weight: 500;
  text-align: center;
  color: var(--color-black) !important;
  line-height: normal;
  margin-bottom: 0;
}

#block-reassurance .block-reassurance-item .item_desc,
.blockreassurance_product p {
  font-size: 1rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
  text-align: center;
  max-width: 14rem;
}
.blockreassurance_product {
  display: flex;
  width: 100%;
  justify-content: center;
}
.blockreassurance_product .clearfix {
  display: none;
}
.blockreassurance_product > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 40%;
}
.blockreassurance_product .item-product {
  margin-bottom: 10px;
  margin-top: 0;
  margin-right: 0;
}

.blockreassurance_product .item-product,
.blockreassurance_product .item-product svg {
  width: 74px;
  height: 74px;
}
.page-cart .blockreassurance_product,
#checkout .blockreassurance_product {
  gap: 12px;
}
.page-cart .blockreassurance_product .item-product,
.page-cart .blockreassurance_product .item-product svg,
#checkout .blockreassurance_product .item-product,
#checkout .blockreassurance_product .item-product svg {
  width: 48px;
  height: 48px;
}

.page-cart .blockreassurance_product .block-title,
#checkout .blockreassurance_product .block-title {
  font-size: 0.8rem;
}
#checkout .btn-with-icon.js-back .material-icons {
  font-size: 18px;
}
.accordion .accordion-item button[aria-expanded="true"] {
  border-bottom: 1px solid var(--color-black);
}
.accordion button[aria-expanded="true"] {
  color: var(--color-black);
}
.accordion button:hover,
.accordion button:focus {
  color: var(--color-black);
}
/*
************************************
* PRODUCT MINIATURE
************************************
 */

.product-miniature .card {
  gap: 12px;
  filter: none !important;
}
.badge {
  background-color: var(--color-tertiary);
  color: var(--color-black);
}
.badge.out_of_stock,
.product-flags .out_of_stock {
  background-color: var(--color-red) !important;
  color: var(--color-black) !important;
}
.badge.discount {
  background-color: var(--color-secondary);
  color: var(--color-black);
  border: none;
}
.product-miniature .product-miniature__variants .variant-links {
  gap: 4px;
  flex-wrap: nowrap;
}
.custom-checkbox input[type="checkbox"] + span.color,
.variant-links .color,
label .color {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid var(--color-black);
}
.product-miniature .product-miniature__image-container {
  background-color: var(--color-gray);
  border-radius: 8px;
  height: 314px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-miniature .product-miniature__image-container img {
  width: auto;
  max-width: 100%;
  transform: translateY(0);
  transition: all 0.3s ease-in-out;
}
.product-miniature:hover .product-miniature__image-container img {
  transform: translateY(10px) !important;
}
.product-miniature .product-miniature__image-container > svg {
  position: absolute;
  right: 16px;
  bottom: 16px;
  pointer-events: none;
  opacity: 0;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
}
.product-miniature:hover .product-miniature__image-container > svg {
  transform: scale(1);
  opacity: 1;
}
.product-miniature .product-miniature__infos__bottom .container_name_variants {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.product-miniature .product-miniature__title {
  font-size: 1.25rem;
  font-weight: 500;
}
.product-miniature .product-miniature__prices {
  align-items: baseline;
}
.product-miniature .product-miniature__price {
  font-family: "Sora";
  font-weight: 500;
  font-size: 1.5rem;
}
.product-miniature .product-miniature__regular-price {
  font-family: "Sora";
  font-weight: 400;
  color: #969696;
  font-size: 1.1rem;
  margin-left: 10px;
}
.tax_shipping {
  font-family: "Satoshi";
  font-weight: 500;
  font-size: 0.75rem;
}
.product-miniature .svg_corner {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(100%, -100%);
  pointer-events: none;
  transition: all 0.4s ease-in-out;
  z-index: 1;
}
.product-miniature:hover .svg_corner {
  transform: translate(1px, -1px);
}
.product-miniature .product-miniature__link {
  overflow: hidden;
}
.product-miniature .start_price_legend {
  margin-bottom: 0;
  font-size: 0.8rem;
}
/*
************************************
* SLIDER HOME
************************************
 */
.slider_home {
  margin-bottom: 5rem;
  margin-top: 16px;
}
.customblocks_slider_home .container {
  display: grid;
  grid-template-columns: 1fr 1fr 2fr;
  grid-template-rows: 1fr 240px;
  gap: 24px;
}
.customblocks_slider_home .content_text {
  grid-column: 1 / 3;
  grid-row: 1 / 2;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 80px;
  padding: 88px 40px 68px 40px;
}

.customblocks_slider_home .content_text p {
  margin-bottom: 48px;
}
.customblocks_slider_home .container_links {
  display: flex;
  align-items: center;
  gap: 40px;
}
.customblocks_slider_home .content_bloc {
  grid-column: 1 / 2;
  grid-row: 2 / 3;
  background-color: var(--color-black);
  color: white;
  font-size: 1.75rem;
  font-weight: 800;
  position: relative;
}
.customblocks_slider_home .content_bloc_second {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
  font-size: 1.75rem;
  font-weight: 800;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.customblocks_slider_home .content_bloc svg {
  position: absolute;
  bottom: -30px;
  left: 28px;
}
.customblocks_slider_home .content_image {
  position: relative;
  grid-column: 3 / 4;
  grid-row: 1 / 3;
  display: flex;
  align-items: center;
}
.customblocks_slider_home .content_image img {
  height: auto;
  max-width: 689px;
  opacity: 0;
  transform: scale(0);
  will-change: transform;
}

.customblocks_slider_home .content_image .content_bg {
  pointer-events: none;
  height: 0;
  width: 1%;
  max-width: 100%;
  background-color: var(--color-gray);
  border-radius: 8px;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: -1;
  overflow: hidden;
  transform: translateY(-50%);
}
.customblocks_slider_home .content_image .content_bg svg {
  position: absolute;
  left: -200px;
  top: -17px;
  transform: translateX(0);
}
.customblocks_slider_home .content_bloc,
.customblocks_slider_home .content_bloc_second {
  border-radius: 8px;
  padding: 28px;
}

.customblocks_slider_home .content_text,
.customblocks_slider_home .content_bloc_second {
  border: 1px solid var(--color-gray-border);
}
.customblocks_slider_home .link_general {
  position: absolute;
  bottom: 28px;
  right: -59px;
  transform: rotate(0);
  transition: all 0.3s ease-in-out;
}
.customblocks_slider_home .link_general:hover {
  transform: rotate(45deg);
}
.customblocks_slider_home h1 {
  display: flex;
  flex-direction: column;
  margin-bottom: 14px;
}
h1 {
  font-family: "Sora";
  font-size: 2.125rem;
  font-weight: 600;
}
h1 span {
  font-size: 3rem;
  font-weight: 800;
}
.customblocks_slider_home .link_product {
  transform: scale(0, 0);
  will-change: transform;
}
.customblocks_slider_home .link_product.js-animated {
}
.link_first_product,
.link_second_product {
  background-color: white;
  border-radius: 50rem;
  font-size: 0.875rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 6px 20px 6px 8px;
}
.link_first_product {
  position: absolute;
  left: 67%;
  top: 9rem;
}
.link_second_product {
  position: absolute;
  left: 50%;
  bottom: 15rem;
}
.link_first_product svg,
.link_second_product svg {
  transform: rotate(0);
  transition: all 0.3s ease-in-out;
}
.link_first_product:hover svg,
.link_second_product:hover svg {
  transform: rotate(90deg);
}
/*
************************************
* BLOG
************************************
 */
#left-column {
  padding: 1rem;
}
#ets_blog_page #left-column {
  display: none !important;
}
.page_home,
.page_home_gallery,
.ets_block_latest .owl-carousel.owl-loaded {
  padding: 0;
}
.ets_item_img {
  border-radius: 8px;
}
.ets_title_block {
  font-weight: 500;
  font-size: 1.25rem;
  text-transform: unset;
  color: var(--color-black);
}
.blog_description {
  font-weight: 400;
  font-size: 1rem;
  color: #5b5b5b;
}
.read_more {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--color-black);
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  justify-content: flex-end;
  border-bottom: none;
}
.container_bloc_seo > .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 80px;
}
.container_bloc_seo > .container > svg {
  min-width: max-content;
}
.container_bloc_seo .everblock {
  max-width: 70%;
}
.container_bloc_seo .everblock .content {
  max-height: 16rem;
  overflow: hidden;
  margin-bottom: 40px;
  transition: all 0.4s ease-in-out;
}
.container_bloc_seo .everblock .content.js-active {
  max-height: 100rem;
}
.bloc_dark {
  background-color: var(--color-black);
  padding: 40px 20px;
}
.bloc_dark > div {
  background-color: white;
  border-radius: 20px;
  padding: 60px 0;
}
.ets_blog_ltr_mode a:hover,
.ets-blog-wrapper-detail a:hover,
.ets-blog-like-span:hover,
.blog-main-page a:hover,
.ets_button_backtolist:hover,
.ets-block-comment-report:hover {
  color: var(--color-black);
}

#ets_blog_page #content-wrapper {
  display: flex;
  justify-content: center;
}
.ets_blog_sidebar .bloc_dark {
  display: none !important;
}
.ets-blog-form-comment .blog-submit .button,
.blog-managament-information button[type="submit"],
.ets-blog-slider.carousel .slick-dots .slick-active button,
.blog_view_all,
.view_all_link,
.blog_view_all_button a,
.form-polls-body button,
.form_reply input.btn.btn-primary.btn-default[name="addReplyComment"],
.add_new_post_blog a,
#form_blog button[type="submit"],
#form_blog .btn.edit_view_post,
.form_reply_comment input[type="submit"],
.ets_blog_loading .squaresWaveG {
  background: var(--color-black);
}
.block_content li,
.ets-blog-related-posts-list-li {
  padding: 0 12px;
}
.ets-blog-form-comment .blog-submit .button:hover,
.blog_view_all:hover,
.view_all_link:hover,
.blog_view_all_button a:hover,
.add_new_post_blog a:hover,
#form_blog button[type="submit"]:hover {
  background-color: var(--color-secondary);
  color: var(--color-black) !important;
}
.blog_view_all,
.view_all_link,
.blog-submit .button {
  text-transform: none;
  font-weight: 700;
  font-size: 1rem;
  padding: 12px 24px !important;
}
.page-heading .title_cat {
  text-transform: none;
}
#ets_blog_page h2 {
  font-size: 1.7rem;
  color: var(--color-black);
}
.blog_description p,
.blog_description {
  color: var(--color-black);
}
#ets_blog_page h3 {
  color: var(--color-black);
  font-size: 1.5rem;
  margin-bottom: 20px;
}
#ets_blog_page h4 {
  color: var(--color-black);
  font-size: 1.1rem;
}
#ets_blog_page .blog_description p {
  font-size: 1.125rem;
}
.ets-blog-latest-post-content {
  min-height: 11rem;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.ets_block_slider .owl-item > li:has(a:hover) .read_more svg {
  fill: var(--color-black);
}
.ets_block_slider .owl-item > li:has(a:hover) .read_more svg .line {
  stroke: white;
}
/*
************************************
* PRODUCT PAGE
************************************
 */
.custom-checkbox input[type="checkbox"] + span.color.active,
.custom-checkbox input[type="checkbox"] + span.color:hover,
.variant-links .color.active,
.variant-links .color:hover,
label .color.active,
label .color:hover {
  border: 2px solid var(--color-secondary);
}
.thumbnails__container .thumbnail.active img {
  border: 2px solid var(--color-black);
}
.page-product #product-images {
  background-color: var(--color-gray);
}

.page-product .carousel .carousel-item {
  text-align: center;
}
.thumbnails__container {
  padding: 0 20px 20px 20px;
}
.thumbnails__container .thumbnails__list {
  margin-bottom: 0;
}
.page-product .product__images__modal-opener {
  box-shadow: none;
}

/*
************************************
* ACCOUNT
************************************
 */
.customer-link a span:hover,
.customer-link__link span:hover {
  background: var(--color-secondary);
  color: var(--color-black);
}
.customer-link a span:hover i,
.customer-link__link span:hover i {
  color: var(--color-black);
}
.account-menu > a.active .link-item,
.account-menu > a.active .link-item i,
.account-menu > a:hover .link-item,
.account-menu > a:hover .link-item i {
  color: var(--color-black);
}
.account-menu > a.active,
.account-menu > a:hover {
  background: var(--color-gray);
}
/*
************************************
* FOOTER
************************************
 */
footer {
  margin: 0 20px;
}
.footer__main {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.footer__main__top_top {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 68px;
  margin-left: 0;
  margin-right: 0;
}
.footer__main__top_top .block_order_pack {
  background-color: var(--color-secondary);
  border-radius: 8px;
  padding: 38px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 830px;
  max-width: 100%;
}
.footer__main__top_top .block_order_pack h2 {
  color: var(--color-black);
  margin-bottom: 0;
  font-size: 2rem;
}
.footer__main__top_top .block_order_pack h2 span {
  font-size: 1.125rem;
}
footer svg.logo {
  width: max-content;
}
.footer .copyright {
  text-align: right;
  font-size: 0.875rem;
}
/*
************************************
* PRODUCT PAGE
************************************
 */
.page-product h2 {
  font-size: 1.4rem;
}
#product #product-images img {
  width: auto;
}
.page-product .product__name {
  margin-bottom: 14px;
}
#product .prices__wrapper {
  align-items: baseline;
}
.page-product .product__current-price {
  font-family: "Sora";
  font-weight: 500;
}
.product__prices .prices__wrapper {
  flex-direction: column;
}
.product__prices .start_price_legend {
  margin-bottom: 0;
  font-size: 0.9rem;
}
.page-product .product__description-short {
  color: rgba(0, 0, 0, 0.6);
}
.page-product .product__variants .variant .radio-variants {
  padding-left: 0;
  gap: 16px;
}
.page-product .product__variants .variant .radio-variants .radio-variant {
  padding-left: 0;
}
.page-product .product__variants .variant .radio-variants .radio-variant label {
  height: 68px;
  width: 116px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--color-gray-border);
  border-radius: 8px;
  cursor: pointer;
}
.page-product
  .product__variants
  .variant
  .radio-variants
  .radio-variant
  label:hover {
  background-color: var(--color-gray);
}
.page-product
  .product__variants
  .variant
  .radio-variants
  .radio-variant
  label:has(.form-check-input:checked) {
  background-color: var(--color-black);
  color: white;
}
.page-product .product__variants .form-check .form-check-input {
  display: none;
}
.page-product label .color {
  height: 22px;
  width: 22px;
}
.product-actions__quantity {
  display: flex;
  align-items: center;
  gap: 16px;
}
.product-actions__quantity .input-group {
  margin-bottom: 0 !important;
  width: max-content;
}
.page-product .product__description {
  margin-bottom: 40px;
}

.modal .modal-dialog .modal-body .blockcart-modal__summery {
  background-color: var(--color-gray);
  padding: 20px;
  border-radius: 8px;
}
.modal .modal-dialog .modal-body .blockcart-modal__summery > p {
  font-size: 0.9rem;
}
.product-id-category-5 #content-wrapper {
  padding-bottom: 0;
}
.product-id-category-5 .blockreassurance_product {
  margin-bottom: 4rem;
}
.blockreassurance_product p.block-title {
  line-height: normal;
}
.product-id-category-5 .product__infos {
  margin-top: 0;
}
.product-id-category-5 #product-details {
  width: 27rem;
  max-width: 100%;
}
.page-product.product-id-category-5 .product__description {
  margin-bottom: 0;
}
.wk-sub-product-variants .input-color:checked + span {
  border: 2px solid var(--color-secondary) !important;
}
/*
************************************
* PRODUCT LIST
************************************
 */
#js-product-list .products {
  row-gap: 40px;
}
.products-sort-order {
  max-width: 14rem;
}
.category-tree__child .category-tree__list {
  row-gap: 4px;
}
.category-tree__item__header.nosplit {
  padding: 0;
}
.category-tree__item__link {
  padding: 4px 8px;
  border-radius: 4px;
}
.cart__item .product-line__actions a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--color-black);
}
.cart__item .product-line__actions a svg {
  stroke: var(--color-black);
}
.category-tree__item__link:hover {
  color: var(--color-black);
  background-color: var(--color-gray);
}

/*
************************************
* CART
************************************
 */
.cart__item .product-line__actions a:after {
  content: none;
}
.cart-overview .cart-item .product-discount .regular-price {
  text-decoration: line-through;
  font-size: 1rem;
}
.cart-overview .cart-item .product-discount .discount {
  color: rgba(0, 0, 0, 0.4);
  font-size: 1rem;
}
.cart-overview .cart-item .product-line-info.product-price {
  display: flex;
  flex-direction: column-reverse;
}
.cart-overview .cart-item .table .img-thumbnail {
  width: 60px;
}

/*
************************************
* CHECKOUT
************************************
 */
#checkout footer {
  margin-top: 2rem;
}
.form-check-input:checked {
  background-color: var(--color-black);
  border-color: var(--color-black);
}
.step .address.selected {
  border: 2px solid var(--color-secondary);
}
.checkout__steps__number {
  font-family: "Sora";
  font-weight: 700;
  line-height: normal;
  width: 1.9rem;
  height: 1.9rem;
}
.checkout__steps__text {
  line-height: inherit;
  font-size: 0.9rem;
  font-weight: 500;
}
#checkout-addresses-step form .form-fields {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
}
#checkout-addresses-step form .form-fields > * {
  width: 100%;
}
#checkout-addresses-step form .form-fields div:has(#field-lastname),
#checkout-addresses-step form .form-fields div:has(#field-firstname),
#checkout-addresses-step form .form-fields div:has(#field-city),
#checkout-addresses-step form .form-fields div:has(#field-postcode) {
  max-width: calc(50% - 8px);
}
#checkout-personal-information-step .nav-tabs .nav-link {
  font-size: 0.8rem;
}
/*
************************************
* PACK PRODUCT - BUNDLE
************************************
 */
.product__actions:has(.wk-container-sections) {
  display: flex;
  flex-direction: column;
}
.product__actions:has(.wk-container-sections) #add-to-cart-or-refresh {
  order: 3;
}
.product__actions .wk-container-sections {
  /*display: none !important;*/
  order: 4;
  order: -1;
  margin-bottom: 20px;
}
.wk-bundle-header-info {
  display: none;
}
.wk_bp_slider_view {
  box-shadow: none;
  border: none;
  margin-bottom: 8px;
}
.wk_bp_slider_view[id="2"] {
  margin-bottom: 0;
}
.wk_bp_slider_view .MultiCarousel {
  padding: 0 !important;
}
.wk_bp_slider_view .MultiCarousel .MultiCarousel-inner {
  transition: 1s ease all;
  float: left;
  gap: 8px;
  margin-top: 20px;
}
.product__additional-info .wk-container-sections {
  display: none !important;
}

@media screen and (min-width: 768px) {
  .wk_bp_slider_view .MultiCarousel .MultiCarousel-inner {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    max-width: 100%;
    transform: none !important;
  }
  .wk_bp_slider_view .MultiCarousel .MultiCarousel-inner .item {
    width: 100% !important;
  }
  .wk_bp_slider_view .MultiCarousel .leftLst,
  .wk_bp_slider_view .MultiCarousel .rightLst {
    display: none !important;
  }
}
.wk_bp_slider_view .MultiCarousel .leftLst,
.wk_bp_slider_view .MultiCarousel .rightLst {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50rem;
  background-color: white !important;
  border: 1px solid var(--color-gray-border) !important;
  top: unset;
  bottom: 0;
}
.wk_bp_slider_view .MultiCarousel .leftLst.wk_disabled,
.wk_bp_slider_view .MultiCarousel .rightLst.wk_disabled {
  opacity: 0.25;
}
.wk_bp_slider_view .MultiCarousel .MultiCarousel-inner .item > div {
  padding: 0;
  margin: 0;
}

.wk_bp_slider_view .MultiCarousel .MultiCarousel-inner .item .h5 {
  font-size: 0.9rem;
}
.wk_bp_slider_view .item .wk-bp-custom-margin-10-t {
  margin-top: 0 !important;
}
.wk_bp_slider_view .wk-images-container,
.wk-product-quantity,
.wk-product-description {
  display: none;
}
.wk-sub-product-variants {
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.9rem;
}
.wk-sub-product-variants .control-label {
  margin-bottom: 0px !important;
  line-height: normal;
  pointer-events: none;
}
.wk-sub-product-variants ul {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.wk-bundle-border.wk-bundle-sub-product {
  cursor: pointer;
  box-shadow: none;
  border-radius: 8px;
}
.wk-bundle-header {
  background-color: var(--color-gray) !important;
  border-radius: 4px;
}
.wk-select-border {
  border: 2px solid var(--color-black) !important;
}
.wk-bundle-border.wk-bundle-sub-product:hover {
  border: 2px solid var(--color-gray-border);
}

.wk_bp_slider_view .MultiCarousel .leftLst {
  left: 28px;
}
.wk_bp_slider_view .MultiCarousel .rightLst {
  right: 28px;
}
/*
.wk-section-right-block .card-block .img-thumbnail {
  width: 45px;
}
  */
.wk-section-right-block .card-block .row {
  flex-direction: row;
  align-items: center;
}
.wk-section-right-block .card-block .row > div {
  width: max-content;
  font-size: 0.9rem;
  padding: 0;
}
.wk-section-right-block .card-block .row:has(.wk_section_price_info) {
  margin: 0;
}
.wk-section-right-block .card-block .row > div.wk_section_price_info {
  font-size: 1.2rem;
  font-weight: 700;
  width: 100%;
  background-color: var(--color-gray);
  padding: 4px;
  border-radius: 4px;
  display: flex;
  gap: 4px;
  margin: 5px 0 0 0 !important;
}
.wk-section-right-block .card-block .wk_section_price_info strong {
  margin-right: auto;
  font-size: 0.9rem;
  font-weight: 400;
}
.wk-section-right-block hr {
  margin: 8px 0;
}

.wk-section-right-block .card-block .row > div.col-md-9,
.wk-section-right-block .card-block .row:has(.wk_section_price_info),
.wk-container-sections .card.card-block > div > .row:first-child,
.wk-container-sections .card .wk-bp-custom-padding-t,
.wk-content-price-info,
.wk-section-right-block hr,
.wk-customer_message,
.wk-total-qty {
  display: none;
}

.wk-container-sections .wk-section-right-block,
.wk-container-sections .card.card-block {
  width: max-content;
  height: max-content;
}
.wk-container-sections {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  border: none;
  padding: 0;
  width: max-content;
  /*
  display: grid;
  gap: 26px;
  grid-template-columns: 1fr 1fr;
  border-radius: 8px;
  */
}
.wk-container-sections .svg_plus {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 44px;
  height: auto;
  fill: var(--color-black);
  stroke: white;
}
.wk-container-sections .card.card-block {
  padding: 0 !important;
  border: none;
  overflow: hidden;
  /* cursor: pointer;*/
}
.wk-container-sections .card.card-block .row {
  margin: 0;
}
.wk-container-sections .card.card-block > div > .row:first-child,
.wk-container-sections .card .wk-bp-custom-padding-t {
  padding: 8px 0 0 0 !important;
  margin: 0;
  justify-content: center;
  text-align: center;
}
.wk-section-right-block .wk-bp-custom-padding-t {
  padding: 0 !important;
}
.wk-container_section_redirect {
  display: none;
}
.wk-content-price-info {
  display: flex;
}
.wk-section-right-block div:has(> .wk_bundle_section_redirect) {
  display: none;
}
.product__additional-info:has(.wk_bundle_promotion_slider_cont) {
  display: none;
}
.wk_section_header a i,
.wk-content-price-info a i,
.wk_section_price_info a i {
  color: #898989;
  font-size: 14px;
}
.wk-product-actions .wk-append-variant {
  pointer-events: none;
}
.wk-product-actions .wk-append-variant label {
  pointer-events: all !important;
}

.footer .footer__block__content-list li:has(#author-blog-comment-link),
.footer .footer__block__content-list li:has(a[title="Avoirs"]) {
  display: none !important;
}
.account-menu li:has(#author-blog-comment-link),
.account-menu #order-slips__link,
.page-my-account .page-customer li:has(#author-blog-comment-link) {
  display: none !important;
}

.page-authentication .login {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 40px 0;
}
.page-authentication .login .login__register-prompt {
  position: relative;
  padding: 0 40px;
}
.page-authentication .login .login__register-prompt .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  background-color: var(--color-gray);
  padding: 20px;
  border-radius: 14px;
}
.page-authentication .login .login__register-prompt > svg {
  position: absolute;
  top: 0;
  right: 0;
  width: 12rem;
  height: auto;
  pointer-events: none;
  transform: translate(5%, -29%);
}
.popup_selected_images {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 0;
  opacity: 0;
  pointer-events: none;
  transition: all 0.2s 0.2s ease-in-out;
}
.popup_selected_images.js-active {
  z-index: 999;
  pointer-events: all;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
.popup_selected_images img {
  display: none;
  transform: scale(0);
  transition: all 0.2s ease-in-out;
  background-color: white;
  border-radius: 20px;
}
.popup_selected_images.js-active img {
  transform: scale(1);
  transition: all 0.2s 0.2s ease-in-out;
}
.popup_selected_images img.js-active {
  display: block;
}
.popup_selected_images .popup_close {
  position: absolute;
  top: 40px;
  right: 40px;
  cursor: pointer;
}
.popup_selected_images .popup_close svg {
  width: 48px;
  height: auto;
  stroke: white;
}
/*
************************************
* COOKIES
************************************
 */
#tarteaucitronAlertBig #tarteaucitronPersonalize2,
.tarteaucitronCTAButton {
  background-color: var(--color-secondary) !important;
  color: var(--color-black) !important;
  font-weight: 500 !important;
}
#tarteaucitronRoot .tarteaucitronDeny {
  background: #e3e3e3 !important;
  font-weight: 500 !important;
}
#tarteaucitron
  #tarteaucitronServices
  #tarteaucitronAllAllowed.tarteaucitronIsSelected,
#tarteaucitron
  #tarteaucitronServices
  #tarteaucitronAllDenied.tarteaucitronIsSelected {
  background-color: var(--color-secondary) !important;
}
#tarteaucitron
  #tarteaucitronServices
  .tarteaucitronLine
  .tarteaucitronAsk
  .tarteaucitronAllow,
.tac_activate .tarteaucitronAllow {
  background-color: var(--color-secondary) !important;
}
#tarteaucitronRoot .tarteaucitronAllow {
  background-color: var(--color-secondary) !important;
}
#tarteaucitronRoot a.tarteaucitronSelfLink {
  display: none !important;
}
/*
************************************
* GSAP
************************************
 */

@media screen and (max-width: 768px) {
  .customblocks_slider_home .content_image img {
    transform: scale(1) !important;
    opacity: 1;
  }
  .customblocks_slider_home .content_image .content_bg {
    width: 100%;
    height: 100%;
  }
  .customblocks_slider_home .link_product {
    transform: scale(1, 1);
  }
  .customblocks_step .steps .step {
    transform: scale(1, 1);
  }
}

/*
************************************
* RESPONSIVE
************************************
 */
@media screen and (max-width: 1700px) {
  .customblocks_slider_home .content_image .content_bg {
    right: 20px;
  }
  .customblocks_slider_home .link_general {
    right: -16px;
  }
}
@media screen and (max-width: 1536px) {
  .swiper {
    width: 100vw;
  }
  .customblocks_single_product .container {
    padding-left: 1rem;
  }
  .customblocks_single_product .svg_corner {
    width: auto;
    height: 100px;
  }
  .customblocks_single_product .content_text > div {
    width: 44rem;
  }
}
@media screen and (max-width: 1480px) {
  h1 {
    font-size: 2rem;
  }
  h1 span {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 1440px) {
  .customblocks_step .container_steps {
    gap: 28px;
    justify-content: space-between;
    width: 100%;
  }
  .customblocks_step .container_steps img {
    width: 26rem;
    height: auto;
    max-width: 100%;
  }
  .customblocks_step .steps .step {
    min-height: 228px;
    max-width: 228px;
  }
  .step_number {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1440px) {
  .container_bloc_seo > .container {
    gap: 28px;
  }
  .product-miniature .product-miniature__title {
    font-size: 1rem;
  }
  .product-miniature .product-miniature__price {
    font-size: 1.2rem;
  }
  .customblocks_single_product .content_text p {
    width: 90%;
  }
  .customblocks_single_product .content_text > div {
    padding: 18px 40px 48px 40px;
    width: 39rem;
  }
}
@media screen and (max-width: 1280px) {
  h1 {
    font-size: 1.8rem;
  }
  h1 span {
    font-size: 2.2rem;
  }
  .customblocks_slider_home .container {
    grid-template-rows: 1fr 200px;
  }
  .customblocks_slider_home .content_bloc_second {
    font-size: 1.6rem;
  }
  .customblocks_slider_home .content_bloc_second svg {
    min-height: 71px;
    width: max-content;
  }
  .customblocks_slider_home .content_text {
    padding: 88px 20px 68px 20px;
  }
  .customblocks_slider_home .container_links {
    gap: 24px;
  }
  .customblocks_single_product .svg_corner {
    display: none;
  }
  .container_bloc_seo > .container > svg {
    min-width: 0;
    width: 15rem;
    height: auto;
  }
}
@media screen and (max-width: 1200px) {
  header .logo {
    transform: none;
  }
  .customblocks_slider_home .content_image img {
    max-width: 485px;
  }
  .link_first_product {
    left: 57%;
    top: 13rem;
  }
}
@media screen and (max-width: 1104px) {
  .customblocks_slider_home .container {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto;
    max-height: none;
  }
  .customblocks_slider_home .content_text {
    grid-column: 1 / 3;
    padding: 20px 20px 20px 20px;
  }
  .customblocks_slider_home .content_image {
    grid-row: 2 / 3;
    grid-column: 1 / 3;
  }
  .customblocks_slider_home .content_bloc {
    grid-column: 1 / 2;
    grid-row: 3 / 4;
  }
  .customblocks_slider_home .content_bloc_second {
    grid-column: 2 / 3;
    grid-row: 3 / 4;
  }
  .customblocks_slider_home .content_image img {
    height: 28rem;
    width: auto;
  }
  .link_first_product {
    left: 25rem;
    top: 7rem;
  }
  .link_second_product {
    left: 17rem;
    bottom: 4rem;
  }
  #custom-text {
    padding: 0;
  }
  #custom-text > div {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  #custom-text .content_img {
    width: 100%;
  }
  #custom-text .content_img img {
    width: 100%;
    object-fit: cover;
    height: 19rem;
    border-radius: 8px;
  }
  #block-reassurance .block-reassurance-item img {
    width: 4rem;
    height: auto;
    margin-bottom: 8px;
  }
  #block-reassurance .block-reassurance-item .item_title {
    margin-bottom: 8px;
  }
  #block-reassurance .block-reassurance-item .item_desc {
    font-size: 0.9rem;
  }
  #ets_blog_page #left-column {
    display: none !important;
  }
  #ets_blog_page #content-wrapper {
    justify-content: center;
  }
  #custom-text .container > svg {
    width: 220px;
    top: 0;
    right: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .container_bloc_seo > .container {
    gap: 0;
    flex-direction: column;
  }
  .container_bloc_seo > .container > svg {
    margin-left: auto;
    width: 10rem;
  }
  .container_bloc_seo .everblock {
    max-width: 100%;
  }
  .customblocks_single_product {
    margin-bottom: 3rem;
  }
  .customblocks_single_product .container {
    flex-direction: column;
  }
  .customblocks_single_product .featured-products {
    padding: 1rem 0 0 0;
  }
  .customblocks_step .container_steps {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 0;
  }
  .customblocks_step .container_steps .content_image {
    width: 100%;
    order: 3;
    text-align: center;
  }
  #block-reassurance ul {
    flex-wrap: wrap;
    justify-content: center;
  }
  .page-authentication h1 {
    text-align: center;
  }
  .page-authentication .login {
    grid-template-columns: 1fr;
    width: 482px;
    margin: auto;
    max-width: 100%;
    gap: 40px;
    padding: 0;
  }
  .page-authentication .login .login__register-prompt .content {
    min-height: 15rem;
  }
  .page-authentication .login .login__register-prompt > svg {
    width: 8rem;
    transform: translate(0, -20%);
    z-index: -1;
    pointer-events: none;
  }
}
@media screen and (max-width: 768px) {
  .page-cms h1.h4 {
    font-size: 2rem;
  }
  .rich-text .h3,
  .rich-text h3 {
    font-size: 1.5rem;
  }
  .swiper {
    width: 100vw;
    max-width: 100%;
  }
  .swiper-wrapper {
    width: 100vw;
  }
  .footer__main__top_top .block_order_pack {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .customblocks_slider_home .container {
    grid-template-rows: auto 335px auto;
  }
  .customblocks_slider_home .content_image img {
    height: 20rem;
  }
  .link_first_product,
  .link_second_product {
    font-size: 0.8rem;
    gap: 8px;
    white-space: nowrap;
  }
  .link_first_product {
    left: 18rem;
    top: 4rem;
  }
  .link_second_product {
    left: 4rem;
    bottom: 6rem;
  }

  h1 {
    font-size: 1.4rem;
  }
  h1 span {
    font-size: 1.8rem;
  }
  h2,
  .rich-text .h2,
  .rich-text h2 {
    font-size: 2rem;
  }
  h2 span,
  h2 strong {
    font-size: 1.4rem;
  }
  h2 span::before,
  h2 strong::before {
    width: 114px;
    height: 17px;
  }
  #custom-text .container > svg {
    display: none;
  }
  .footer__main__top_top .block_order_pack h2 {
    font-size: 1.6rem;
  }
  .footer__main__top_top .block_order_pack h2 span {
    font-size: 1rem;
  }
  .customblocks_slider_home .content_bloc,
  .customblocks_slider_home .content_bloc_second {
    font-size: 1.2rem;
    padding: 20px;
  }
  .customblocks_slider_home .content_bloc_second svg {
    min-height: 0;
    width: 70px;
    height: auto;
  }
  .customblocks_slider_home .content_bloc_second {
    gap: 12px;
  }
  .customblocks_slider_home p {
    margin-bottom: 0;
  }
  .customblocks_slider_home .content_image .content_bg {
    right: 0;
  }

  .customblocks_slider_home .link_general {
    right: 0px;
    bottom: -32px;
  }
  .customblocks_slider_home .link_general svg {
    width: 140px;
    height: auto;
  }
  .customblocks_slider_home .content_image {
    justify-content: center;
  }
  .customblocks_slider_home .content_image .content_bg svg {
    height: 5rem;
    width: auto;
  }
  .featured_product_top {
    flex-wrap: wrap;
    row-gap: 16px;
  }
  .featured_product_top h2 {
    margin-bottom: 0;
  }
  .customblocks_single_product .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .customblocks_single_product .content_text {
    border-radius: 20px;
  }
  .customblocks_single_product .content_text > div {
    padding: 18px 20px 48px 20px;
  }
  .customblocks_single_product .content_text p {
    margin-bottom: 40px;
  }
  .header-top {
    width: max-content;
    position: absolute;
    left: 40px;
    top: 3px;
  }
  .header-top-desktop.d-none {
    display: flex !important;
    flex-wrap: nowrap;
  }
  .header-top__right {
    width: 100%;
  }
  .header-bottom {
    min-height: 48px;
  }

  .header-top .logo svg {
    width: 8rem;
    height: auto;
  }
  #block-reassurance ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }

  footer {
    margin: 0;
  }
  .footer__main__top_top {
    padding: 0 8px;
  }
  .blockcart-modal__product
    .page-product
    .modal-dialog
    .cart-footer-actions
    .btn-outline-primary {
    justify-content: flex-start;
  }
  .layout-left-column #left-column {
    padding-right: 18px;
  }
  .category-tree__child .category-tree__list {
    flex-direction: row;
    gap: 16px;
    overflow-x: auto;
  }
  .category-tree__item__header .category-tree__item__link {
    padding: 4px 12px;
    border-radius: 6px;
    white-space: nowrap;
  }
  .page-product .footer .footer__main {
    padding-bottom: 13.25rem;
  }
  #js-product-list-top .products-selections-filters {
    display: none !important;
  }
  #js-product-list-top .total-products {
    display: none;
  }
  #js-product-list {
    --gap-products: 12px;
  }
  #js-product-list .products {
    gap: var(--gap-products);
    width: 100%;
    margin: auto;
  }
  #js-product-list .product-miniature {
    padding: 0;
    width: calc(50% - (var(--gap-products) / 2));
  }
  .featured-products,
  .featured-category-products {
    padding: 1rem 0;
  }
  .slider_home {
    margin-bottom: 4rem;
  }
  #custom-text {
    margin-bottom: 40px;
  }
  #custom-text .custom-text__content .content_img img {
    height: 12rem;
  }
  .container_bloc_seo .everblock .content {
    max-height: 10rem;
    margin-bottom: 20px;
  }

  .page-product .product:has(.wk-container-sections) > .product__col {
    display: flex;
    flex-direction: column;
  }
  .page-product .product__name {
    order: 0;
  }
  .page-product .product__prices {
    order: 1;
  }
  .page-product .product__description-short {
    order: 3;
  }
  .product__actions:has(.wk-container-sections) {
    order: 2;
  }
  .wk_bp_slider_view .MultiCarousel .MultiCarousel-inner {
    display: flex;
    flex-wrap: nowrap;
    transform: unset;
    padding-bottom: 48px;
    /* grid-template-columns: 1fr 1fr 1fr; */
  }
  .page-product .product__actions > form {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    background-color: white;
    z-index: 2;
    border-top: 1px solid var(--color-gray-border);
    padding: 0 16px 20px 16px;
  }
  .wk_bp_slider_view[id="2"] {
    margin-bottom: 40px;
  }
  .wk-container-sections {
    grid-template-columns: 1fr;
  }
  .product-id-category-5 .blockreassurance_product {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
  .page-product .product__add-to-cart {
    margin-bottom: 0;
  }
  #product #product-images .carousel-inner img {
    height: 15rem;
  }
  .page-product .product__variants .variant {
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .page-product .product__minimal-quantity {
    margin: 0 !important;
  }
  .wk-container-sections {
    gap: 12px;
  }
  .wk-bundle-header > div {
    width: max-content;
  }
  .blockreassurance_product {
    flex-wrap: wrap;
    row-gap: 20px;
    column-gap: 20px;
    margin-bottom: 20px;
  }
  #block-reassurance .block-reassurance-item img {
    width: 3rem;
  }
  .blockreassurance_product .item-product,
  .blockreassurance_product .item-product svg {
    width: 40px;
    height: 40px;
  }
  .header_bandeau .everblock {
    justify-content: flex-start;
  }
  .footer__main__top_top {
    margin-bottom: 40px;
  }
  footer svg.logo {
    margin-bottom: 20px;
  }
  .customblocks_single_product .content_text {
    padding: 48px 28px;
  }
  .customblocks_single_product .content_text p {
    width: 100%;
  }
  .container_bloc_seo {
    position: relative;
  }
  .container_bloc_seo > .container > svg {
    position: absolute;
    right: 28px;
    z-index: 0;
    opacity: 0.5;
    top: -56px;
  }
  .container_bloc_seo .everblock {
    position: relative;
  }
  .ets_block_slider .owl-controls {
    bottom: 115%;
  }
  .header {
    overflow: hidden;
  }
  .page-cart .cart-grid__right .h4 {
    font-size: 1rem;
  }
  .customblocks_slider_home .content_text {
    border-bottom-right-radius: 8px;
  }
}
@media screen and (max-width: 767px) {
  .header-top {
    top: 8px;
  }
}
@media screen and (max-width: 550px) {
  .customblocks_slider_home .container_links {
    flex-direction: column;
    align-items: flex-start;
  }
  .customblocks_slider_home .content_image img {
    height: 18rem;
  }
  .link_first_product {
    left: 5rem;
    top: 5rem;
    flex-direction: row-reverse;
    padding: 6px 8px 6px 20px;
  }
  .link_second_product {
    bottom: 5rem;
  }
  .customblocks_slider_home .link_general svg {
    width: 110px;
  }
  .customblocks_slider_home .link_general {
    bottom: -24px;
  }
  .customblocks_step .container_steps,
  .customblocks_step .steps {
    gap: 16px;
  }
  .customblocks_step .steps .step {
    min-height: 204px;
    max-width: 204px;
    padding: 8px;
  }
  .customblocks_step .steps .step .step_title {
    font-size: 1rem;
  }
  .customblocks_step .steps .step .step_desc {
    font-size: 0.9rem;
  }
  .customblocks_single_product .product-miniature {
    min-width: 368px;
  }
  .featured_product_top {
    margin-bottom: 54px;
    flex-direction: column;
    align-items: flex-start;
  }
  .product-miniature .product-miniature__image-container {
    height: 200px;
  }
  .product-miniature .product-miniature__image-container > svg {
    right: 8px;
    bottom: 8px;
    width: 28px;
    height: auto;
  }
}
@media screen and (max-width: 480px) {
  .customblocks_step .steps .step {
    min-height: 222px;
    max-width: 164px;
  }
  .footer__main__top_top {
    padding: 0 16px;
  }
  .wk_bp_slider_view .MultiCarousel .MultiCarousel-inner {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 425px) {
}
@media screen and (max-width: 375px) {
}
@media screen and (max-width: 320px) {
}
