/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

/*
span.woocommerce-Price-currencySymbol:after {
    content: "\00A0TTC";
    font-size: 12px;
    vertical-align: super;
}*/

/*  NAVIGATION GAUCHE */

@media (min-width: 1025px) {
  .wd-sticky-nav-enabled {
    --wd-sticky-nav-w: 0px !important;
  }

  .wd-sticky-nav.wd-hide-md {
    opacity: 0 !important;
    pointer-events: none;
  }
  .wd-sticky-nav.wd-hide-md.wd-opened {
    opacity: 1 !important;
    pointer-events: inherit;
  }
}
/* FIN NAVIGATION GAUCHE */

/* Header */

.wd-tools-element.wd-header-sticky-nav.wd-style-text.wd-design-8 a span {
  border-radius: 12px !important;
}

.wd-tools-element.wd-header-sticky-nav.wd-style-text.wd-design-8
  a
  span.wd-tools-inner {
  flex-direction: row-reverse;
  border-radius: 12px !important;
}

.wd-tools-element.wd-header-sticky-nav.wd-style-text.wd-design-8
  a
  span.wd-tools-icon {
  width: 58px;
  height: 58px;
  border-radius: 10px !important;
}

.wd-tools-element.wd-header-sticky-nav.wd-style-text.wd-design-8
  a
  span.wd-tools-text {
  padding-right: 48px;
  padding-left: 8px;
}

.wd-tools-element.wd-design-8 .wd-tools-inner {
  height: 64px !important;
}

.wd-search-form.wd-header-search-form.wd-display-form input {
  /*   height: 64px !important; */
}

.wd-breadcrumbs .wd-delimiter::after {
  content: "\f113";
  font-family: "woodmart-font";
  font-size: 12px;
  font-weight: 900;
}
.wd-breadcrumbs .wd-delimiter {
  margin-inline: 16px;
}

.woodmart-icon-header {
  font-family: "kwfont";
  font-weight: 400;
  font-size: 20px;
  color: rgba(0, 12, 73, 1);
}


.site-logo {
    margin-top: -8px !important;
}

/* Tablettes ≤ 1024px (mobile + tablettes en mode paysage) */
@media (max-width: 1024px) {

	.whb-general-header {
		background-color: #010c49 !important;
	}
	.whb-general-header p {
		color: #fff !important;
		font-size: 11px;
	}
	.whb-header-bottom {
    	background-color: #fff;
 	 }
	
	.wd-header-text.reset-last-child.phonemobileheader p a {
        color: #000c49 !important;
        font-weight: bold;
    }
	.wd-header-text.reset-last-child.phonemobileheader p a:before {
        content: "";
        display: inline-block;
        width: 12px;
        height: 14px;
        background-image: url(/wp-content/uploads/2025/05/phone-504.png);
        background-size: contain;
        background-repeat: no-repeat;
        margin-right: 5px;
        vertical-align: middle;
    }
    .whb-header-bottom {
    	background-color: #fff !important;
	}

}


@media (max-width: 1024px) {
  
  .wd-header-search {
    left: -6px !important;
    top: 1px;
}
  
  

  
  .site-logo img {
    max-width: 140px !important;
	}
  
  



  



  .whb-column > .info-box-wrapper,
  .wd-header-text,
  .whb-column > .wd-button-wrapper,
  .whb-column > .wd-social-icons,
  .wd-header-html {
    padding-inline: 0px !important;
  }






 


  .whb-top-bar .whb-col-mobile.whb-column_mobile1.whb-hidden-lg {
    width: 100% !important;
    max-width: 100% !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0px;
    box-sizing: border-box;
  }


  .whb-top-bar .whb-col-mobile > div:not(.site-logo) {
    display: flex;
    align-items: center;
    gap: 0px; 
  }

  .whb-top-bar .whb-col-mobile {
    flex: 1 1 auto;
    justify-content: center;
    margin-inline: 0px;
  }

  .whb-top-bar .container {
    padding-inline: 0px;
  }

  .whb-top-bar .wd-tools-element .wd-tools-icon:before {
    font-size: 22px !important;
  }
  
    .wd-header-mobile-nav span.wd-tools-icon {
        width: 42px !important;
        height: 42px !important;
    }
  
  
  .wd-tools-element.wd-header-mobile-nav.wd-style-icon a {
    padding-right: 0px !important;
	}
  




  .whb-top-bar .wd-header-cart.wd-tools-element.wd-design-5.cart-widget-opener {
    padding-top: 5px;
  }

	.whb-space-element.mobileheaderseparator {
    	width: 100% !important;
	}



  .wd-tools-element > a {
    min-width: 40px;
    padding-top: 6px;
  }


  
  

  
}


