/* Child Theme CSS */
/* stylelint-disable */
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
:root {
  --content-width: 1470px;
}

.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: var(--content-width);
}

:root {
  --font-size-body:14px;
  --body-weight: var(--font-normal);
  --body-line-height: normal;
  --body-letter-spacing: 0.3px;
  --body-text-transform: unset;
  --body-font-family: "Poppins";
  --heading-font-family: "Poppins";
}
:root .h1, :root .h2, :root .h3, :root .h4, :root .h5, :root .h6, :root h1, :root h2, :root h3, :root h4, :root h5, :root h6 {
  --heading-letter-spacing: normal;
  --heading-text-transform: none;
}
:root .h1, :root h1 {
  --h1-size: 38px;
  line-height: 1.2;
  font-weight: var(--font-semibold);
}
:root .h2, :root h2 {
  --h2-size: 32px;
  line-height: 1.2;
  font-weight: var(--font-semibold);
}
:root .h3, :root h3 {
  --h3-size: 26px;
  line-height: 1.2;
  font-weight: var(--font-semibold);
}
:root .h4, :root h4 {
  --h4-size: 24px;
  line-height: 1.2;
  font-weight: var(--font-medium);
}
:root .h5, :root h5 {
  --h5-size: 20px;
  line-height: 1.2;
  font-weight: var(--font-medium);
}
:root .h6, :root h6 {
  --h6-size: 18px;
  line-height: 1.2;
  font-weight: var(--font-medium);
}
@media (max-width: 1199px) {
  :root .h2, :root h2 {
    --h2-size: 28px;
  }
}
@media (max-width: 991px) {
  :root {
    --font-size-body: 15px;
  }
  :root .h1, :root h1 {
    --h1-size: 32px;
  }
  :root .h2, :root h2 {
    --h2-size: 26px;
  }
  :root .h3, :root h3 {
    --h3-size: 24px;
  }
  :root .h4, :root h4 {
    --h4-size: 22px;
  }
}
@media (max-width: 767px) {
  :root {
    --font-size-body: 14px;
  }
  :root .h1, :root h1 {
    --h1-size: 28px;
  }
  :root .h2, :root h2 {
    --h2-size: 24px;
  }
  :root .h3, :root h3 {
    --h3-size: 20px;
  }
  :root .h4, :root h4 {
    --h4-size: 20px;
  }
}

@media (max-width: 991px) {
  #hero_section.hero-section .page-title-wrapper {
    min-height: 100px;
  }
}
@media (max-width: 767px) {
  #hero_section.hero-section .page-title-wrapper {
    min-height: 80px;
  }
}
:root {
  --btn-font-family: var(--body-font-family);
  --btn-font-size: 14px;
  --btn-radius:30px;
  --btn-border-width: 0;
  --btn-weight:600;
  --btn-primary-color:var(--palette3);
  --btn-cart-color:var(--palette3);
  --btn-secondary-hover-color:var(--palette3);
}
@media (max-width: 991px) {
  :root {
    --btn-font-size: 14px;
    --btn-height: 38px;
    --btn-line-height: 38px;
    --btn-padding-x: 15px;
  }
}
@media (max-width: 767px) {
  :root {
    --btn-height: 36px;
    --btn-line-height: 36px;
  }
}

.block-categories .category-top-menu {
  margin-bottom: 0;
}

.product-filter #search_filters .block-content section.facet ul.collapse {
  margin-bottom: 0;
}

#subcategories ul li {
  width: 16%;
}

