@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
@font-face {
  font-family: "Sora";
  src: url("../fonts/Sora-ExtraBold.woff2") format("woff2"), url("../fonts/Sora-ExtraBold.woff") format("woff"),
    url("../fonts/Sora-ExtraBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sora";
  src: url("../fonts/Sora-Medium.woff2") format("woff2"), url("../fonts/Sora-Medium.woff") format("woff"), url("../fonts/Sora-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Marijose";
  src: url("../fonts/Marijose.woff2") format("woff2"), url("../fonts/Marijose.woff") format("woff"), url("../fonts/Marijose.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sora";
  src: url("../fonts/Sora-Bold.woff2") format("woff2"), url("../fonts/Sora-Bold.woff") format("woff"), url("../fonts/Sora-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/** BreadCrumb **/
#wrapper {
  padding-top: 0;
}
#wrapper .breadcrumb {
  height: auto;
  min-height: 150px;
  background-color: #f7f7f7;
  padding: 24px 140px;
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 500;
  font-family: Sora;
  margin-bottom: 10vh;
}
#wrapper .breadcrumb h1 {
  text-align: center;
  font-family: Sora;
  color: #1a1a1a;
  font-weight: 800;
  font-size: 35px;
  margin-top: 1.6vh;
}
#wrapper .breadcrumb p {
  text-align: center;
  font-family: Sora;
  color: #1a1a1a;
  font-weight: 500;
  font-size: 14px;
  line-height: 35px;
  text-decoration: underline;
}

#wrapper .breadcrumb span {
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 500;
  font-family: Sora;
}

@media screen and (max-width: 767px) {
  #wrapper .breadcrumb {
    padding: 25px;
    text-align: center;
    margin-bottom: 1vh;
  }
  #wrapper .breadcrumb h1 {
    font-size: 25px;
    line-height: 35px;
  }
  #wrapper .breadcrumb span {
    font-size: 9px;
  }
  #wrapper .breadcrumb ol,
  .list-group {
    margin-bottom: 1.2rem;
  }
}
/** Homepage **/

body,
html {
  overflow-x: hidden;
  background: #fff;
}
a {
  color: #1a1a1a;
}
.container,
.container-fluid {
  padding-left: 0;
  padding-right: 0;
}

/** Header Nav **/
#header {
  box-shadow: none;
  -webkit-box-shadow: none;
}
#header .header-top > .container {
  display: flex;
  align-items: center;
  justify-content: center;
}
#header .header-top > .container > .row:first-of-type {
  width: 100%;
  padding-inline: clamp(20px, 6vw, 140px);
}
.headerNav__container {
  margin: 0;
}
#_desktop_logo {
  margin-right: auto;
}
#adtm_menu_inner {
  color: #fff;
  background: #fff;
  border: none;
}
#adtm_menu {
  background: #fff;
  border: none;
  box-shadow: none;
}
#adtm_menu ul#menu li.li-niveau1 a.a-niveau1 .advtm_menu_span {
  color: #1a1a1a;
  font-family: Sora;
  font-weight: 800;
  font-size: clamp(14px, 1vw, 20px);
}
.li-niveau1 a.advtm_menu_actif .advtm_menu_span {
  background: none;
}
#adtm_menu .li-niveau1 a.advtm_menu_actif .advtm_menu_span {
  text-decoration: underline;
}

#adtm_menu ul#menu li.li-niveau1 a.a-niveau1 {
  border: none;
}
#header .header-nav {
  border-bottom: none;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  display: none;
}