div.subheaderHS {
  max-width: 1370px !important;
  margin: auto;
}

/* FIN Header */

/* GRILLE LIENS CATEGORIES */

.wd-col.category-grid-item.wd-cat {
  /*border: 1px solid #C2CCD4;*/
  border-radius: 12px;
  padding: 5px 0px 5px 0px;
}

.wd-cat-content {
  padding: 10px 0px 10px 0px;
}

a.wd-cat-image.category-image img {
  max-height: 96px;
  width: auto !important;
}

.wd-cat-thumb.category-image-wrapp {
  overflow: visible !important;
}

.category-grid-item.wd-cat:before  {
content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    background-color: #fff;
    border-radius: 50%;
    transform: translate(-50%, -5%);
    z-index: 0;
    opacity: 1;
}



@media (max-width: 1024px) {
  .category-grid-item.wd-cat:before {
    content: "";
    position: absolute;
    top: unset;
    width: 100px;
    height: 100px;
    background-color: #fff;
    border-radius: 50%;
    transform: translate(-50%, -5%);
    z-index: 0;
    opacity: 1;
  }
}

/* FIN GRILLE LIENS CATEGORIES */

/* PRODUIT SHOP LOOP */
.products.wd-products.elements-grid .product-element-top,
.products.wd-products.upsells-carousel .product-element-top,
.products.wd-products.related-products .product-element-top,
.products.wd-products .product-element-top {
  position: relative !important;
  max-height: 192px !important;
  width: 100% !important;
  overflow: hidden !important;
  text-align: center;
  height: 192px;
  display: flex;
  justify-content: center;
}

