/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 2.0.2
*/


.vignettes-activites .vignette {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  padding: 2rem;
  color: #fff;
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 350px;
}

.elementor-heading-title {
    line-height: 1.2em;
}

.vignettes-activites .vignette:hover {
  box-shadow: 0px 0px 35px 0px rgb(0 0 0 / 50%);
}

.woocommerce-loop-category__title, .mfn-woo-product-title {
    font-size: 19px !important;
    line-height: 28px !important;
    font-weight: 500;
    color: #000000;
}

.sku_wrapper {
    display: none !important;
}
.woocommerce div.product div.images img {
   /* width: 50% !important;*/

}

.woocommerce div.product div.images .flex-control-thumbs li {
    margin: 10px 10px 0 0;
}
.ui-tabs .ui-tabs-nav li a {
    font-size: 16px;
}
#Top_bar.is-sticky .menu > li > a {
    color: #000000;
}

#Top_bar.is-sticky {
    background-color: #ffffff !important;
    box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 15%) !important;
}

#Top_bar.is-sticky .top_bar_right .top-bar-right-icon, #Top_bar.is-sticky .top_bar_right .top-bar-right-icon svg .path {
    color: #000000;
    stroke: #000000;
}

#Top_bar.is-sticky .menu > li a:not(.menu-toggle):after {
	background: #000;
    height: 2px !important;
    bottom: 10px !important;
}
/* Le titre est toujours visible */
.vignettes-activites .vignette h2 {
  font-size: 1.5rem;
  color: #fff;
  z-index: 2;
  margin: 0;
  transition: transform 0.3s ease;
  /*padding-top: 70px;*/
}

/* Le bouton */
.vignettes-activites .vignette .elementor-button {
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.5s ease;
}

/* Bouton */
.vignettes-activites .vignette:hover .elementor-button {
  opacity: 1;
  transform: translateY(0);
}

.vignettes-activites .elementor-button {
    font-size: 14px;
    padding: 12px 15px;
	border-radius: 0px;
}

.cls-galery a {
    pointer-events: none;
}

.elementor-widget-text-editor ul {
    margin: 0 0 15px 17px;
}

/* Positionner correctement le bouton et le titre */
.vignettes-activites .vignette .elementor-widget-button {
  margin-top: 1rem;
}

/* S'assurer que le texte ne déborde pas */
.vignettes-activites .vignette .elementor-widget-container {
  text-align: center;
  z-index: 2;
}

#Top_bar .menu li ul li a .description, #Side_slide #menu ul li a span.description {
    display: none;
}
#Top_bar.is-sticky a.responsive-menu-toggle i {
    color: #000000;
}
#Footer #custom_html-3 img {
    filter: brightness(10);
}

.facebook-button {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    padding: 8px 12px;
    background-color: transparent;
    color: #000000;
    font-family: Arial, sans-serif;
    font-weight: bold;
    border: 1px solid #000000;
}

.facebook-button img{
    filter: brightness(0);
}

.facebook-button:hover {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    padding: 8px 12px;
    background-color: #000000;
    color: #ffffff;
    font-family: Arial, sans-serif;
    font-weight: bold;
    border: 1px solid #000000;
}

.facebook-button:hover img{
    filter: brightness(15);
}
#Top_bar #logo .logo-main, #Top_bar #logo .logo-mobile {
    filter: invert(1);
}
#Side_slide #menu ul .current_page_item a {
    color: #737373 !important;
}

@media only screen and (min-width: 768px) {
.woocommerce .product .product_wrapper .product_image_wrapper .images {
    width: 50%;
}
.mcb-column-inner.clearfix {
    display: flex;
	justify-content: center;
}
.woocommerce div.product div.images .flex-control-thumbs {
    display: flex;
    justify-content: center;
}
}
@media only screen and (max-width: 767px) {
    body, .mfn-menu-item-megamenu {
        font-size: 15px;
		line-height: 21px;
    }
	#menu > ul > li > a, #overlay-menu ul li a {
        font-size: 15px;
    }
	.woocommerce-loop-category__title, .mfn-woo-product-title {
		font-size: 16px !important;
		line-height: 21px !important;
	}
	body.mobile-row-2-products .products_wrapper ul.products li.product {
        width: 100%;
    }
}