@media screen and (min-width: 768px) {
  #adtm_menu ul#menu {
    flex-wrap: nowrap;
    justify-content: flex-end;
    gap: 1.5vw;
  }
  .li-niveau1 a span {
    padding: 0;
  }
  .li-niveau1 a:hover .advtm_menu_span,
  .li-niveau1 .advtm_menu_span:hover,
  .li-niveau1:hover > a.a-niveau1 .advtm_menu_span {
    background-color: #fff;
    background: none;
  }
  #adtm_menu .li-niveau1 a.a-niveau1:hover .advtm_menu_span,
  .li-niveau1:hover > a.a-niveau1 .advtm_menu_span {
    color: #1a1a1a;
    text-decoration: underline;
  }
}
@media screen and (min-width: 1000px) {
  #adtm_menu ul#menu {
    gap: clamp(15px, 3vw, 80px);
  }
}
@media screen and (max-width: 767px) {
  #header .header-banner {
    display: none;
  }
  #header .header-nav {
    max-height: 100px;
  }
  #header .header-top > .container {
    justify-content: start;
    margin-left: 10vw;
    font-size: 25px;
  }
  #header .header-top > .container > .row:first-of-type {
    display: none;
  }
  #adtm_menu ul#menu li.li-niveau1 a.a-niveau1 .advtm_menu_span {
    font-size: 25px;
  }
  .hidden-md-up {
    padding: 18px 36px;
    display: flex;
    align-items: center;
  }
  #_mobile_logo {
    margin-left: auto;
  }
  #header.is-open {
    transition: all 0.3s ease;
  }
  #header .top-logo img {
    max-height: 4rem;
  }
  #header .header-nav #menu-icon {
    margin: 0;
  }
  #menu-icon span {
    font-size: xxx-large;
    color: #1a1a1a;
    font-weight: 200;
  }
  #menu-icon.open .menu {
    display: none;
    opacity: 1;
  }
  #menu-icon {
    transition: opacity 0.3s ease;
  }
  #menu-icon.open .close {
    display: inline;
    opacity: 1;
  }

  #menu-icon .close {
    display: none;
    opacity: 0;
  }
  #adtm_menu.adtm_menu_toggle_open .li-niveau1.sub.adtm_sub_open a .advtm_menu_span,
  .li-niveau1 a:focus .advtm_menu_span,
  .li-niveau1 a.advtm_menu_actif .advtm_menu_span,
  .li-niveau1 .advtm_menu_span:focus,
  .li-niveau1:focus > a.a-niveau1 .advtm_menu_span {
    background: none;
  }
}
#adtm_menu ul#menu {
  flex-wrap: nowrap;
}

.cateProduct__container,
.newsProduct__container,
.selectDress__container,
.styleHere__container,
.feedInsta__container {
  padding: 0px 5.5vw 0px 5.5vw;
  margin-top: 140px;
}
@media screen and (max-width: 767px) {
  .cateProduct__container,
  .newsProduct__container,
  .selectDress__container,
  .styleHere__container,
  .feedInsta__container {
    padding: 0px 34px 0px 34px;
    margin-top: 84px;
  }
  .product .product-miniature {
    width: 50vw !important;
    margin-inline: auto;
  }
  .product-miniature picture {
    max-width: 211px;
    width: 40vw;
    max-height: 230px;
  }
  .product-miniature picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .product-miniature a {
    font-size: 9px !important;
    font-weight: 900;
  }
  .product.col-xs-12 {
    width: auto;
  }
  .product-miniature {
    max-width: 40vw;
  }
  #js-product-list .products {
    gap: 10px;
  }
  #products .products,
  .featured-products .products {
    justify-content: space-around;
  }
}
#wrapper {
  background: #fff;
}
.shttSlider__slide {
  border-radius: 23px;
}
.elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .shttSlider .swiper-wrapper {
    height: 70vh !important;
  }
}

.carouselHome__products {
  margin-top: 36px;
}
/** Categories **/
.cateProduct__title .elementor-heading-title {
  color: #1a1a1a;
  font-family: "Sora", sans-serif;
  font-size: 25px;
  font-weight: 800;
  line-height: 31px;
}
.btnCate__mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .cateProduct__title .elementor-heading-title {
    text-align: center;
  }
  .btnCate__desktop {
    display: none;
  }
  .btnCate__mobile {
    display: block;
  }
  .elementor-swiper-button {
    display: none;
  }
}
/** Carrousel categories **/
.cateHome__carrousel {
  margin-top: 60px;
}
.cateHome__carrousel .swiper-wrapper {
  height: 276px;
}
.cateHome__carrousel .swiper-slide {
  border-radius: 23px;
  background: #1a1a1a;
}
.cateHome__carrousel img {
  opacity: 0.77;
  object-fit: cover;
}