.products.wd-products.elements-grid .product-image-link,
.products.wd-products.upsells-carousel .product-image-link,
.products.wd-products.related-products .product-image-link,
.products.wd-products .product-image-link {
  flex: 1 1 auto !important;
  width: 100% !important;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.products.wd-products.elements-grid .product-image-link img,
.products.wd-products.upsells-carousel .product-image-link img,
.products.wd-products.related-products .product-image-link img,
.products.wd-products .product-image-link img {
  max-height: 192px;
  max-width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.products.wd-products.elements-grid span.price,
.products.wd-products.upsells-carousel span.price,
.products.wd-products.related-products span.price,
.products.wd-products span.price {
  display: flex !important;
  flex-direction: column;
}

.wd-products[class*="wd-stretch-cont"]
  .wd-product
  :is(.price, .wrap-price, .product-rating-price) {
  margin-top: 0px !important;
}

.products.wd-products .product-element-bottom * {
  text-align: left;
}

.products.wd-products .wd-add-btn.wd-add-btn-replace {
  position: absolute;
  bottom: 15px;
  right: 15px;
  display: none;
}

.wd-add-btn-replace .add-to-cart-loop:before {
  transition: opacity 0.15s ease, transform 0.25s ease;
  transform: translateY(0%) !important;
  content: "\f123";
  font-family: "woodmart-font";
}

.wd-product.wd-hover-standard .wd-add-btn .add-to-cart-loop span {
  display: none;
}

a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.add-to-cart-loop {
  width: 44px;
  height: 44px;
}

.product-wrapper {
  background-color: white !important;
}

span.price > span {
  font-size: 14px;
  font-weight: 400;
}




.wd-popup.popup-quick-view .wd-carousel-inner {
    height: 100%;
    display: flex;
    align-content: center;
    align-items: center;
}

.wd-popup.popup-quick-view .wd-carousel-inner .wd-carousel-wrap {
    align-items: center;
}

.wd-popup.popup-quick-view .quick-view-gallery {
    display: flex;
    align-items: center;
    height: 100%;
	width: 100%;
}


.wd-popup.popup-quick-view .wd-backface-hidden .wd-carousel-item {
    transform: translateZ(0);
    backface-visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wd-popup.popup-quick-view .quick-view-gallery
 {

    max-width: 100%;
}



.suggestion-thumb img {
    max-width: 80px;
    max-height: 80px;
    height: auto;
    width: auto;
}


.wd-product.attr-pa_offre-indisponible-a-la-vente span.out-of-stock.product-label {
    display: none;
}


.wd-product.attr-pa_offre-sur-devis span.out-of-stock.product-label {
    display: none;
}

div.product-type-woosb.outofstock span.attribute-label.product-label.label-term-precommande.label-attribute-pa_offre {
    display: none;
}

.product-labels {
    max-width: 100% !important;
}


.selection .product-wrapper
 {
    padding: 15px;
    border-radius: 12px;
}


/* FIN PRODUIT SHOP LOOP */

/* FICHE PRODUIT */

.wd-autoheight .wd-carousel-wrap {
  align-items: center !important;
}

figure.woocommerce-product-gallery__wrapper.wd-carousel.wd-grid a {
  display: block;
  text-align: center;
  background-color: white;
}

figure.woocommerce-product-gallery__wrapper.wd-carousel.wd-grid img {
  padding: 8px;
  background-color: white;
  max-height: 540px;
  width: auto;
}

.wd-carousel.wd-grid.wd-initialized.wd-horizontal.wd-thumbs
  .wd-carousel-item
  img {
  padding: 5px;
}

.wd-carousel.wd-grid.wd-initialized.wd-horizontal.wd-thumbs .wd-carousel-item {
  height: 100% !important;
  display: flex;
  align-items: center;
  background-color: white;
  border-radius: 12px;
  transform: scale(0.9);
  border: 1px solid #c2ccd4;
}

.wd-carousel.wd-grid.wd-initialized.wd-horizontal.wd-thumbs
  .wd-carousel-item.wd-thumb-active {
  border: 1px solid #005ccc;
}

.woocommerce-product-gallery.woocommerce-product-gallery--with-images {
  gap: 12px;
}

.wd-carousel.wd-grid.wd-initialized.wd-horizontal.wd-autoheight.wd-watch-progress.wd-thumbs {
  width: 100%;
  margin-left: 0%;
}

div#addtocartsingleproduct button {
  padding: 20px 28px;
  display: flex;
  flex-direction: row-reverse;
  text-transform: none;
}

div#addtocartsingleproduct .single_add_to_cart_button:before {
  position: relative;
  inset-inline-start: 0;
  content: "\f105";
  font-family: "woodmart-font";
  opacity: 1;
  font-size: 18px;
  transition: all 0.3s ease;
  background-color: transparent;
  line-height: 13px;
}

div#addtocartsingleproduct .single_add_to_cart_button:after {
  inset-inline-start: 20px;
}

div#addtocartsingleproduct .single_add_to_cart_button.loading:before {
  color: transparent;
}

div#addtocartsingleproduct .single_add_to_cart_button {
  padding-inline-start: 28px;
}

div#addtocartsingleproduct form.cart .quantity,
div#addtocartsingleproduct form.cart .quantity input {
  height: 56px !important;
}

div#addtocartsingleproduct .quantity:before {
  content: "Quantité";
}

div#addtocartsingleproduct .quantity {
  display: flex;
  flex-direction: row;
  align-items: center;
}

div#addtocartsingleproduct .quantity * {
  border: 0px !important;
}

div#addtocartsingleproduct .quantity:before {
  content: "Quantité :";
  margin-right: 8px;
}