@media (min-width: 1366px) {
  .layout-left-column #left-column,
  .layout-right-column #left-column {
    width: 20%;
  }
  .layout-left-column #content-wrapper,
  .layout-right-column #content-wrapper {
    width: 80%;
  }
}
@media (min-width: 992px) {
  #left-column .sidebar-latest.block, #right-column .sidebar-latest.block, #search_filters, #search_filters_brands, #search_filters_suppliers, .block-categories, ul.grid_list li {
    padding: 5px;
  }
  #search_filters .block-title, .category-top-menu .block-title {
    padding: 12px 15px;
    border-bottom: 0;
    background: var(--palette8);
  }
  #search_filters .block-title .title, .category-top-menu .block-title .title {
    font-size: 16px;
    line-height: 20px;
  }
  .products-list.shop-page .products.product-loop.list .product-miniature .thumbnail-container .product-description .product-title a {
    font-size: 18px;
  }
  #subcategories .subcategory-heading {
    font-size: 24px;
    font-weight: var(--font-medium);
  }
  .block-content {
    padding-inline: 15px;
  }
  #left-column #search_filters .facet .collapse,
  #left-column #search_filters_brands .facet .collapse,
  #left-column #search_filters_suppliers .facet .collapse {
    border-bottom: 1px solid var(--color-border);
    padding-bottom: 15px;
    margin-bottom: 10px;
  }
  #left-column #search_filters .facet[data-type=price] .collapse,
  #left-column #search_filters_brands .facet[data-type=price] .collapse,
  #left-column #search_filters_suppliers .facet[data-type=price] .collapse {
    padding-bottom: 25px;
  }
  #left-column #search_filters .facet:last-child .collapse,
  #left-column #search_filters_brands .facet:last-child .collapse,
  #left-column #search_filters_suppliers .facet:last-child .collapse {
    border-bottom: 0;
    padding-bottom: 0;
  }
}
:root {
  --price-size:16px;
  --price-weight:500;
  --border-radius: 0;
  --product-title-color:#0a7ef0;
  --product-title-hover-color:#111111;
  --bages-sale-color: #ef2d2d;
  --bages-nostock-color: #ff8e3e;
  --bages-pack-color: #86bc43;
  --bages-new-color: #44b367;
}
@media (max-width: 991px) {
  :root {
    --price-size:15px;
  }
}

.products.product-loop .swiper-slide {
  padding-bottom: 0;
}
.products.product-loop .product-miniature .thumbnail-container .thumbnail-top .mini-actions .btn-action:hover {
  color: var(--palette3);
}
.products.product-loop .product-miniature .thumbnail-container .product-description {
  text-align: left;
}
.products.product-loop .product-miniature .thumbnail-container .product-description .product-list-reviews {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

.product-flags li.product-flag.new {
  background-color: var(--bages-new-color);
}
.product-flags li.product-flag.out_of_stock {
  background-color: var(--bages-nostock-color);
}
.product-flags li.product-flag.pack {
  background-color: var(--bages-pack-color);
}

.products.product-loop.list .product-miniature .thumbnail-container {
  padding-inline: 0;
}

@media (max-width: 767px) {
  .products.product-loop .product-miniature .thumbnail-container .product-description .product-title a {
    min-height: auto;
  }
}
:root {
  --product-title-single-size: 24px;
}

@media (max-width: 991px) {
  :root {
    --product-title-single-size: 22px;
  }
}
@media (max-width: 767px) {
  :root {
    --product-title-single-size: 18px;
  }
}
/* //single product */
.page-product .products-section-title {
  font-size: 24px;
  text-transform: capitalize;
  font-weight: var(--font-medium);
}

.images-container .product-cover picture {
  outline: 1px solid var(--color-border);
  outline-offset: -2px;
}

#product .product-container .product-title {
  font-weight: var(--font-medium);
}
#product .product-container .brand-title {
  margin-bottom: 8px;
}

.tabs .nav-tabs .nav-link.active, .tabs .nav-tabs .nav-link:hover {
  background: var(--palette1);
  color: var(--palette3);
}

.page-product .sidebar .elementor-element .elementor-container {
  padding: 0;
}

