/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

.wd-progress-bar .wd-free-progress-bar{
	display:none !important;
}


.woocommerce-mini-cart__total .total{
	display:none !important;
}

.payment_methods{
    display:none  !important;
}

.wd-heading .title{
	display :none !important;
}

.shopping-cart-widget-footer .woocommerce-mini-cart__total {
    display: none !important;
}

/* Ajouter votre code CSS ici. */

input[name="s"]::placeholder {
    font-size: 16px !important;   /* agrandir */
    font-weight: bold !important; /* mettre en gras */
    color: #333 !important;       /* tu peux aussi changer la couleur */
}

/* .wd-autoheight, .wd-autoheight .wd-carousel-item {
    height: 285px !important;
} */

.wd-nav-mobile>li>a{
    color: #333 !important;
}

.wd-nav.wd-style-bg>li>a span, .wd-nav.wd-style-bg>li>a:after {
    font-weight: bold !important;
    z-index: 2;
    font-size: 15px !important;
}
.wd-sticky-nav-enabled {
        --wd-sticky-nav-w: 70px !important;
}

.animation-div {
    animation: example 6s ease-in-out infinite alternate;
}
.animation-div:hover{
	animation-play-state: paused;
}
@keyframes example {
0% {
    transform: translateY(0);
}

15% {
    transform: translateY(0);
}
25% {
    transform: translateY(-40px);
}
50% {
    transform: translateY(-40px);
}
75% {
    transform: translateY(-80px);
}
100% {
    transform: translateY(-80px);
}
}
.animation-text {
    margin: 0px !important;
    display: flex;
    height: 40px;
    align-items: center;
    padding: 0px !important;
	color: white;
	justify-content: center;
	font-weight: 500;
	font-size: 16px;
}
a[title="My account"]{
	width: 45px !important;
	height: 45px !important;
	border-radius: 50% !important;
	border: 1px solid white;
	color: white !important;
}

[title="Shopping cart"] .wd-tools-icon{
	color: white !important;
}
.wd-nav-sticky>li>a .nav-link-text{
	color: black !important;
}

.searchform.wd-style-4 input[type="text"]{
	border-radius: 10px !important;
}
.searchform .searchsubmit:after{
	color: #ffffff !important;
	transform: scalex(-1)
}
.wd-tools-element.wd-header-sticky-nav{
	border-radius: 10px !important;
	background: white;
}


.woodmart-nav-link{
	color: white !important;
	font-weight: 100 !important;
}
.wd-nav.wd-style-bg>li>a:before{
    border-radius: 10px !important;
    background-color: rgb(147 148 151) !important;
}
/* .wd-nav.wd-style-bg>li#menu-item-10633>a:before{
	opacity: 1 !important;
	visibility: visible;
} */
li#menu-item-80950 .wd-nav-img{
	position: absolute;
	right: 0;
	top: 0;
}
.info-box-content span{
    font-size: 20px;
    max-width: 80%;
    /* width: 40%; */
    display: block;
}

.whb-general-header .whb-general-header-inner .whb-col-left{
	width: 20%;
}
.whb-general-header .whb-general-header-inner .whb-col-right{
	width: 30%;
}
.whb-general-header .whb-general-header-inner .whb-col-center{
	width: 50%;
}
.cta-btn a.btn.btn-style-default.btn-shape-semi-round.btn-size-default.btn-icon-pos-right {
	  background: linear-gradient(
    135deg,
    rgba(0, 163, 255, 1),
    rgba(5, 100, 155, 1)
  ) !important;
  color: #ffffff !important;
}
.cta-btn a.elementor-button.elementor-button-link.elementor-size-sm {
	  background: linear-gradient(
    135deg,
    rgba(0, 163, 255, 1),
    rgba(5, 100, 155, 1)
  ) !important;
  color: #ffffff !important;
}
.cta-btn a.btn.btn-style-default {
	  background: linear-gradient(
    135deg,
    rgba(0, 163, 255, 1),
    rgba(5, 100, 155, 1)
  ) !important;
      --btn-brd-radius: 5px !important;
}

.cta-btn a.btn.btn-style-default.btn-shape-semi-round.btn-size-default.btn-icon-pos-right span.wd-btn-text{
	  color: #ffffff !important;
}

.btn-popup {
    /* text-align: center; */
    margin-top: 10px;
    display: block;
    margin: 0 auto 5px;
    text-align: initial;
}
.wd-content-layout {
    padding-block: 0px !important;
}
.email-popup {
    margin-bottom: 15px;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.cta-popup {
    	  background: linear-gradient(
    135deg,
    rgba(0, 163, 255, 1),
    rgba(5, 100, 155, 1)
  ) !important;
display: block;
margin: 0 auto;
}
#slider-121 .wd-slide {
    min-height: 420px !important;
}
.promo-banner .banner-image img {
    height: 200px !important;   /* ajuste la hauteur fixe */
    object-fit: cover; /* recadre l’image sans la déformer */
    width: 100%;
}