/** News **/
.newsProduct__title .elementor-heading-title {
  color: #1a1a1a;
  font-family: "Sora", sans-serif;
  font-size: 25px;
  font-weight: 800;
  line-height: 31px;
}

@media screen and (max-width: 767px) {
  .newsProduct__title .elementor-heading-title {
    font-size: 20px;
    line-height: 25px;
    text-align: center;
  }
  .cateHome__carrousel .swiper-wrapper {
    height: 183px;
  }
  .cateHome__carrousel .elementor-carousel-wrapper {
    margin-bottom: 63px;
  }
}

/** Brand Carrousel **/
.brandHome__carrousel {
  margin-top: 60px;
}
.brandHome__carrousel .swiper-wrapper {
  height: 276px;
}
.brandHome__carrousel .swiper-slide {
  border-radius: 23px;
  background: #1a1a1a;
}
.brandHome__carrousel img {
  opacity: 0.42;
  object-fit: cover;
}
.brandHome__title .elementor-heading-title {
  color: #1a1a1a;
  font-family: "Sora", sans-serif;
  font-size: 25px;
  font-weight: 800;
  line-height: 31px;
  padding-left: 5.5vw;
}
.brandHome__container {
  margin-top: 140px;
}
@media screen and (max-width: 767px) {
  .brandHome__title {
    display: none;
  }
  .brandHome__carrousel .swiper-wrapper {
    height: 183px;
  }
}

/** Selection of the month **/
.selectDress__title .elementor-heading-title {
  color: #1a1a1a;
  font-family: "Sora", sans-serif;
  font-size: 25px;
  font-weight: 800;
  line-height: 31px;
}
@media screen and (max-width: 767px) {
  .selectDress__title .elementor-heading-title {
    font-size: 20px;
    line-height: 25px;
    text-align: center;
  }
}

/** Style Start Here **/
.styleHere__text .elementor-text-editor {
  color: #1a1a1a;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 35px;
}
.styleHere__title .elementor-heading-title {
  color: #1a1a1a;
  font-family: "Sora", sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 65px;
}
.styleHere__right {
  padding: 165px;
}
@media screen and (max-width: 767px) {
  .styleHere__container {
    margin-top: 88px;
  }
  .styleHere__container .elementor-row {
    flex-direction: column-reverse;
  }
  .styleHere__container .elementor-image {
    margin-top: 63px;
  }
  .styleHere__title .elementor-heading-title {
    font-size: 35px;
    line-height: 65px;
  }
  .styleHere__text .elementor-text-editor {
    font-size: 13px;
    line-height: 25px;
  }
  .styleHere__right {
    padding: 0;
  }
}

