.elementor-kit-528{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-f27d962:#315BFF;--e-global-color-895f282:#0066B4;--e-global-color-ba378a5:#0066B4;--e-global-color-8d555d8:#044A80;--e-global-color-171ac92:#3385C3;--e-global-color-5d6ff72:#E7E7E7;--e-global-color-f47f045:#8114B0;--e-global-color-2dad1c6:#F6FE3C;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:#F5F5F5;}.elementor-kit-528 button:hover,.elementor-kit-528 button:focus,.elementor-kit-528 input[type="button"]:hover,.elementor-kit-528 input[type="button"]:focus,.elementor-kit-528 input[type="submit"]:hover,.elementor-kit-528 input[type="submit"]:focus,.elementor-kit-528 .elementor-button:hover,.elementor-kit-528 .elementor-button:focus{background-color:var( --e-global-color-8d555d8 );border-style:solid;border-width:1px 1px 1px 1px;border-color:var( --e-global-color-171ac92 );border-radius:10px 10px 10px 10px;}.elementor-kit-528 e-page-transition{background-color:#FFBC7D;}.elementor-kit-528 h1{color:var( --e-global-color-895f282 );font-size:30px;font-weight:bold;}.elementor-kit-528 h2{color:var( --e-global-color-secondary );}.elementor-kit-528 button,.elementor-kit-528 input[type="button"],.elementor-kit-528 input[type="submit"],.elementor-kit-528 .elementor-button{color:#FFFFFF;border-style:solid;border-width:1px 1px 1px 1px;border-radius:10px 10px 10px 10px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* Masquer tous les boutons */
.add_to_cart_button,
.single_add_to_cart_button
{
    display: none !important;
}

/* Réafficher uniquement pour les produits de la catégorie "abonnements-prestataires" */
.product_cat-abonnements-prestataires .add_to_cart_button,
.product_cat-abonnements-prestataires .single_add_to_cart_button {
    display: inline-block !important;
}

/* Masquer l'UGS (SKU) sur les pages produits */
.product_meta .sku_wrapper {
    display: none !important;
}

/* Supprimer l’espace au-dessus de la section "Fréquemment commandés ensemble" */
.woocommerce .upsells.products {
    margin-top: 0 !important;
}

.woocommerce .related.products {
    padding-top: 0 !important;
}

/* Conditional display for upsells */
.single-product .bloc-upsells-elementor { 
  display: none !important; 
}

.single-product.has-upsells .bloc-upsells-elementor { 
  display: block !important; 
}

/* Cache par défaut */
.single-product .bloc-galerie-produit {
  display: none !important;
}

/* Affiche uniquement si la galerie a des images */
.single-product.has-gallery .bloc-galerie-produit {
  display: block !important;
}

/* Cache par défaut */
.single-product .bloc-meme-categorie {
  display: none !important;
}

/* Affiche seulement si au moins 1 autre produit existe dans la même catégorie */
.single-product.has-related-cat .bloc-meme-categorie {
  display: block !important;
}

/* Cache par défaut */
.single-product .bloc-prestataires-gallery{
  display: none !important;
}

/* Affiche seulement si le shortcode aurait des images */
.single-product.has-prestataires-gallery .bloc-prestataires-gallery{
  display: block !important;
}

/* Galerie prestataires (shortcode) - base desktop */
.single-product .prestataires-gallery-grid{
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 25px !important;
}

.single-product .prestataires-gallery-grid .prestataires-gallery-item{
  display: block;
  margin: 0 !important;
}

.single-product .prestataires-gallery-grid img{
  display: block;
  width: 100%;
  height: auto;
}

/* Tablette */
@media (max-width: 1024px){
  .single-product .prestataires-gallery-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 18px !important;
  }
}

/* Mobile : 1 colonne */
@media (max-width: 767px){
  .single-product .prestataires-gallery-grid{
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }
}

/* Padding body */
@media (max-width: 768px) {
  .container {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

/* Image produit même cat pleine largeur */
.woocommerce .related ul li.product img, .woocommerce .related ul.products li.product img.ajax-loading {
    width: 100% !important;
}

/* Bouton ajouter au devis sous qté — tous produits */
.elementor-widget-woocommerce-product-add-to-cart form.cart {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}

/* Force le form en colonne pour les produits Bundle YITH */
body.woocommerce.single-product .elementor-widget-woocommerce-product-add-to-cart form.cart.yith-wcpb-bundle-form {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}

/* Force le form en colonne même si WAPO est présent (produit avec option) */
body.woocommerce.single-product .elementor-widget-woocommerce-product-add-to-cart form.cart:has(#yith-wapo-container .yith-wapo-block){
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}

/* Supprimer la marge qui décale le bouton */
.add-request-quote-button.button {
    margin-right: 0px !important;
}

/* Supprimer la marge qui décale le sélecteur */
.quantity {
    margin-right: 0px !important;
}

/* Aligner verticalement sélecteur et champ qté */
.woocommerce .qib-button-wrapper {
    align-items: flex-start !important;
    float: none;
}

/* Aligner horizontalement sélecteur et champ qté */
.woocommerce .qib-button-wrapper .qib-button {
  margin-inline: 10px !important;
}

/* Aligner horizontalement sélecteur variations */
table.variations {
    margin-left: auto !important;
    margin-right: auto !important;
}

.store-info-wrapper {
    display: none !important;
}

.yith-wcpb-product-bundled-item-data__price .price del, .yith-wcpb-product-bundled-item-data__price .price del span.amount {
    display: none !important;
}

/* Conteneur du lien */
.organiz-vendor-link{
	display:flex;
	justify-content:center;
	align-items:center;
	height:80px; /* zone fixe pour tous les logos */
}

/* Logo */
.organiz-vendor-logo{
	max-width:120px;   /* largeur max */
	max-height:50px;   /* hauteur max */
	width:auto;
	height:auto;
	object-fit:contain;
}

ul.shortcodes.vendors-list.organiz-vendors-carousel{
  margin:0 !important;
  padding:0;
  list-style:none;
}

.organiz-gradient-bg{
  background-image: linear-gradient(
    90deg,
    var(--organiz-c1) 0%,
    var(--organiz-c2) 50%,
    var(--organiz-c3) 100%
  ) !important;
}

/* Centrer texte En images sur pages prestataires */
.organizre-vendor-images-title{
  text-align: center;
  margin-top: 50px;
}

/* Espace entre choix variations */
.select_option_label {
  padding: 0px 10px 0px 10px;
}

/* Espace après label variation */
.single-product form.variations_form table.variations th.label {
	padding-right: 10px;
}/* End custom CSS */