/* Ajuste aussi le contenu interne */
.promo-banner {
    min-height: 200px !important; /* même valeur que ci-dessus */
}

/* faq */
/* Conteneur général des items */
.wd-accordion-item {
  border: none;
  margin-bottom: 14px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 4px 10px rgba(0,0,0,0.06);
  overflow: hidden;
  transition: all 0.3s ease;
}

/* Titre de l’accordéon */
.wd-accordion-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 22px;
  font-size: 16px;
  font-weight: 600;
  color: #1e1e1e;
  background: #f5f8ff;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* Hover sur le titre */
.wd-accordion-title:hover {
  background: #edf2ff;
}

/* Contenu (ouvert) */
.wd-accordion-content {
  padding: 18px 22px;
  font-size: 15px;
  color: #555;
  line-height: 1.6;
  background: #fff;
  border-top: 1px solid #f0f0f0;
}

/* Icône (+) / (×) */
.wd-accordion-opener {
  position: relative;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  flex-shrink: 0;
}

.wd-accordion-opener::before,
.wd-accordion-opener::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 2px;
  background: #333;
  transition: transform 0.3s ease;
}

.wd-accordion-opener::before {
  transform: translate(-50%, -50%) rotate(0deg);
}

.wd-accordion-opener::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

/* Quand l’accordéon est ouvert → transforme le + en × */
.wd-accordion-title.active .wd-accordion-opener::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.style-subtitle .wd-title-color-default{
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
  
}

.wd-products-with-bg:not(.products-bordered-grid) :is(.product-wrapper,.wd-cat-wrap) {
    background-color: #ffffff !important;
    box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, .1) !important;
}
div#wpforms-82085-field_2-container {
    padding: 0 !important;
}

/* .promo-wrapper {
  display: flex;
  align-items: stretch;
  justify-content: center;
  max-width: 900px;
  margin: 40px auto;
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  font-family: "Inter", system-ui, sans-serif;
} */

.promo-content {
  flex: 1;
  /* padding: 40px 32px; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.promo-content h2 {
  font-size: 28px;
  margin-bottom: 12px;
  color: #0f172a;
  font-weight: 700;
  text-transform: uppercase;
}

.promo-content .subtitle {
  font-size: 16px;
  text-transform: uppercase;
  color: #475569;
}

.promo-form .wpcf7-form input[type="email"],
.promo-form .wpcf7-form input[type="text"] {
  width: 100%;
  padding: 12px 14px;
  margin-bottom: 14px;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  font-size: 15px;
}

.promo-form .wpcf7-form input[type="submit"] {
  width: 100%;
  padding: 14px;
  border-radius: 12px;
  border: none;
  background: linear-gradient(90deg, #0ea5e9, #06b6d4);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.25s ease;
}

.promo-form .wpcf7-form input[type="submit"]:hover {
  background: linear-gradient(90deg, #0284c7, #0891b2);
  transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 768px) {
  .promo-wrapper {
    flex-direction: column;
  }
  
  .promo-content h1 {
    font-size: 22px;
  }
   .title-page h1.woodmart-title-container.title.wd-fontsize-l {
    font-size: 34px !important;
}
h2.woodmart-title-container.title.wd-fontsize-l {
    font-size: 24px !important;
}
}

.wd-products-per-page {
    display: none !important;
}

.products-bordered-grid.wd-products-with-bg.elements-grid>.wd-col, .products-bordered-grid.wd-products-with-bg .wd-carousel-inner {
    background-color: #ffffff !important;
}
.elementor-1055 .elementor-element.elementor-element-3e3eea0:not(.elementor-motion-effects-element-type-background), .elementor-1055 .elementor-element.elementor-element-3e3eea0 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    /* background-color: #FFFFFF; */
    margin-top: 20px;
}
.elementor-1239 .elementor-element.elementor-element-e794b4e {
    margin-top: 20px;

  }
  .elementor-1239 .elementor-element.elementor-element-ec6c95b .wd-products-with-bg, .elementor-1239 .elementor-element.elementor-element-ec6c95b .wd-products-with-bg :is(.wd-product,.wd-cat) {
    --wd-prod-bg: #ffffff !important;
    --wd-bordered-bg: #ffffff !important;
     box-shadow: 0 4px 10px rgba(0,0,0,0.06);
}
p.subtitle {
    margin-bottom: 0px !important;
}
.searchform .searchsubmit:after {
    color: #ffffff !important;
}