/** Feed Instagram **/
@layer {
  .feedInsta__account .elementor-heading-title {
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  .feedInsta__container {
    margin-top: 88px;
  }
  @layer {
    .feedInsta__account .elementor-heading-title {
      text-align: center;
    }
    .feedInsta__title .elementor-heading-title {
      text-align: center;
    }
  }
}

/** Footer **/

.text-sm-center a {
  color: #1a1a1a;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 15px;
}

.text-sm-center a::after {
  content: "|";
}
.text-sm-center a:last-child::after {
  content: none;
}

.footer-container {
  background-color: #1a1a1a;
}

.footer-market {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2.5vh;
}
.footerMarket__title {
  font-family: Sora;
  font-weight: bold;
  color: #fff;
  font-size: 2.5rem;
  margin: none;
  text-align: center;
  line-height: 45px;
}
.footerMarket__separator {
  display: block;
  background-color: #fff;
  width: 10vw;
  height: 1px;
  margin: 27.5px 0;
}
.footerMarket__container {
  display: flex;
  justify-content: space-around;
}
.footerMarket {
  display: flex;
  align-items: center;
  flex-direction: column;
  font-family: "Lato", sans-serif;
  font-size: 15px;
  margin-right: 3vw;
}
.footerMarket:last-child {
  margin-right: none;
}
.footerMarket__poitiers--different {
  margin-right: 3vw;
}
.footerMarket__poitiers--different:last-child {
  margin-right: 0;
}
.footerMarket__name {
  font-weight: 900;
  color: #fff;
  font-size: 15px;
  text-align: center;
}
.footerMarket__address,
.footerMarket__number {
  font-weight: 500;
  color: #fff;
  text-align: center;
}

.footerMarket__poitiers {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footerMarket__address {
  margin-top: 1.5vh;
}

.footerMarket__bottom {
  width: 100%;
  background-color: #fff;
  margin: 0;
}

.text-sm-center {
  margin: 1vh 0;
}

#footer {
  position: relative;
  bottom: 0;
}

@media screen and (max-width: 767px) {
  .footer-container > .container {
    padding-left: 47px;
    padding-right: 47px;
  }
  .footer-market {
    justify-content: center;
  }
  .footerMarket__container {
    flex-direction: column;
  }
  .footerMarket__title {
    font-size: 1.5rem;
  }
  .footerMarket__poitiers {
    flex-direction: column;
  }
  .text-sm-center {
    text-align: center;
  }
  .footerMarket {
    margin-bottom: 3vh;
    margin-right: 0;
  }
  .footerMarket:last-child {
    margin-bottom: 0;
  }
  .text-sm-center {
    margin: 0;
  }
}

/** Product Page **/
.col-thumbnails {
  max-width: 100%;
}
/** Product Image **/
#thumbnailsImage__products {
  display: flex;
  justify-content: center;
  width: 45vw;
  min-width: 400px;
  max-width: 730px;
  max-height: 790px;
  gap: 1vw;
}
.product-cover {
  display: flex;
}
.product-cover img {
  object-fit: cover;
}
.productImg__list {
  width: 83px;
  height: 83px;
  margin-bottom: 14px;
}
.productImg__small {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}
.product-images {
  padding: 0;
}
.product-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1vw;
}
.container {
  width: 100vw;
  font-family: "Sora";
}
.page-content .scroll-box-arrows.scroll {
  display: none;
}
.product-images > li.thumb-container .thumb {
  width: 100px;
  height: 100px;
  margin-right: 10px;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  cursor: pointer;
  object-fit: cover;
}
.elementor-image-carousel-caption {
  position: absolute;
  top: 23px;
  left: 28px;
  font-size: 30px !important;
  font-weight: 900 !important;
  color: #fff !important;
  font-family: "Lato", sans-serif !important;
}
/* Carrousel Product Mobile */
#contentDesktop {
  display: block;
}
#contentMobile {
  display: none;
}
.wishlist-button-add {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .product-cover {
    display: none;
  }
  #contentDesktop {
    display: none;
  }
  #contentMobile {
    display: flex;
  }
  #contentMobile {
    width: 100%;
    height: 100%;
  }
  .elementor-widget:not(:last-child) {
    margin-bottom: 0;
  }
  .elementor-image-carousel-caption {
    font-size: 18px !important;
  }

  #contentMobile .swiper-slide.SwipSlide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
  }

  #contentMobile .swiper-slide.SwipSlide img {
    width: 100%; /* L'image prendra la largeur totale de .swiper-slide */
    height: auto;
    object-fit: cover;
  }
  /* Product Home */
  .swiper-container-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    display: none !important;
  }
  /* Brand carrousel */
  .brandHome__container {
    margin-top: 0;
  }
}

.block-categories .category-sub-menu li[data-depth="1"],
.product-prices div {
  margin-bottom: 0;
}
.productDetail__right {
  max-width: 600px;
}

@media screen and (max-width: 767px) {
  .productDetail__right {
    padding: 34px;
  }
}
#main .images-container .js-qv-mask.scroll {
  width: auto;
}

