/* ── Custom Fonts ── */
body {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

/* ── Elementor header ── */
.td-phone-logo {
  display: flex;
  justify-content: center;
  font-weight: 700;
  font-size: 1.154rem;
}

.bitmegamenu .cbp-hrmenu .cbp-tab-title {
    font-weight: 700;
}

.header-full {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  z-index: 100;
  width: 100%;
}

.elementor-element.bloc-search .elementor-widget-search {
  text-align: center;
}

.custom-slider .td-slides .slick-slide {
  position: relative
}

/* ── Button Custom Arrow (slides widget) ── */
.td-slides .btn-custom.td-slide-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: none;
  border: none;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.1em;
  padding: 0;
  cursor: pointer;
  transition: gap 0.3s ease;
}
.td-slides .btn-custom.td-slide-button:hover {
  gap: 16px;
}
.td-slides .btn-custom.td-slide-button .td-btn-arrow {
  width: 24px;
  height: 24px;
  transition: transform 0.3s ease;
}
.td-slides .btn-custom.td-slide-button:hover .td-btn-arrow {
  transform: translateX(4px);
}

/* ── Button Custom Arrow (CE button widget) ── */
.elementor-button.btn-custom {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: transparent !important;
  border: none;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.1em;
  padding: 0;
  transition: gap 0.3s ease;
}
.elementor-button.btn-custom:hover {
  gap: 16px;
  background: none;
}
.elementor-button.btn-custom .ce-btn-arrow,
.elementor-button.btn-custom .td-btn-arrow {
  width: 24px;
  height: 24px;
  transition: transform 0.3s ease;
}
.elementor-button.btn-custom:hover .ce-btn-arrow,
.elementor-button.btn-custom:hover .td-btn-arrow {
  transform: translateX(4px);
}

/* ── Category List Button ── */
.elementor-categorylist .td-cat-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: inherit;
  transition: gap 0.3s ease, color 0.3s ease;
}
.elementor-categorylist .td-cat-button:hover {
  gap: 14px;
}
.elementor-categorylist .td-cat-button .td-btn-arrow {
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
}
.elementor-categorylist .td-cat-button:hover .td-btn-arrow {
  transform: translateX(4px);
}

.custom-slider .td-slides .slick-slide:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.47) 0%, rgba(0, 0, 0, 0) 60.14%);
}

.custom-slider .td-slides .td-slide-content {
  margin-bottom: 2rem;
  text-transform: uppercase;
}

/* ── Module Megamenu Pro ── */
.header-full {
  transition: background 0.3s ease;
}
.header-full .col-12 {
  padding: 0;
}
.header-full.bg-black {
  background: #000;
}
.header-full .ets_mm_megamenu {
  background: transparent;
  margin-top: 0;
}

.header-full .ets_mm_megamenu .ets_mm_megamenu_content {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.4) 50%, transparent 100%);
  border: none
}

.header-full.bg-black .ets_mm_megamenu .ets_mm_megamenu_content {
  background: #000;
}

.header-full.bg-black .ets_mm_megamenu .mm_menus_ul {
  background: transparent;
}

.header-full.bg-black .ets_mm_megamenu .mm_menus_ul a {
  color: #fff;
}

.header-full.bg-black .ets_mm_megamenu .mm_extra_item {
  color: #fff;
}
.header-full .layout_layout1 .mm_menus_li,
.header-full .layout_layout1 .mm_menus_li:nth-child(2) {
  border: none;
}
/* ── Logo SVG dans megamenu ── */
.header-full .mm_menus_li.logo a {
  display: block;
  width: 250px;
  height: 86px;
  background-image: url("../../assets/img/logo.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

#header .header-full .layout_layout1:not(.ybc_vertical_menu):not(.click_open_submenu) .mm_menus_li.logo:hover a {
  display: block;
  width: 250px;
  height: 86px;
  background-image: url("../../assets/img/logo.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: unset;
}
.phone-shop {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.phone-shop a {
  min-width: 154px;
  color: #5ea856;
  font-weight: 700;
  font-size: 16px;
}
.header-full .mm_menus_li.logo .mm_menu_content_title {
  display: none;
}
@media screen and (min-width: 992px) {
  #header .header-full .mm_menus_ul {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #header .ets_mm_megamenu_content_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #header .mm_extra_item .mm_custom_text {
    margin: auto;
  }

}

@media screen and (max-width: 991px) {
  #header .ets_mm_megamenu_content_content {
    background: #000;
  }

  .header-full .ets_mm_megamenu {
    background: unset;
    padding: 0;
  }

  #header .ybc-menu-toggle .icon-bar {
    background-color: #fff;
  }
  #header .ybc-menu-toggle  {
    max-width: 80px;
    align-content: center;
  }
  .phone-shop {
    display: none;
  }
  #header .close_menu {
    display: none !important;
  }
  .transition_floating .mm_menus_ul {
    margin-top: 67px;
  }
  body.noscroll .transition_floating .mm_menus_ul {
    opacity: 1;
    transform: translatex(-100%);
    visibility: visible;
    max-width: 90%;
    left: 90%;
    margin-top: 67px;
  }
  .header-full .mm_menus_li.logo a {
    width: 190px;
    height: 66px;
  }
}

