@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//ecommerce.teledyne.ma/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.3.9") format("woff2");
}

@font-face {
	font-family: "star";
	font-weight: 400;
	font-style: normal;
	src: url("//ecommerce.teledyne.ma/wp-content/plugins/woocommerce/assets/fonts/star.eot?#iefix") format("embedded-opentype"), url("//ecommerce.teledyne.ma/wp-content/plugins/woocommerce/assets/fonts/star.woff") format("woff"), url("//ecommerce.teledyne.ma/wp-content/plugins/woocommerce/assets/fonts/star.ttf") format("truetype"), url("//ecommerce.teledyne.ma/wp-content/plugins/woocommerce/assets/fonts/star.svg#star") format("svg");
}

@font-face {
	font-family: "WooCommerce";
	font-weight: 400;
	font-style: normal;
	src: url("//ecommerce.teledyne.ma/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.eot?#iefix") format("embedded-opentype"), url("//ecommerce.teledyne.ma/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff") format("woff"), url("//ecommerce.teledyne.ma/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.ttf") format("truetype"), url("//ecommerce.teledyne.ma/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.svg#WooCommerce") format("svg");
}

:root {
	--wd-text-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(118,118,118);
	--wd-text-font-size: 15px;
	--wd-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(0,123,196);
	--wd-alternative-color: #fbbc34;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(0,123,196);
	--btn-accented-bgcolor-hover: rgb(0,106,169);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
	--wd-popup-padding: 15px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: rgb(15,38,75);
	background-image: none;
}
.product-labels .product-label.onsale {
	background-color: rgb(238,238,34);
}
.product-labels .product-label.new {
	background-color: rgb(129,215,66);
}
.product-labels .product-label.featured {
	background-color: rgb(0,107,7);
}
.product-labels .product-label.out-of-stock {
	background-color: rgb(255,255,255);
	color: rgb(221,51,51);
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 35px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 35px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 35px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 8px;
}

@media (min-width: 1222px) {
section.elementor-section.wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


.wd-page-title {
background-color: rgb(242,245,248);
}

span.price {
	display: none !important;
}.logo-svg {
    height: 100px;
    width: auto; /* Conserve le ratio d'aspect */
}   
/* display modele list */
.modeles-list {
  list-style: none;
  padding: 0;
}
.modeles-list li {
  margin-bottom: 8px;
  border-bottom: 1px solid #e5e5e5;
  padding: 5px 0;
}
/* site logo */
img.site-logo {
  width: 100%;
  height: auto;
}
/* all product main images */
.product-grid .product-image img {
    width: 100%;
    height: 300px; /* adjust to your grid */
    object-fit: cover; /* crops image nicely without stretching */
}

div.info-box-inner.reset-last-child p {
    display: -webkit-box;
    -webkit-line-clamp: 4; /* Change this to the number of lines you want */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Nos client carousel */
/* remove the gap */
/* Force exact dimensions and prevent distortion */
.wd-carousel-wrap .wd-gallery-item img {
		width: 226.9px !important;
    height: 140px !important;
    /* This shows the WHOLE image without cutting anything off */
    object-fit: contain !important;
    /* Adds a background to fill the empty "letterbox" space */
    background-color: #ffffff;
    /* Optional: adds a tiny bit of breathing room inside the box */
    padding: 5px; 
    box-sizing: border-box;
    display: block;
}
/* Ensure the container doesn't override the width */
.wd-carousel-wrap .wd-gallery-item {
	width: 226.9px !important;
}

/* do not display labels in homepage under certain sections  */
div.pagination-arrows span.featured.product-label {
	display: none !important;
}

/* post-coopyright menu */
.post-copyright {
	display: flex;
	gap: 20px;
}

/* transparent swatch */
.wrapp-swatches {
  display: none !important;
}

/* remove summary from product grid */
.hover-content-inner.wd-more-desc-inner {
	display: none !important;
}

/* put space between filter and grid */
.wd-content-layout.content-layout-wrapper.container.wd-grid-g.wd-sidebar-hidden-md-sm.wd-sidebar-hidden-sm.wd-builder-off {
	display: flex !important;
	gap: 20px !important;
}
aside.wd-sidebar.sidebar-container.wd-grid-col.sidebar-left {
	padding: 20px !important;
}
div.widget-area {
	width: 100% !important;
}

/* make the optional checkboxes not appear smaller */
.wpcf7-acceptance.optional {
    font-size: inherit !important;
    line-height: inherit !important;
    transform: scale(1) !important;
}