#main .images-container .js-qv-mask {
  overflow: auto;
  white-space: wrap;
}
#wrapper .breadcrumb li::after {
  content: url(../svg/arrow-right-short.svg);
  margin: 0 10px;
  color: #1a1a1a;
}
.product__name {
  font-family: "Sora";
  font-weight: 500;
  font-size: 25px;
  /* line-height: 35px; */
  color: #1a1a1a;
}
.product__brand {
  font-weight: 800;
}
.qtySelect__container {
  min-width: 178px;
}
@media screen and (max-width: 767px) {
  .product__name {
    font-size: 16px;
    line-height: 25px;
  }
}
.productLink__description {
  font-size: 15px;
  text-decoration: underline;
  color: #1a1a1a;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .productLink__description {
    font-size: 10px;
    line-height: 25px;
  }
}
.current-price-value {
  font-size: 25px;
  font-weight: 800;
  color: #1a1a1a;
}
@media screen and (max-width: 767px) {
  .current-price-value {
    font-size: 16px;
  }
}
.custom-checkbox input[type="checkbox"] + span.color,
.variant-links .color,
label .color {
  width: 2.125rem;
  height: 2.125rem;
}

.block-social ul,
.product-quantity {
  gap: 1vh;
}
.product-quantity {
  flex-direction: column;
}
.product-actions .add-to-cart {
  width: 100%;
  height: 60px;
  background-color: #b09f8d;
  font-size: 15px;
  font-weight: 800;
}
.product-cover-modal {
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .product-actions .add-to-cart {
    font-size: 10px;
  }
  .control-label {
    font-size: 10px;
  }
}
.product-actions .add-to-cart:hover {
  background-color: #fff;
  color: #b09f8d;
  border: 1px solid #b09f8d;
}
.product-variants {
  width: 60%;
}
.colorProducts {
  display: flex;
  flex-direction: column;
}
.colorProducts__list {
  margin-bottom: 0;
}
.sizeQty__products {
  display: flex;
  flex-direction: row-reverse;
  justify-content: start;
  gap: 1vw;
}
.form-control {
  border: 1px solid #000;
  color: #1a1a1a;
  background-color: #fff;
  font-weight: 800;
  font-size: 18px;
}

.sizeSelect {
  width: 100%;
  background: url(../svg/arrow-down.svg) no-repeat right 10px center;
}
select.form-control:not([size]):not([multiple]) {
  height: 3rem;
}
@media screen and (max-width: 767px) {
  .product-variants {
    width: 48%;
    min-width: 40%;
  }
  .form-control {
    font-size: 13px;
  }
  select.form-control:not([size]):not([multiple]) {
    height: 3rem;
  }
}
.qty {
  border: 1px solid #000;
  height: 3rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 13px;
  font-weight: 800;
}
.qty label {
  margin: 0;
  color: #1a1a1a;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .qty label {
    font-size: 13px;
  }
  .qty {
    height: 3rem;
  }
}

.bootstrap-touchspin input.form-control,
.bootstrap-touchspin input.input-group.qtySelect {
  border: none;
  text-align: center;
}
.bootstrap-touchspin .btn-touchspin {
  border: none;
  margin-left: 1vw;
}
.bootstrap-touchspin .input-group-btn-vertical .touchspin-down::after {
  content: url(../svg/arrow-down.svg);
}
.bootstrap-touchspin .input-group-btn-vertical .touchspin-up::after {
  content: url(../svg/arrow-up.svg);
}
.sizeGuide {
  margin-top: 10px;
}
.sizeGuide a {
  color: #1a1a1a;
  font-weight: 800;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .sizeGuide a {
    font-size: 10px;
  }
}

.tabs {
  padding: 0;
}

.tabs .nav-tabs {
  border-bottom: #b09f8d 1px solid;
}
.tabs .nav-tabs .nav-link.active,
.tabs .nav-tabs .nav-link:hover {
  border-bottom: #b09f8d 3px solid;
}
.tabs .nav-tabs .nav-link.active,
.tabs .nav-tabs .nav-link {
  color: #1a1a1a;
  font-size: 20px;
  font-weight: 800;
}
.product-description p,
.product-description p span {
  font-size: 15px;
  font-weight: 500;
  color: #1a1a1a;
  line-height: 35px;
}

@media screen and (max-width: 767px) {
  .product-container {
    flex-direction: column;
  }
  .tabs .nav-tabs .nav-link.active,
  .tabs .nav-tabs .nav-link {
    font-size: 16px;
  }
  .product-description p,
  .product-description p span {
    font-size: 13px;
    line-height: 25px;
  }
  .col-md-6.col-thumbnails {
    padding: 0;
  }
  .col-xs-12 {
    padding: 0;
  }
}