@media (max-width: 991px) {
  #products .products, .featured-products .products {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}
@media (max-width: 767px) {
  .product-details-top .product-prices .current-price-value, .product-details-top .product-prices .regular-price {
    --h4-size: 18px;
  }
}
@media (max-width: 479px) {
  .product-page-action-2 .product-add-to-cart .product-quantity .action-button, .product-page-action-3 .product-add-to-cart .product-quantity .action-button {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
/***************** back-to-top ****************/
.back-to-top a {
  border: 1px solid var(--palette9);
}
.back-to-top a:hover {
  border-color: var(--palette2);
}

/****************************Header**********************************/
#header .header-search .btn.search-button {
  line-height: 44px;
  max-height: 44px;
}
#header .header-search #search_category {
  max-width: 180px;
  font-size: 14px;
}
#header .header-search .btn-canvas i {
  line-height: 24px;
}
#header .header-search .btn-canvas i:before {
  vertical-align: top;
}
#header .header-search .item.products .image {
  border: 1px solid #e5e5e5;
}
#header .header-search .avasearch-items a.product-name {
  font-size: 14px;
  color: var(--product-title-color);
  font-weight: 500;
}
#header .header-search .avasearch-items a.product-name:hover {
  color: var(--product-title-hover-color);
}
#header .ava-search-bar .search-content .product_list_widget .item .avasearch-items .product-name {
  font-size: var(--product-title-size);
  font-weight: var(--product-title-weight);
}
#header .ava-search-bar .search-content .product_list_widget .item .avasearch-items .price {
  font-size: var(--price-size);
  font-weight: var(--price-weight);
  color: var(--palette3);
}
#header .header-cart .elementor-cart__toggle .label-content {
  display: block;
}
#header #_desktop_megamenu .avaorg-menu-horizontal .menu-content .menu-item {
  padding: inherit !important;
}
#header #_desktop_megamenu .avaorg-menu-horizontal .menu-content .menu-item .avaorg-sub-inner .avaorg-menu-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#header #_desktop_megamenu .avaorg-menu-horizontal .menu-content .menu-item.categories-menu .products.product-loop.product-list .product-miniature .thumbnail-container {
  -ms-grid-columns: 32% auto;
  grid-template-columns: 32% auto;
}
#header #_desktop_megamenu .avaorg-menu-horizontal .menu-content .menu-item.topdeals-menu .products.product-loop.product-list .product-miniature .thumbnail-container {
  -ms-grid-columns: 27% auto;
  grid-template-columns: 27% auto;
}
#header #_desktop_megamenu .avaorg-menu-horizontal .products.product-loop.visible .swiper-slide {
  border-right: 0 !important;
}
#header #_desktop_megamenu .avaorg-menu-horizontal .swiper-button-next:not(.images-container .swiper-button-next), #header #_desktop_megamenu .avaorg-menu-horizontal .swiper-button-prev:not(.images-container .swiper-button-prev) {
  background-color: var(--palette1);
  color: var(--palette3);
  border-radius: 100%;
}
#header #_desktop_megamenu .avaorg-menu-horizontal .swiper-button-next:not(.images-container .swiper-button-next):hover, #header #_desktop_megamenu .avaorg-menu-horizontal .swiper-button-prev:not(.images-container .swiper-button-prev):hover {
  background-color: var(--palette2);
  color: var(--palette9);
}
#header #_desktop_verticalmenu .avaorg-menu-vertical .menu-content {
  border: 2px solid var(--palette1);
  border-top-width: 0;
}

/* Optimisation de l'espacement du menu vertical */
#header #_desktop_verticalmenu .avaorg-menu-vertical .menu-content .menu-item > a {
  padding-left: 10px !important;
  padding-right: 34px !important;
}

#header #_desktop_verticalmenu .avaorg-menu-vertical .menu-content .menu-item > a .img-icon {
  margin-right: 6px !important;
}

#header #_desktop_verticalmenu .avaorg-menu-vertical .menu-content .menu-item > a span.icon-ava {
  right: 10px !important;
}

#header .header-contact .elementor-icon-box-title p {
  color: var(--palette1);
  font-weight: 600;
  margin: 0;
}

/*************************Home**************************/
.home-category-block .swiper-slide .item-inner {
  margin-bottom: 0 !important;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-columns: 80px 1fr;
  grid-template-columns: 80px 1fr;
}
.home-category-block .swiper-slide .item-inner:hover .image img {
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.home-category-block .swiper-slide .item-inner .image {
  display: inline-block;
}
.home-category-block .swiper-slide .item-inner .image img {
  width: auto;
}
.home-category-block .swiper-slide .item-inner .cat-des {
  margin: 0 0 0 10px;
}

.home-slider .elementor-slide-description {
  margin-bottom: 20px;
}
.home-slider .elementor-slide-description-text-2 span {
  font-weight: 400;
  font-size: 24px;
  text-decoration: line-through;
}
.home-slider .elementor-slide-description-text-3 {
  padding: 0 25px;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  text-align: left;
  border: 2px dashed rgb(17, 17, 17);
  width: 50%;
}
.home-slider .elementor-slide-button {
  max-height: 46px;
  line-height: 46px;
}

.brand-logo .cms-sticky-container {
  margin: 0 -15px;
  width: auto;
}

.elementor-image {
  overflow: hidden;
}

.testimonial .item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.testimonial .item-content .elementor-testimonial-content {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: 65%;
  margin-left: 40px;
}
.testimonial .item-content .elementor-testimonial-image {
  margin-inline: 0 30px;
}

ul.grid_list li.selected a svg {
  fill: var(--palette3);
}

#blockcart-modal .product-image {
  border: 1px solid var(--color-border);
}