.categorylist .category-title {
  background: #fff;
  padding: 10px !important;
  text-align: left !important;
}
.categorylist .td-cat-button-wrap {
  background: #fff;
  padding: 10px;
}

@media screen and (min-width: 992px) {
  /* Section échantillon - image débordante à droite */
  .sample-element {
    overflow: hidden;
  }

  .sample-element > .elementor-container {
    max-width: 100%;
    padding-left: calc((100% - 1600px) / 2);
  }

  .sample-element .sample-image {
    overflow: visible;
  }

  .sample-element .sample-image img {
    width: 60vw;
    max-width: none;
    object-fit: cover;
  }
}

/* Menu */
.header-full .ets_mm_megamenu_content .ets_mm_megamenu_content_content {
  position: unset;
}
.header-full .ets_mm_megamenu .mm_columns_ul {
  background-color: #000000 !important;
  border: none;
  padding: 0 10px;
}
.header-full .product-menu .mm_columns_li .ets_mm_block.mm_block_type_image {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: start;
}
.header-full .product-menu .mm_columns_li .ets_mm_block.mm_block_type_image img{
  height: auto;
  width: 320px;
  background: #c6c7c6;
  border-radius: 7px;
  margin-bottom: 10px;
  max-height: 100px;
  object-fit: contain;
}
.header-full .product-menu .mm_columns_li .ets_mm_block.mm_block_type_image > .h4{
  border-bottom: none !important;
  font-weight: 300;
}
.header-full .ets_mm_block .ets_mm_block_content {
  order: -1;
}
.header-full .layout_layout1 .mm_menus_li > a:before {
  display: none;
}
.header-full .layout_layout1 .mm_menus_li > a:after {
  height: 9px !important;
  background: #50B500 !important;
  bottom: -12px !important;
}
.header-full .ets_mm_megamenu_content {
  position: relative;
}
.header-full .ets_mm_megamenu_content:hover:after {
  height: 1px;
  position: absolute;
  content: '';
  background: #50B500;
  width: 100%;
  display: block;
  bottom: 0;
  z-index: 1000;
}
.header-full .product-menu .mm_columns_li {
  width: 50%;
}

@media screen and (min-width: 992px) {
  .header-full .ets_mm_megamenu .mm_columns_ul {
    padding: 30px 140px;
    top: 85px !important;

  }
  .header-full .layout_layout1 .mm_menus_li > a:after {
    height: 9px !important;
    background: #50B500 !important;
    bottom: -12px !important;
  }
  .header-full .ets_mm_megamenu_content {
    position: relative;
  }
  .header-full .ets_mm_megamenu_content:hover:after {
    height: 1px;
    position: absolute;
    content: '';
    background: #50B500;
    width: 100%;
    display: block;
    bottom: 0;
    z-index: 1000;
  }
  .header-full .product-menu .mm_columns_li {
    width: 13.6667%;
  }
}
@media (min-width:768px) {
.contact-button.col-md-12.col-12 {
    padding: 0;
    margin-top: 30px;
}
}

a.button-contact {
    padding: 12px 20px;
    background-color: #006fbf;
    color: white;
    font-size: 15px;
    font-family: "arial_narrowbold", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    transition:0.3s;
}

a.button-contact:hover {
	background-color: #77b252;
}

@media (max-width:767px) {
.contact-button.col-md-12.col-12 {
    padding: 0;
    margin-top: 40px;
    margin-bottom: 40px;
}
}
#contact #wrapper {
padding-top: 100px;
}
.contact-info-block {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    margin-bottom: 40px;
    align-items: flex-start;
}

.contact-details {
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex: 1;
    min-width: 250px;
}

.contact-row {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.contact-row svg {
    flex-shrink: 0;
    margin-top: 2px;
}

.phone-links,
.email-links {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.contact-link {
    color: inherit;
    text-decoration: none;
}

.contact-link:hover {
    text-decoration: underline;
    color: #50B500;
}

.contact-address {
    font-style: normal;
    line-height: 1.5;
}

.contact-map {
    flex: 1;
    min-width: 280px;
}

/* Responsive */
@media (max-width: 640px) {
    .contact-info-block {
        flex-direction: column;
    }
}
/* Zoom sur la miniature au survol */
.product-miniature .thumbnail-container {
  overflow: hidden;
}

.product-miniature .thumbnail-container img {
  transition: transform 0.3s ease;
}

.product-miniature:hover .thumbnail-container img {
  transform: scale(1.08);
}

/* Titre plus grand et gras au survol */
.product-miniature .product-title a {
  transition: font-size 0.2s ease, font-weight 0.2s ease;
}

.product-miniature:hover .product-title a {
  font-size: 1.1em;
  font-weight: 700;
}