/* Product Page categorie */
#search_filters > .h6,
#search_filters_brands > .h6,
#search_filters_suppliers > .h6 {
  font-weight: 800;
}
.col-lg-5.hidden-sm-down.total-products {
  visibility: hidden;
}
.products article .wishlist-button-add {
  display: none;
}
.productColorPicker {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
.productColorPicker__container {
  display: flex;
  gap: 5px;
  justify-content: center;
  margin-top: 1vh;
}
.product-miniature .thumbnail-container:focus .product-description::after,
.product-miniature .thumbnail-container:hover .product-description::after {
  display: none;
}

.productDescription__catalog {
  font-family: "Lato", sans-serif;
}
.product-miniature .product-title a {
  font-size: 15px;
  font-weight: 900;
  color: #1a1a1a;
}
.product-miniature .product-price-and-shipping {
  font-size: 15px;
  font-weight: 900;
  color: #b7403a;
}
.product-miniature .thumbnail-container .product-thumbnail img {
  height: 290px;
  width: 290px;
  object-fit: cover;
}
.brands-sort .select-title,
.products-sort-order .select-title,
.suppliers-sort .select-title {
  width: 254px;
  border: 1px solid #121212;
  font-family: Sora;
  font-size: 16px !important;
  font-weight: 800;
}
.brands-sort .dropdown-menu,
.products-sort-order .dropdown-menu,
.suppliers-sort .dropdown-menu {
  width: 254px;
}
.products-selection .sort-by {
  font-family: Sora;
  font-size: 16px !important;
  font-weight: 800;
  color: #121212;
}

#left-column {
  padding-left: 140px;
}
#search_filters .facet .facet-title {
  font-family: Sora;
  font-size: 15px;
  line-height: 31px;
  font-weight: 800;
  color: #1a1a1a;
}
.filterTitle__collapse {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #aea192;
}

.material-symbols-outlined.hideFilter {
  display: none;
}
.collapseFilter {
  margin-top: 2vh;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.2s ease-out;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}

.showFilter {
  cursor: pointer;
}

.hideFilter {
  display: none;
  cursor: pointer;
}
.pagination {
  display: none;
}
#products .up {
  display: none;
}
.products-selection .sort-by-row {
  justify-content: end;
  gap: 1vw;
}
#search_filter_controls button {
  border: 1px solid #121212;
  font-family: Sora;
  font-size: 16px;
  font-weight: 800;
  color: #121212;
  background: none;
}
.facet-label {
  display: flex;
  align-items: center;
}
#search_filters .facet .facet-label .custom-checkbox,
#search_filters .facet .facet-label .custom-radio {
  top: 0;
}
.page-not-found h4,
.page-not-found p {
  color: #1a1a1a;
  font-family: Sora;
}

@media screen and (max-width: 767px) {
  .brands-sort,
  .products-sort-order,
  .suppliers-sort {
    display: none;
  }
  .products-selection .filter-button {
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    height: 54px;
    width: 50%;
  }
  .products-selection .filter-button button {
    border: 1px solid #121212;
    font-family: Sora;
    font-size: 16px;
    font-weight: 800;
    color: #121212;
    background: none;
  }
  .products-selection .showing {
    display: none;
  }
  #category #left-column #search_filters {
    border: none;
  }
  #category #left-column #search_filters_wrapper {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
    margin-top: 5vh;
  }
  #left-column {
    padding-left: 0;
    display: flex;
    justify-content: center;
    position: absolute;
    top: 0;
    width: 100vw;
    z-index: 1000;
    /* height: 100vh; */
    background: #fff;
    align-items: center;
  }
  #category #left-column #search_filter_controls button.cancel {
    margin-top: 20px;
    width: 143px;
    background: #fff;
    color: #000;
  }
  #search_filter_controls {
    padding: 0;
    display: flex;
    flex-direction: column;
  }
  #category #left-column #search_filters .facet .collapse {
    display: block;
  }
  #category #left-column #search_filters .facet {
    border: none;
  }
  .container .row {
    margin: 0;
  }
  .products-selection .col-lg-7 {
    margin-bottom: 3vh;
  }
  #category #left-column #search_filters .facet ul li {
    border: none;
  }
  #category #left-column #search_filter_controls button {
    width: 253px;
    height: 47px;
    background: #1a1a1a;
    color: #fff;
    font-family: Sora;
    font-size: 16px;
    font-weight: 800;
  }
}
/* Contact Page */