/* //order confirmation page */
.order-confirmation-table div.details span {
  font-size: var(--product-title-size);
  font-weight: var(--product-title-weight);
  line-height: var(--product-title-line-height);
  font-family: var(--heading-font-family);
}
.order-confirmation-table div.row .text-xs-left,
.order-confirmation-table div.row .text-xs-right {
  font-size: var(--price-size);
  font-weight: var(--price-weight);
  color: var(--price-color);
}

/* //search page */
.ui-autocomplete.searchbar-autocomplete li a .autocomplete-thumbnail {
  width: 70px;
}
.ui-autocomplete.searchbar-autocomplete li a .product {
  font-size: var(--product-title-size);
  font-weight: var(--product-title-weight);
  line-height: var(--product-title-line-height);
  font-family: var(--body-font-family);
}

body#checkout #header {
  color: var(--palette9);
}
body#checkout #header .header-nav {
  background: var(--palette2);
}
body#checkout #header .header-nav .logo {
  max-width: 170px;
}
body#checkout #header .header-nav a {
  color: var(--palette9);
}
@media (min-width: 576px) {
  body#checkout #header .header-nav #_desktop_contact_link, body#checkout #header .header-nav #contact-link {
    margin-top: 10px;
  }
}

/*********************Footer***************************/
#footer .block_newsletter {
  background-color: transparent;
}
#footer .block_newsletter .newsletter-content {
  text-align: center;
}
#footer .block_newsletter .newsletter-content .newsletter-title, #footer .block_newsletter .newsletter-content .newsletter-des {
  display: none;
}
#footer .block_newsletter .newsletter-form .newsletter-wrapper {
  width: 440px;
  max-width: 100%;
}
#footer .block_newsletter .newsletter-form .newsletter-wrapper input[type=submit] {
  border-radius: 0 var(--btn-radius) var(--btn-radius) 0;
  max-height: 44px;
  height: 44px;
  background: var(--palette1);
  color: var(--palette3);
}
#footer .block_newsletter .newsletter-form .newsletter-wrapper input[type=email] {
  border-radius: var(--btn-radius) 0 0 var(--btn-radius);
  border: 0;
  height: 44px;
  background-color: var(--palette9);
}
#footer .block_newsletter .newsletter-form .newsletter-condition {
  color: var(--palette9);
}
#footer .block_newsletter .newsletter-form .newsletter-condition .psgdpr_consent_message {
  color: var(--palette9);
  margin: 15px 0 0;
}
#footer .block_newsletter .newsletter-form .newsletter-condition .psgdpr_consent_message input[type=checkbox]:focus + span {
  border-color: var(--palette9);
}
#footer .block_newsletter .newsletter-form .newsletter-condition .psgdpr_consent_message input[type=checkbox] + span .checkbox-checked {
  color: var(--palette9);
}
#footer .footer-contact .block-contact {
  width: 100%;
  color: var(--palette6);
}
#footer .footer-contact .block-contact .block-contact-title {
  display: none;
}
#footer .footer-contact .block-contact #contact-infos {
  font-size: 14px;
  line-height: 1.8em;
}