figure.woocommerce-product-gallery__wrapper.wd-carousel.wd-grid {
  min-height: 540px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

p.price del {
  font-size: 16px;
  display: block;
  font-weight: 700 !important;
}


.attr-pa_offre-indisponible-a-la-vente span.out-of-stock.product-label {
    display: none;
}

.attr-pa_offre-sur-devis span.out-of-stock.product-label {
    display: none;
}

table.woocommerce-product-attributes.shop_attributes tr.woocommerce-product-attributes-item.woocommerce-product-attributes-item--attribute_pa_offre {
    display: none !important;
}

.wd-single-tabs .woocommerce-tabs.wc-tabs-wrapper img, .wd-single-tabs .wd-tab-wrapper img , .wd-single-tabs .wd-accordion-item img{
    display: block;
    margin: 20px auto;
    max-width: 60%;
}


.woocommerce-product-gallery .wd-gallery-thumb .wd-carousel-item img
 {
    max-height: 88px !important;
    width: auto !important;
    margin: auto;
}

.product-template-default .wd-breadcrumbs .wd-delimiter {
    margin-inline: 8px;
}

.product-template-default .wd-breadcrumbs .wd-delimiter::after {

    font-size: 8px;
}

.catproductpage {
    margin-top: -20px;
    font-size: 12px;
}

.wd-carousel-item.wd-slide-visible.wd-full-visible {
    min-height: 88px !important;
}

/* FIN FICHE PRODUIT */

/* TEMOIGNAGES */

.wd-testimon-text {
  margin-top: 0px !important;
  border-radius: 0px 0px 12px 12px !important;
  padding-top: 0px !important;
}

.wd-testimon-info {
  background-color: white !important;
  padding: 12px !important;
  border-radius: 12px 12px 0px 0px !important;
  min-height: 92px;
}

/* FIN TEMOIGNAGES */

/* NEWSLETTER FORM */

.newsletter {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ddd;
  max-width: 400px;
  padding-bottom: 0px;
}

.newsletter input[type="email"] {
  flex: 1;
  border: none;
  outline: none;
  font-size: 16px;
  padding: 10px 0;
  color: white;
  background-color: #010c49;
}

.newsletter input::placeholder {
  color: #aaa;
}

.newsletter button {
  background-color: #00abec; /* bleu vif */
  border: none;
  color: white;
  font-size: 18px;
  padding: 12px 16px;
  border-radius: 8px 8px 0 0; /* arrondi en haut à droite */
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.newsletter button span {
  display: inline-block;
  transform: translateY(-1px); /* petit ajustement visuel */
  font-family: "woodmart-font";
  font-weight: 400;
}

.wd-copyrights.copyrights-wrapper.wd-layout-two-columns {
  display: none;
}

/* FIN NEWSLETTER FORM */

/* BLOG */

.wd-post-img img {
  border-radius: 12px;
  padding: 8px;
}

.blog-design-meta-image.blog-style-bg .wd-post-content {
  padding: 0px 12px 12px 12px !important;
}

.wd-post:hover .wd-post-img {
  transform: none !important;
}


body.wp-singular.post-template-default.single.single-post .wd-content-area.site-content {
    max-width: 960px;
    margin: auto;
}

/* FIN BLOG */

/* BOUTONS */

a.elementor-button.elementor-button-link {
  /*    border-radius: 12px !important; */
}

a.elementor-button.elementor-button-link:hover {
  opacity: 0.8 !important;
}

/* FIN BOUTONS */

/* FOOTER */

@media (max-width: 767px) {
  .footercontainer * {
    text-align: center;
  }

  .footercontainer .wd-sub-menu li > a {
    justify-content: center !important;
  }
}

.footercontainer ul.sub-sub-menu a {
  color: #000 !important;
}

.socialiconsfooter .wd-social-icons > a {
  color: white !important;
}

footer.wd-footer.footer-container.color-scheme-light
  ul.wd-sub-menu.wd-sub-accented.mega-menu-list
  li
  a {
  color: white !important;
}


div#footericons1 {
    max-width: unset !important;
    width: 100vw !important;
}


/* FIN FOOTER */

/* HOME SLIDER */

#homeslider .wd-carousel {
  border-radius: 0px !important;
}

sr7-thumb.sr7-thumb {
  border: 4px solid white;
  border-radius: 4px;
  opacity: 1 !important;
  background-color: white;
}
span.sr7-thumb-over {
  opacity: 0;
}