.contactContainer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 9.5vw;
}
.contactLeft {
  width: 75%;
  padding-right: 10vw;
}
.contactLeft > p {
  font-size: 15px;
  font-weight: 500;
  color: #1a1a1a;
  line-height: 35px;
  font-family: Sora;
}
.contactLeft h2 {
  font-family: "Sora", sans-serif;
  font-size: 25px;
  font-weight: 800;
  color: #1a1a1a;
  line-height: 31px;
  margin-bottom: 10px;
}
.contactMarket__container {
  display: flex;
  background-color: #f7f7f7;
  margin-bottom: 1.5vh;
}

.contactMarket__infos {
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-family: Lato;
}
.contactMarket__infos p {
  font-size: 15px;
  font-weight: 500;
  color: #1a1a1a;
}
.contactMarket__infos p:last-child {
  margin-bottom: 0;
}
.contactMarket__container iframe {
  margin-left: auto;
}
#wpcf7-f1-o1 h3 {
  font-family: Sora;
  font-size: 30px;
  color: #1a1a1a;
  line-height: 35px;
  font-weight: 800;
}

#wpcf7-f1-o1 input,
#wpcf7-f1-o1 textarea {
  width: 100%;
  height: 73px;
  border: 1px solid #b09f8d;
  font-size: 15px;
  font-weight: 500;
  color: #1a1a1a;
  padding: 0 20px;
  margin-bottom: 1.5vh;
}
#wpcf7-f1-o1 label {
  font-family: Sora;
  font-size: 17px;
  font-weight: 500;
  color: #1a1a1a;
  line-height: 35px;
}
#wpcf7-f1-o1 textarea {
  height: 270px;
  padding-block: 20px;
  font-family: Sora;
  font-size: 15px;
  font-weight: 500;
  color: #1a1a1a;
}
#wpcf7-f1-o1 .wpcf7-submit {
  border: none;
  background: #b09f8d;
  color: #fff;
  font-weight: 800;
  font-family: Sora;
  font-size: 17px;
}
#wpcf7-f1-o1 .wpcf7-submit:hover {
  background: #fff;
  color: #b09f8d;
  border: 1px solid #b09f8d;
}
.form-control:focus {
  outline: 0.1875rem solid #b09f8d;
}

@media screen and (max-width: 900px) {
  .contactContainer {
    flex-direction: column-reverse;
    padding: 0 36px;
  }
  .contactLeft {
    width: 100%;
    padding-right: 0;
  }
  .contactMarket__infos {
    padding: 20px;
  }
  #wpcf7-f1-o1 h3 {
    font-size: 25px;
    line-height: 40px;
    margin-top: 5vh;
  }
  #wpcf7-f1-o1 input,
  #wpcf7-f1-o1 textarea {
    height: 50px;
  }
  #wpcf7-f1-o1 textarea {
    height: 150px;
  }
  #wpcf7-f1-o1 .wpcf7-submit {
    height: 50px;
    font-size: 15px;
  }
  .contactLeft h2 {
    line-height: 40px;
  }
  .contactMarket__container iframe {
    margin: 0;
    width: 100%;
  }
  .contactMarket__container {
    flex-direction: column;
    align-items: center;
  }
  .contactMarket__infos {
    text-align: center;
    padding: 35px;
  }
  .contactMarket__infos h3 {
    font-size: 15px;
  }
  .contactMarket__container {
    margin-bottom: 5vh;
  }
}

/* Page Magasin */
.pageMarket__info {
  margin-bottom: 2vh;
}
.pageMarket__info .elementor-column-wrap {
  align-items: center;
}
.pageMarket__info .elementor-heading-title {
  font-family: "Sora", sans-serif;
  font-size: 25px;
  font-weight: 800;
  color: #1a1a1a;
  line-height: 31px;
  margin-bottom: 10px;
}