/**************************Responsive********************************/
@media (min-width: 992px) and (max-width: 1440px) {
  .avaorg-menu-horizontal .avaorg-sub-inner .menu-banner.menu-banner-1 .menu-sub-title {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  #header .header-search #searchbox {
    width: 450px !important;
  }
  #header .header-search #searchbox .search-category-field {
    display: none;
  }
  #header .avaorg-menu-vertical .title_vertical {
    padding: 8px 60px 8px 10px;
  }
  #header .header-contact .elementor-icon-box-wrapper {
    display: none;
  }
  #wrapper .home-slider .swiper-slide-inner {
    max-width: 80%;
  }
  #wrapper .home-slider .swiper-slide-inner .swiper-slide-contents {
    max-width: 70%;
  }
  #wrapper .product-section span.elementor-heading-title {
    font-size: 14px;
  }
  #wrapper .product-section h3.elementor-heading-title {
    font-size: 20px;
  }
  #wrapper .home-category-block .swiper-slide .item-inner {
    -ms-grid-columns: 60px 1fr;
    grid-template-columns: 60px 1fr;
  }
  #wrapper .home-category-block .swiper-slide .item-inner .cat-des {
    margin: 0 0 0 5px;
  }
  #wrapper .home-category-block .swiper-slide .item-inner .cat-des .wp-caption-text {
    font-size: 13px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home-slider .elementor-slide-description-text-2 span {
    font-size: 20px;
  }
  .home-slider .elementor-slide-description-text-3 {
    padding: 0 15px;
  }
  .brand-logo .cms-sticky-container {
    margin: 0 -10px;
  }
  .testimonial .item-content .elementor-testimonial-content {
    margin-left: 20px;
  }
  .testimonial .item-content .elementor-testimonial-image {
    margin-inline: 0 20px;
  }
}
@media (max-width: 991px) {
  #mobile-menu-icon {
    font-size: 0;
  }
  #mobile-menu-icon i {
    color: var(--palette9);
    font-size: 26px;
  }
  #mobile-menu-icon i:hover {
    color: var(--palette1);
  }
  #wrapper .home-slider .elementor-slide-description-text-2 span {
    font-size: 16px;
  }
  #wrapper .home-slider .elementor-slide-description-text-3 {
    font-size: 14px;
    line-height: 36px;
    padding: 0 15px;
    width: 75%;
  }
  #wrapper .home-slider .elementor-slide-button {
    max-height: 40px;
    line-height: 40px;
  }
  .brand-logo .cms-sticky-container {
    margin: 0 -5px;
  }
  .testimonial .item-content .elementor-testimonial-content {
    margin-left: 15px;
  }
  .testimonial .item-content .elementor-testimonial-image {
    margin-inline: 0 15px;
  }
}
@media (max-width: 767px) {
  #wrapper .home-slider .elementor-slide-description-text-1, #wrapper .home-slider .elementor-slide-description-text-2 {
    display: none;
  }
  #wrapper .home-slider .elementor-slide-description-text-3 {
    font-size: 13px;
    line-height: 30px;
    padding: 0 10px;
    width: 80%;
  }
  #wrapper .brand-logo .cms-sticky-container {
    width: 100%;
  }
  .testimonial .item-content {
    display: block;
  }
  .testimonial .item-content .elementor-testimonial-content {
    width: 100%;
    margin-left: 0;
    text-align: center;
    margin-block: 0 10px;
  }
  .testimonial .item-content .elementor-testimonial-image, .testimonial .item-content .elementor-testimonial-details {
    margin: auto;
    text-align: center;
  }
  #footer .block_newsletter .newsletter-content .newsletter-title {
    padding-left: 20px;
    margin-bottom: 12px;
  }
  #footer .block_newsletter .newsletter-content .newsletter-title:before {
    background-size: 20px;
    width: 20px;
  }
  #footer .block_newsletter .newsletter-content .newsletter-des {
    margin-bottom: 12px;
  }
  #footer .block_newsletter .newsletter-form .newsletter-wrapper input[type=submit] {
    max-height: 40px;
    height: 40px;
  }
  #footer .block_newsletter .newsletter-form .newsletter-wrapper input[type=email] {
    height: 40px;
  }
  #footer .footer-contact .block-contact .block-contact-title {
    margin-bottom: 10px;
  }
}
@media (max-width: 540px) {
  .home-category-block .cat-wrapper .swiper-slide .item-inner {
    -ms-grid-columns: 60px 1fr;
    grid-template-columns: 60px 1fr;
  }
  #wrapper .cms-banner .elementor-column {
    width: 90%;
  }
}
@media (max-width: 479px) {
  #wrapper .brand-logo .cms-sticky-container {
    margin: 0;
  }
  #wrapper .home-category-block .swiper-slide .item-inner {
    -ms-grid-columns: 50px 1fr;
    grid-template-columns: 50px 1fr;
  }
  #wrapper .home-category-block .swiper-slide .item-inner .cat-des {
    margin: 0 0 0 5px;
  }
  #wrapper .home-category-block .swiper-slide .item-inner .cat-des .wp-caption-text {
    font-size: 13px;
  }
}
/* stylelint-enable */
/* ── H1 blog — spécificité maximale ── */
html body.page-blog section#hero_section .page-title-wrapper header.page-header h1 {
    display: none !important;
}