@media (max-width: 768px) {

	sr7-thumbs {display:none !important;}

}

/* FIN HOME SLIDER */

/* BOUTIQUE ARCHIVES */

aside.wd-sidebar.sidebar-container.wd-grid-col.sidebar-left .widget-area {
  padding: 20px;
  background-color: white;
  border-radius: 12px;
  border: 1px solid #d5d9de;
}


body.archive.tax-product_cat.term-bons-plans div#woocommerce_product_categories-2 {
    display: none;
}

/* FIN BOUTIQUE ARCHIVES */

/* PRE ORDER */

.wpro-pre-order-shop-page {
  font-size: 12px;
}

/* FIN PRE ORDER */

/* PAGE PACK */

.packcontent img {
  max-height: 150px !important;
  width: auto;
  background-color: white;
  border-radius: 12px;
  padding: 12px !important;
  margin: 12px;
}

.packcontentgrid img {
  max-height: 120px !important;
  width: auto;
  background-color: white;
  border-radius: 12px;
  padding: 8px;
}

.packcontentgrid .box-icon-wrapper.box-with-icon.box-icon-simple {
  width: 30%;
  text-align: center;
  background-color: white;
  border-radius: 12px;
}

.popupbtn a.btn {
  min-height: 38px !important;
  border-radius: 2px;
  font-weight: 400;
  font-size: 15px;
}

/* FIN PAGE PACK */

/* DEVIS */

.wd-product button.wc-quote-request-button {
  text-align: right !important;
  margin: unset !important;
  margin-top: 26px !important;
}

button.wc-quote-request-button {
  border-radius: 5px;
  color: white;
  background-color: #00abec;
  display: flex !important;
}

button.wc-quote-request-button:hover {
  color: white !important;
  background-color: #293794;
}

button.wc-quote-request-button:before {
  content: "\e900";
  font-family: "kwfont";
  font-weight: 400;
  font-size: 22px;
}

button#wc-quote-continue,
button#wc-quote-view {
  border-radius: 5px;
}

button#wc-quote-view {
  color: white;
  background-color: #293794;
}

button#wc-quote-continue {
  color: white;
  background-color: #00abec;
}


.quote_product_img a {display: contents;}

/* FIN DEVIS */

/* PACKS */

.woosb-item-child .quantity {
  display: none !important;
}

/* FIN PACKS */

/* Notre démarche d'intégration */

.timeline-col.timeline-col-secondary {
  padding: 0px;
}

.timeline-col.timeline-col-secondary p {
  font-size: 14px;
}

.timeline-col.timeline-col-secondary h4 {
  margin-bottom: 0px;
}

.wd-timeline-item:nth-child(odd)
  .timeline-col.timeline-col-primary
  .wd-timeline-content.wd-set-mb.reset-last-child {
  background-color: red;
  width: 108px;
  height: 80px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 40px 0 0 40px;
}

.wd-timeline-item:nth-child(odd)
  .timeline-col.timeline-col-primary
  .wd-timeline-content.wd-set-mb.reset-last-child::after {
  content: "";
  position: absolute;
  border-top: 40px solid transparent;
  border-bottom: 40px solid transparent;
  border-left: 30px solid red;
  height: 40px;
  right: 0px;
}

.wd-timeline-item:nth-child(even)
  .timeline-col.timeline-col-primary
  .wd-timeline-content.wd-set-mb.reset-last-child {
  background-color: red;
  width: 108px;
  height: 80px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 0 40px 40px 0;
}

.wd-timeline-item:nth-child(even)
  .timeline-col.timeline-col-primary
  .wd-timeline-content.wd-set-mb.reset-last-child::after {
  content: "";
  position: absolute;
  border-top: 40px solid transparent;
  border-bottom: 40px solid transparent;
  border-right: 30px solid red;
  height: 40px;
  left: 0px;
}

.timeline-col.timeline-col-secondary {
  background-color: white !important;
}
.timeline-col.timeline-col-primary h3 {
  color: white;
}
.timeline-col.timeline-col-primary h3 img {
  background-color: white;
  border-radius: 50%;
  padding: 8px;
  width: 60px;
  height: 60px;
  object-fit: scale-down;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  vertical-align: middle;
  margin: 0px 10px;
}