.pageMarket__info .elementor-text-editor {
  font-family: "Lato", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #1a1a1a;
}
.pageMarket__info img {
  padding: 10px;
}
.imageMarket__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2vh;
}
.imageMarket__container img {
  padding: 10px;
}
.virtualVisit__container {
  padding: 10px;
  margin-bottom: 2vh;
}
.marketMaps__container iframe {
  height: 290px;
  margin-bottom: 2vh;
}
/* Page Pack de produit */
.product-pack {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  margin-top: 0;
  gap: 3vh;
}
.pack-product-name {
  flex-direction: column;
  align-items: start !important;
}
.thumb-mask > .mask {
  width: 200px;
  height: 200px;
  margin: 0;
}
.thumb-mask > .mask img {
  width: 100%;
  height: 100%;
}

.product-pack .pack-product-container {
  gap: 2vw;
}
.packProduct__right {
  display: flex;
  flex-direction: column;
}
.packProduct__button {
  margin-top: auto;
}
.packProduct__button a {
  border: 1px solid #1a1a1a;
  background: none;
  color: #1a1a1a;
  font-weight: 800;
  font-family: Lato;
  font-size: 1rem;
}
.packProduct__button a:hover {
  background: #1a1a1a;
  color: #fff;
}
.pack-product-name h2 {
  font-size: 25px;
  font-weight: 800;
  color: #1a1a1a;
  line-height: 31px;
}
.pack-product-name p {
  margin: 0;
  color: #1a1a1a;
  font-weight: 500;
}
.pack-product-price {
  margin-top: auto;
}
#product #content {
  margin: 0;
  max-width: none;
}
#main {
  padding-inline: clamp(20px, 9vw, 140px);
}
.packProduct__description {
  font-family: Sora;
  font-size: 15px;
  font-weight: 500;
  line-height: 35px;
  margin-top: 2vh;
}
.packProduct__description .elementor-heading-title {
  font-size: 30px;
  font-weight: 800;
  color: #1a1a1a;
  line-height: 65px;
  font-family: Sora;
  border-bottom: 1px solid #aea192;
}
.packProduct__description p {
  color: #1a1a1a;
}
.packProduct__similaire {
  margin-top: 4vh;
}
.packProduct__similaire .elementor-heading-title {
  font-size: 25px;
  font-weight: 800;
  color: #1a1a1a;
  line-height: 31px;
  font-family: Sora;
}
.product-description-pack p {
  font-size: 15px;
  font-weight: 500;
  color: #1a1a1a;
  line-height: 35px;
  font-family: Sora;
}
.product-description-pack {
  margin-bottom: 4vh;
}
.packProdSwip {
  height: 198px;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url(../svg/arrow-right.svg);
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url(../svg/arrow-left.svg);
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: none !important;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: none !important;
}
@media screen and (max-width: 1350px) {
  #main {
    padding-inline: clamp(20px, 3vw, 140px);
  }
}
@media screen and (max-width: 767px) {
  #main {
    padding-inline: 0px;
  }
  .packProdSwip {
    width: 137px;
    height: 137px;
  }
  .thumb-mask > .mask {
    width: 137px;
    height: 137px;
  }
  .product-pack .pack-product-container {
    align-items: center;
  }
  .product-description-pack {
    padding-inline: 34px;
  }
  .product-description-pack p {
    font-size: 13px;
    line-height: 30px;
  }
  .packProduct__description .elementor-heading-title {
    font-size: 25px;
    line-height: 40px;
    margin-bottom: 3vh;
  }
  .packProduct__description {
    padding-inline: 34px;
  }
  .packProduct__description p {
    font-size: 13px;
    line-height: 28px;
  }
  .packProduct__similaire .elementor-heading-title {
    text-align: center;
    font-size: 20px;
  }
  .pack-product-name h2 {
    font-size: 15px;
    line-height: 18px;
  }
  .pack-product-name p {
    font-size: 11px;
    line-height: 18px;
  }
  .packProduct__button a {
    font-size: 11px;
  }
  .pack-product-price strong {
    font-size: 13px;
  }
}