/* ÉLÉMENT 1 */
.wd-timeline-item:nth-child(1)
  .timeline-col.timeline-col-primary
  .wd-timeline-content.wd-set-mb.reset-last-child {
  background-color: #283794;
}
.wd-timeline-item:nth-child(1)
  .timeline-col.timeline-col-primary
  .wd-timeline-content.wd-set-mb.reset-last-child::after {
  border-left-color: #283794;
}

/* ÉLÉMENT 2 */
.wd-timeline-item:nth-child(2)
  .timeline-col.timeline-col-primary
  .wd-timeline-content.wd-set-mb.reset-last-child {
  background-color: #3278c0;
}
.wd-timeline-item:nth-child(2)
  .timeline-col.timeline-col-primary
  .wd-timeline-content.wd-set-mb.reset-last-child::after {
  border-right-color: #3278c0;
}

/* ÉLÉMENT 3 */
.wd-timeline-item:nth-child(3)
  .timeline-col.timeline-col-primary
  .wd-timeline-content.wd-set-mb.reset-last-child {
  background-color: #055382;
}
.wd-timeline-item:nth-child(3)
  .timeline-col.timeline-col-primary
  .wd-timeline-content.wd-set-mb.reset-last-child::after {
  border-left-color: #055382;
}

/* ÉLÉMENT 4 */
.wd-timeline-item:nth-child(4)
  .timeline-col.timeline-col-primary
  .wd-timeline-content.wd-set-mb.reset-last-child {
  background-color: #0191db;
}
.wd-timeline-item:nth-child(4)
  .timeline-col.timeline-col-primary
  .wd-timeline-content.wd-set-mb.reset-last-child::after {
  border-right-color: #0191db;
}

/* ÉLÉMENT 5 */
.wd-timeline-item:nth-child(5)
  .timeline-col.timeline-col-primary
  .wd-timeline-content.wd-set-mb.reset-last-child {
  background-color: #283794;
}
.wd-timeline-item:nth-child(5)
  .timeline-col.timeline-col-primary
  .wd-timeline-content.wd-set-mb.reset-last-child::after {
  border-left-color: #283794;
}

@media (max-width: 768px) {
  .timeline-col.timeline-col-primary
    .wd-timeline-content.wd-set-mb.reset-last-child {
    border-radius: 40px !important;
    width: 200px !important;
  }

  .wd-timeline-item
    .timeline-col.timeline-col-primary
    .wd-timeline-content.wd-set-mb.reset-last-child::after {
    display: none !important;
  }

  .wd-item-position-left,
  .wd-item-position-right {
    background-color: rgba(255, 255, 255, 0.9) !important;
    border-radius: 12px;
  }
}

/* FIN Notre démarche d'intégration */

/* NOS VALEURS */

.ourvalues .info-box-icon img {
  position: absolute;
  opacity: 0.15;
  top: -15px;
  right: -28px;
  width: 200px;
}

/* FIN NOS VALEURS */

/* Notre histoire */
/*
.twae-arrow {
    border-color: white !important;
}

.twae-content {
    border-color: white !important;
}*/

.twae-icon {
  transform: scale(1.5);
}

/* FIN Notre histoire */

/* MEGA MENU */


.menu-item .wd-post-title.post-title {
	font-size: 18px !important;
}

.menu-item .wd-post-content.article-body-container {
	padding: 20px 0px;
}

.menu-item img, .wd-post-img img {
	padding: 0px;
}

.megasubmenu ul,
.megasubmenu li {
  list-style: none;
  margin: 0px;
  font-size: 14px;
}

.wd-text-block > ul > li {
  margin-top: 10px;
}

.elementor-widget-categories_produits ul {
  list-style: none;
  font-size: 16px;
  margin-bottom: 8px;
  margin-top: 8px;
}
.elementor-widget-categories_produits li {
  margin-bottom: 6px;
}
.elementor-widget-categories_produits a {
  font-size: 16px;
  text-decoration: none;
}



@media (min-width: 1196px) and (max-width: 1296px) {
    ul#menu-mega-menu.wd-nav.wd-gap-m {
    	--nav-gap: 16px;
	}
	
	ul#menu-mega-menu.wd-nav.wd-gap-m li a { /*font-size: 10px;*/}
	
}


@media (min-width: 1025px) and (max-width: 1195px) {
    ul#menu-mega-menu.wd-nav.wd-gap-m {
    	--nav-gap: 10px;
	}
	
	ul#menu-mega-menu.wd-nav.wd-gap-m li a { font-size: 11px;}


	.solutionsbtn {font-size: 11px !important;}
	
}






/* FIN MEGA MENU */

/* SLIDING MENU */


.emptymenuitem a {
    font-size: 1px !important;
    line-height: 1px !important;
    min-height: 1px !important;
    height: 1px !important;
    padding: 0px !important;
    margin: 8px 20px;
    background-color: lightgray;
    pointer-events: none;
}

/* FIN SLIDING MENU */

/* MENU MOBILE */

@media (max-width: 1024px) {
.hideonmobile {
    display: none !important;
}
}

/* FIN MENU MOBILE */


/* SECTION CATEGORIES SIDEBAR SHOP */
/* Masquer toutes les catÃ©gories principales */
body.tax-product_cat ul.product-categories > li.cat-item {
  display: none;
}

/* Afficher uniquement la catÃ©gorie principale actuellement active */
body.tax-product_cat
  ul.product-categories
  > li.cat-item.current-cat.cat-parent {
  display: flex;
}

/* Masquer toutes les catégories principales */
body.tax-product_cat ul.product-categories > li.cat-item {
  display: none;
}

/* Afficher la catégorie parente active */
body.tax-product_cat ul.product-categories > li.cat-item.current-cat-parent {
  display: flex;
}

.catcarousel .wd-carousel-wrap {
  justify-content: space-evenly !important;
}

/* FIN SECTION CATEGORIES SIDEBAR SHOP */

/* CATEGORIE EXTRA DESCRIPTION */
div#category_extra_desc a {
  text-decoration: underline;
}

/* FIN CATEGORIE EXTRA DESCRIPTION */

/* SIDE CART MINI CART */
p.woocommerce-mini-cart__buttons.buttons a.button.btn-cart.wc-forward {
  display: none;
}

.cart-widget-side.wd-side-hidden.wd-right.wd-opened
 {
    z-index: 999999;
}


/* FIN SIDE CART MINI CART */

/* PAGE PANIER */
.cart-totals-inner.wd-set-mb.reset-last-child.wd-layout-1 {
  background-color: white;
  border: none;
}
/* FIN PAGE PANIER */




/* BLOCQUOTE */

.qsn-blockquote blockquote {
  border: 0px;
}

.qsn-blockquote blockquote p {
  position: relative;
}

.qsn-blockquote blockquote:before {
  content: "\f131";
  font-family: "woodmart-font";
  font-weight: 400;
  position: absolute;
  color: #293794;
  z-index: 0;
  display: block;
  font-size: 68px;
  top: -10px;
  left: 20px;
  opacity: 0.1;
}

/* FIN BLOCQUOTE */

/* SOLUTIONS */


#carousel-solutions-audi-video .wd-info-box img[src$=".svg"] {
  filter: brightness(0) invert(1);
}

/* FIN SOLUTIONS */

/* FORM CF7 */

fieldset.hidden-fields-container {
    display: none;
}

/* FIN FORM CF7 */


/* BADGES */
/*
span.attribute-label.product-label.label-term-sur-devis.label-attribute-pa_offre {
    background-color: #00ABEC;
}

span.attribute-label.product-label.label-term-indisponible-a-la-vente.label-attribute-pa_offre {
    background-color: #969696;
}*/




/* FIN BADGES */


/* LIGHTBOX */

img.elementor-lightbox-image
 {
    background-color: white;
}

img.pswp__img {
    background-color: white;
}

/* FIN LIGHTBOX */


/* NOTICES */



/* FIN NOTICES */

/*
.grecaptcha-badge {
    opacity: 0;
}*/
