@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:wght@400;700&family=Zain:wght@800&display=swap");
@import url("./assets/font/fontello/css/fontello.css");
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: var(--wp--preset--font-family--fira-sans);
  color: var(--wp--preset--color--text);
  font-size: 1rem;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--wp--preset--font-family--zain);
  font-weight: 800;
  margin-bottom: 1rem;
}

p {
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

a {
  color: var(--wp--preset--color--text);
  transition: color 0.3s ease;
}

mark {
  background-color: transparent;
}

.breadcrumbs-wrapper {
  color: var(--wp--preset--color--white);
  background-color: var(--wp--preset--color--tertiary);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.breadcrumbs-wrapper .wc-block-breadcrumbs {
  padding: 0 1.5rem;
  margin: 0;
  font-size: 1.2rem;
  line-height: 2.2rem;
  color: var(--wp--preset--color--white);
  border-radius: 0;
}
.breadcrumbs-wrapper .wc-block-breadcrumbs a {
  color: var(--wp--preset--color--white);
  text-decoration: none;
}
.breadcrumbs-wrapper .wc-block-breadcrumbs a:hover {
  text-decoration: underline;
}

.content-wrapper {
  padding: 0 1rem;
}

.wc-block-components-button:not(.is-link).outlined:not(:focus) {
  background-color: transparent;
  color: var(--wp--preset--color--primary);
  border: 0.2rem solid var(--wp--preset--color--primary);
  border-radius: 2.8rem;
  padding: 0.75rem 1.5rem;
  transition: all 0.3s ease;
  font-weight: bold;
  box-shadow: none;
}
.wc-block-components-button:not(.is-link).outlined:not(:focus):hover {
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--background, #fff);
}

.wc-block-components-button:not(.is-link).outlined:focus {
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--background, #fff);
}
.wc-block-components-button:not(.is-link).outlined:active {
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--background, #fff);
}

.woocommerce div.product form.cart div.quantity .qty {
  min-width: 6rem;
}

.woocommerce-account main .woocommerce {
  max-width: none;
  display: flex;
  width: 100%;
  gap: 0rem;
}
.woocommerce-account .woocommerce .woocommerce-breadcrumb {
  margin: 0;
  padding: 0;
}
.woocommerce-account .input-textform .form-row .input-text {
  border-radius: 1.5rem;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  flex: 0 0 220px;
  padding: 1.5rem;
  border-radius: 1.5rem;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  margin-bottom: 0;
  padding: 0.5rem 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  text-decoration: none;
  font-weight: bold;
  color: var(--wp--preset--color--text);
  transition: color 0.2s;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover, .woocommerce-account .woocommerce-MyAccount-navigation ul li a.is-active {
  color: var(--wp--preset--color--white);
  text-decoration: none;
}
.woocommerce-account .woocommerce-MyAccount-content {
  flex: 1;
  background-color: var(--wp--preset--color--secondary);
  border: 0px solid var(--wp--preset--color--tertiary);
  padding: 2rem;
  border-radius: 0rem;
}
.woocommerce-account .woocommerce-MyAccount-content h2 {
  color: var(--wp--preset--color--primary);
  font-weight: 600;
  margin-bottom: 1rem;
}
.woocommerce-account .woocommerce-MyAccount-content table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1rem;
}
.woocommerce-account .woocommerce-MyAccount-content table th,
.woocommerce-account .woocommerce-MyAccount-content table td {
  border: 1px solid var(--wp--preset--color--tertiary);
  padding: 0.75rem;
  text-align: left;
}
.woocommerce-account .woocommerce-MyAccount-content table th {
  background-color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--white);
}
.woocommerce-account .woocommerce-MyAccount-content form {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.woocommerce-account .woocommerce-MyAccount-content form .form-row {
  margin: 0;
}
.woocommerce-account .woocommerce-MyAccount-content form label {
  font-weight: 500;
  color: var(--wp--preset--color--text);
  margin-bottom: 0rem;
}
.woocommerce-account .woocommerce-MyAccount-content form input,
.woocommerce-account .woocommerce-MyAccount-content form textarea,
.woocommerce-account .woocommerce-MyAccount-content form select {
  padding: 0.75rem 1rem;
  border: 1px solid var(--wp--preset--color--tertiary);
  border-radius: 0.5rem;
  background-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--text);
}

.wp-block-group.single-product {
  background-image: url("./assets/img/bkg_single.jpg");
  background-size: cover;
  background-position: center;
}

main {
  padding-bottom: 3rem;
}

@font-face {
  font-family: "Fontello";
  src: url("./assets/font/fontello/font/fontello.woff2") format("woff2"), url("./assets/font/fontello/font/fontello.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.hero-block {
  margin-top: 3rem;
}
.hero-block img {
  border-radius: 1.6rem;
}

.title-decoratif-block {
  position: relative;
  width: 100%;
  text-align: center;
  display: inline-block;
  margin-top: 2rem;
  margin-bottom: 0rem;
}
.title-decoratif-block::before {
  content: attr(data-bgtext);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: clamp(5rem, 12vw, 8rem);
  color: rgba(0, 0, 0, 0.05);
  font-weight: 800;
  white-space: nowrap;
  pointer-events: none;
  z-index: 0;
  line-height: 1;
}
.title-decoratif-block h2 {
  position: relative;
  z-index: 1;
  line-height: 1;
  margin: 0;
  font-size: clamp(3rem, 5vw, 4rem);
}
.title-decoratif-block.is-style-inverted {
  color: #fff;
}
.title-decoratif-block.is-style-inverted::before {
  color: rgba(255, 255, 255, 0.1);
}

.cta-banner {
  padding: 1.5rem;
  align-items: center;
  margin: 3rem 0;
  width: 100%;
}
.cta-banner .wp-block-group.is-nowrap {
  flex-wrap: wrap;
  gap: 1.5rem;
}
.cta-banner .wp-block-group.is-nowrap > * {
  flex: 1 1 400px;
  min-width: 0;
}
.cta-banner .cta-banner__inner {
  max-width: 1172px;
  margin: auto;
  background-size: cover;
  background-position: center;
  padding: 2rem;
  border-radius: 0;
  color: #fff;
}
@media (max-width: 768px) {
  .cta-banner .cta-banner__inner {
    padding: 1rem;
  }
}

.cta-banner__form-integrated {
  display: flex;
  justify-content: center;
  padding: 0 2rem;
}
.cta-banner__form-integrated .cta-banner__input-wrapper {
  position: relative;
  width: 100%;
  max-width: 600px;
}
.cta-banner__form-integrated .cta-banner__input-wrapper p {
  margin: 0;
  line-height: 0rem;
}
.cta-banner__form-integrated .cta-banner__input-wrapper input[type=email] {
  width: 100%;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  border: none;
  border-radius: 2.8rem;
  outline: none;
  height: 3rem;
  padding-right: 6.5rem;
  box-sizing: border-box;
}
.cta-banner__form-integrated .cta-banner__input-wrapper input[type=submit],
.cta-banner__form-integrated .cta-banner__input-wrapper .wpcf7-submit {
  position: absolute;
  top: 0rem;
  right: 0rem;
  height: 3rem;
  padding: 0 1.5rem;
  display: inline-block;
  font-size: 1.4rem;
  font-family: var(--wp--preset--font-family--zain);
  font-weight: bold;
  cursor: pointer;
  white-space: nowrap;
  border: 0.2rem solid var(--wp--preset--color--primary);
  border-radius: 2.8rem;
  background-color: var(--wp--preset--color--primary);
  color: white;
  transition: all 0.3s ease;
}
.cta-banner__form-integrated .cta-banner__input-wrapper input[type=submit]:hover,
.cta-banner__form-integrated .cta-banner__input-wrapper .wpcf7-submit:hover {
  background-color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--text);
  border-color: var(--wp--preset--color--primary);
}
.cta-banner__form-integrated .cta-banner__input-wrapper .wpcf7-spinner {
  position: absolute;
  right: -2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.5rem;
  height: 1.5rem;
  margin: 0;
  z-index: 2;
}
@media (max-width: 480px) {
  .cta-banner__form-integrated .cta-banner__input-wrapper input[type=submit],
  .cta-banner__form-integrated .cta-banner__input-wrapper .wpcf7-submit {
    position: static;
    transform: none;
    margin-top: 0.5rem;
    width: 100%;
    border-radius: 2.8rem;
    height: 3rem;
  }
  .cta-banner__form-integrated .cta-banner__input-wrapper input[type=email] {
    padding-right: 1.5rem;
  }
}

.wpcf7 .wpcf7-response-output {
  margin-top: 1rem;
  padding: 1rem 1.25rem;
  border-radius: 0.75rem;
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.4;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  background-color: #e6ffed;
  color: var(--wp--preset--color--text);
}
.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok {
  background-color: #e6ffed;
  border-color: #38b772;
  color: #1e4620;
}
.wpcf7 .wpcf7-response-output.wpcf7-validation-errors {
  background-color: #fff3f3;
  border-color: #e57373;
  color: #8c1c1c;
}
.wpcf7 .wpcf7-response-output.wpcf7-spam-blocked {
  background-color: #fff8e1;
  border-color: #ffc107;
  color: #795548;
}
.wpcf7 .wpcf7-response-output.wpcf7-aborted {
  background-color: #fce4ec;
  border-color: #ec407a;
  color: #880e4f;
}
.wpcf7 .wpcf7-not-valid {
  border: 2px solid #e57373 !important;
  background-color: #fff0f0;
}
.wpcf7 .wpcf7-not-valid-tip {
  color: var(--wp--preset--color--text);
  font-size: 0.85rem;
  margin-top: -0.7rem;
  padding: 0rem 1rem;
  display: block;
}
.wpcf7 input.wpcf7-valid,
.wpcf7 textarea.wpcf7-valid,
.wpcf7 select.wpcf7-valid {
  border: 2px solid #38b772;
  background-color: #f1fff6;
}

.section-feature-block {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-position 0.5s ease, background-size 0.5s ease;
}
.section-feature-block .section-feature__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 809px;
  margin: 0 auto;
  background-color: var(--wp--preset--color--tertiary);
  padding: 2rem;
  text-align: center;
  border-radius: 0;
  gap: 2rem;
  padding: 4rem 0;
}
@media (max-width: 1024px) {
  .section-feature-block .section-feature__inner {
    max-width: 700px;
    min-height: auto;
    padding: 2rem;
  }
}
@media (max-width: 768px) {
  .section-feature-block .section-feature__inner {
    max-width: 100%;
    min-height: auto;
    padding: 1.5rem;
  }
}
@media (max-width: 480px) {
  .section-feature-block .section-feature__inner {
    max-width: 100%;
    min-height: auto;
    padding: 1rem;
  }
}
@media (max-width: 768px) {
  .section-feature-block {
    background-position: center top;
    background-size: cover;
  }
}

.services-list-text {
  font-size: 1rem;
  line-height: 1.5;
}

.services-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
  margin-top: 2rem;
}
.services-list .service-item {
  width: 200px;
  text-align: center;
  text-decoration: none;
  color: inherit;
  transition: transform 0.3s ease;
}
.services-list .service-item:hover {
  transform: translateY(-5px);
}
.services-list .service-item:hover .service-icon i {
  color: var(--wp--preset--color--primary);
}
.services-list .service-item:hover .service-title {
  color: var(--wp--preset--color--white);
}
.services-list .service-item .service-icon {
  width: 130px;
  height: 130px;
  margin: 0 auto 1rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}
.services-list .service-item .service-icon i {
  font-size: 5rem;
  color: #333;
  transition: color 0.3s ease;
}
.services-list .service-item .service-title {
  font-size: 1.4rem;
  color: var(--wp--preset--color--text);
  font-weight: bold;
}

.testimonials-slider-wrapper {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.testimonials-slider-wrapper .testimonials-slider {
  position: relative;
  height: auto;
  min-height: auto;
}
.testimonials-slider-wrapper .testimonial-item {
  display: none; /* par défaut, caché */
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem 2rem;
  border-radius: 1rem;
  text-align: center;
  gap: 1.5rem;
}
.testimonials-slider-wrapper .testimonial-item.is-active {
  display: flex; /* seulement l'actif est visible */
}
.testimonials-slider-wrapper .testimonial-item blockquote {
  font-style: italic;
  font-size: 1.2rem;
  line-height: 1.5;
  margin-block-start: 0;
  margin-block-end: 0;
  color: var(--wp--preset--color--white);
}
.testimonials-slider-wrapper .testimonial-item blockquote p {
  margin-bottom: 0;
}
.testimonials-slider-wrapper .testimonial-item .testimonial-title {
  font-weight: bold;
  font-size: 2rem;
  margin-top: 1rem;
  color: var(--wp--preset--color--white);
}
.testimonials-slider-wrapper .testimonial-item .testimonial-author {
  font-weight: bold;
  font-size: 1rem;
  margin-top: 1rem;
  color: var(--wp--preset--color--text);
}
.testimonials-slider-wrapper .testimonial-dots {
  margin-top: 2rem;
}
.testimonials-slider-wrapper .testimonial-dots .dot {
  width: 12px;
  height: 12px;
  margin: 0 6px;
  background-color: #ccc;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.testimonials-slider-wrapper .testimonial-dots .dot.is-active {
  background-color: var(--wp--preset--color--primary);
}

/* Slider container */
.slider-publicitaire {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 350px;
  margin-bottom: 40px;
  border-radius: 12px;
}

/* Slide structure */
.slider-publicitaire .swiper-slide {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  position: relative;
  background: none !important;
}

/* Surimpression décorative couvrant tout le slide */
.slider-publicitaire .swiper-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("assets/img/ads_overprint.png");
  background-size: cover;
  background-position: center;
  z-index: 1;
  pointer-events: none;
}

/* Contenu texte */
.slider-publicitaire .slide-content {
  z-index: 2;
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px;
  color: var(--wp--preset--color--text);
  text-align: left;
}

/* Image à droite */
.slider-publicitaire .slide-image {
  z-index: 0;
  width: 60%;
  height: 250px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.slider-publicitaire .slide-image img.desktop-slide-image {
  max-width: 600px;
  height: auto;
  display: block;
  border-radius: 0; /* si nécessaire */
}

/* Cacher l’image mobile par défaut */
.slider-publicitaire .mobile-slide-image {
  display: none;
}

/* Titres et paragraphes */
.slider-publicitaire .slide-content h2 {
  font-size: 3rem;
  color: var(--wp--preset--color--primary);
  padding-bottom: 15px;
  margin: 0;
  line-height: 1;
}

.slider-publicitaire .slide-content p {
  font-size: 1.5rem;
  margin-bottom: 15px;
  line-height: 1.3;
}

/* Bouton */
.slider-publicitaire .slide-content .button {
  display: inline-block !important;
  width: auto !important;
  max-width: none !important;
  white-space: nowrap;
  background-color: var(--wp--preset--color--primary);
  color: white;
  padding: 12px 24px;
  border: 2px solid var(--wp--preset--color--primary);
  border-radius: 25px;
  text-decoration: none;
  transition: all 0.3s ease;
  text-align: center;
}

.slider-publicitaire .slide-content .button:hover {
  background-color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--primary);
  border-color: var(--wp--preset--color--primary);
}

/* ============================
   MOBILE
   ============================ */
/* ============================
   MOBILE
   ============================ */
@media (max-width: 768px) {
  .slider-publicitaire {
    height: auto;
  }
  .slider-publicitaire .swiper-slide {
    flex-direction: column;
    align-items: stretch;
  }
  /* On cache l’image desktop */
  .slider-publicitaire .slide-image {
    display: none;
  }
  /* On montre l’image mobile */
  .slider-publicitaire .mobile-slide-image {
    display: block;
    width: 100%;
    height: 250px;
    object-fit: cover;
  }
  /* On désactive la surimpression en mobile */
  .slider-publicitaire .swiper-slide::before {
    display: none;
  }
  .slider-publicitaire .slide-content {
    width: 100%;
    padding: 30px 20px;
    background-color: white;
    color: var(--wp--preset--color--primary);
    text-align: center;
    height: 250px;
    margin-top: 0; /* ajustable au besoin */
  }
  .slider-publicitaire .slide-content h2 {
    font-size: 2rem;
    margin-bottom: 10px;
  }
  .slider-publicitaire .slide-content p {
    font-size: 1.1rem;
    margin-bottom: 15px;
    color: var(--wp--preset--color--text);
  }
  .slider-publicitaire .slide-content .button {
    font-size: 1rem;
    margin-top: 15px;
    display: inline-block;
    width: auto;
    white-space: nowrap;
  }
}
.wp-block-woocommerce-product-template {
  padding: 0 1rem;
}

.product-card {
  background: transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
  position: relative;
}
.product-card:hover .product-image-wrapper {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  transform: translateY(-5px);
  transition: transform 0.3s, box-shadow 0.3s;
}
.product-card:hover .product-image-wrapper img {
  transform: scale(1.02);
  transition: transform 0.3s;
}
.product-card .product-image-wrapper {
  position: absolute;
  top: 0px;
  width: 100%;
  height: auto;
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
.product-card .product-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.product-card .product-info {
  background: #fff;
  width: 100%;
  padding: 60% 1rem 2rem 1rem;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  margin-top: 50%;
}
.product-card .product-info p {
  margin: 0;
}
.product-card .product-info .product-title {
  font-size: 1.2rem;
  font-weight: bold;
  margin: 0 0 0.5rem 0;
  min-height: 2.5em;
  line-height: 1.2;
}
.product-card .product-info .product-price {
  color: var(--wp--preset--color--primary);
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
.product-card .product-info .product-description {
  font-size: 0.85rem;
  color: #666;
  min-height: 4rem;
  margin-bottom: 0;
}
.product-card .product-info a.button {
  width: 100%;
  background: var(--wp--preset--color--primary);
  color: #fff;
  border-color: var(--wp--preset--color--primary);
  border-width: 0.2rem;
  padding: 0.5rem 0.5rem;
  border-radius: 1.5rem;
  font-size: 1.2rem !important;
  cursor: pointer;
  transition: background 0.3s;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}
.product-card .product-info a.button:hover {
  background-color: var(--wp--preset--color--secondary);
  border-color: var(--wp--preset--color--primary);
  border-width: 0.2rem;
  border-style: solid;
  color: var(--wp--preset--color--text);
}
.product-card .product-info a.button:active {
  background: var(--wp--preset--color--secondary);
  transform: translateY(2px);
}
.product-card .product-info a.button:focus {
  outline: none;
  box-shadow: 0 0 0 2px var(--wp--preset--color--secondary);
}
.product-card .product-info a.button:disabled {
  background: #ccc;
  cursor: not-allowed;
}

.woocommerce a.added_to_cart {
  margin-top: 0.5rem;
  font-size: 0.7rem;
  color: var(--wp--preset--color--text);
  text-decoration: underline;
  transition: color 0.3s;
}
.woocommerce a.added_to_cart:hover {
  color: var(--wp--preset--color--primary);
}

.stock-status.in-stock {
  color: green;
}

.stock-status.backorder {
  color: orange;
}

.stock-status.out-of-stock {
  color: red;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  transform: translateY(0);
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease;
  background: #fff;
}

.site-header.header-hidden {
  transform: translateY(-100%);
}

.site-header.scrolled {
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
}

main {
  padding-top: var(--header-height, 80px);
}

html {
  scroll-behavior: smooth;
}

.header-top {
  background: var(--wp--preset--color--tertiary);
  color: #fff;
  min-height: 10px;
  padding: 0.5rem 0;
}

.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1172px;
  margin: 0 auto;
  padding: 0rem 1rem;
  box-sizing: border-box;
}
.header-inner .header-left {
  display: flex;
  align-items: center;
}
.header-inner .header-center,
.header-inner .header-right {
  display: flex;
  align-items: right;
}
.header-inner .header-left {
  justify-content: flex-start;
}
.header-inner .header-center {
  justify-content: flex-end;
}
.header-inner .header-right {
  justify-content: flex-end;
}

@media (max-width: 937px) {
  .wp-block-template-part {
    position: static;
    overflow: visible !important;
  }
  .header-inner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 1rem;
  }
  .header-inner .header-left,
  .header-inner .header-center,
  .header-inner .header-right {
    flex: 1;
    display: flex;
    align-items: center;
  }
  .header-inner .header-left {
    justify-content: center;
    order: 2;
  }
  .header-inner .header-center {
    justify-content: flex-start;
    order: 1;
  }
  .header-inner .header-right {
    justify-content: flex-end;
    order: 3;
  }
}
/* Modifie la couleur du texte des éléments de navigation */
.wp-block-navigation-item__label:hover {
  color: var(--wp--preset--color--primary);
  text-decoration: none;
}

.wp-block-navigation .current-menu-item {
  color: var(--wp--preset--color--primary);
  text-decoration: none;
}

/* Remplace l'icône du panier WooCommerce */
.wc-block-mini-cart__quantity-badge::after {
  content: "\e900"; /* Mettez ici le code Unicode correct */
  font-family: "fontello";
  font-size: 38px;
}

.wc-block-mini-cart__button {
  padding: 11px 7px;
  border: 0.2rem solid var(--wp--preset--color--text);
  border-radius: 50%;
}

.wc-block-mini-cart__button:hover {
  color: var(--wp--preset--color--primary);
  border-color: var(--wp--preset--color--primary);
}

.wc-block-mini-cart__quantity-badge svg {
  display: none; /* Cache l'icône SVG par défaut */
}

.wc-block-mini-cart__quantity-badge span {
  background-color: var(--wp--preset--color--primary);
  color: #fff;
  margin-left: -10%;
  transform: translateY(-95%);
  font-size: 1rem;
}

/* Remplace l'icône du lien Mon Compte */
.wp-block-woocommerce-customer-account a::before {
  content: "\e8ff"; /* Remplacez par votre code Fontello */
  font-family: "fontello";
  font-size: 44px;
  margin-right: 1px;
}

.wp-block-woocommerce-customer-account a {
  align-items: center;
  display: flex;
  gap: 0;
  line-height: 1;
  padding: 8px 11px;
  text-decoration: none !important;
  white-space: nowrap;
  border: 0.2rem solid var(--wp--preset--color--text);
  border-radius: 50%;
}

.wp-block-woocommerce-customer-account a:hover, .wp-block-woocommerce-customer-account a:focus, .wp-block-woocommerce-customer-account a.is-active, .wp-block-woocommerce-customer-account a.current-menu-item, .wp-block-woocommerce-customer-account a.current_page_item {
  color: var(--wp--preset--color--primary) !important;
  border-color: var(--wp--preset--color--primary);
  text-decoration: none !important;
}

.wp-block-woocommerce-customer-account a .wc-block-customer-account__account-icon {
  content: "";
  display: none; /* Cache l'icône SVG par défaut */
}

.wp-block-navigation__responsive-container-open svg {
  width: 44px;
  height: 44px;
  color: var(--wp--preset--color--text);
}

/* Revert core styles at default breakpoint */
@media (max-width: 480px) {
  .wc-block-mini-cart__quantity-badge::after {
    font-size: 28px;
  }
  .wp-block-woocommerce-customer-account a::before {
    font-size: 30px;
  }
  .wp-block-woocommerce-customer-account a {
    padding: 6px 8px;
    border-width: 0.15rem;
  }
  .wc-block-mini-cart__button {
    padding: 8px 6px;
    border-width: 0.15rem;
  }
  .wc-block-mini-cart__quantity-badge span {
    margin-left: -15%;
    transform: translateY(-90%);
    font-size: 0.8rem;
  }
  .wp-block-navigation__responsive-container-open svg {
    width: 32px;
    height: 32px;
  }
}
.wp-block-navigation__responsive-container {
  min-height: 100vh;
  width: 100vw;
  overflow-x: hidden;
  z-index: 99;
}

.wp-block-navigation__responsive-container * {
  max-width: 100%;
  white-space: normal;
  overflow-x: hidden;
}

.wp-block-navigation__responsive-container .is-open {
  display: block;
}

.site-header .wp-block-navigation__container {
  display: flex;
  gap: 2rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-15px);
  }
  50% {
    transform: translateY(0);
  }
  70% {
    transform: translateY(-8px);
  }
  100% {
    transform: translateY(0);
  }
}
.scroll-top-chique {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 60px;
  height: 60px;
  background: var(--wp--preset--color--primary);
  font-size: 2rem;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  z-index: 999;
  transition: transform 0.3s ease, opacity 0.3s ease;
  opacity: 0;
  pointer-events: none;
}
.scroll-top-chique:hover {
  animation: bounce 0.6s;
  font-size: 0.1rem;
}
.scroll-top-chique:hover::after {
  content: "⇧";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2rem;
  color: var(--wp--preset--color--white);
}
.scroll-top-chique.visible {
  opacity: 1;
  pointer-events: auto;
}

.footer-complet {
  margin: 0;
  background: var(--wp--preset--color--tertiary);
  color: var(--wp--preset--color--text);
}
.footer-complet .footer-container {
  max-width: 1172px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  padding: 2rem 1.5rem 0 1.5rem;
}
.footer-complet .footer-ligne-one .wp-block-columns,
.footer-complet .footer-ligne-two .wp-block-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.footer-complet .footer-ligne-one .wp-block-columns .wp-block-column,
.footer-complet .footer-ligne-two .wp-block-columns .wp-block-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer-complet .footer-ligne-three .footer-social-title {
  font-size: 1.2rem;
  margin-bottom: 0;
  color: #fff;
}
.footer-complet .footer-ligne-three .wp-block-social-links {
  justify-content: center;
  gap: 1rem;
  padding: 1rem 0;
}
.footer-complet .footer-ligne-three .wp-block-social-links .wp-social-link {
  font-size: 1.5rem;
}
.footer-complet .footer-bas {
  background-color: #fff;
  color: var(--wp--preset--color--text);
  font-size: 0.9rem;
  text-align: center;
  padding: 1rem 2rem;
}
.footer-complet .bottom-line {
  background-color: var(--wp--preset--color--primary);
  color: #fff;
  padding: 0 0.5rem;
  text-align: center;
  font-size: 0.8rem;
}
.footer-complet .bottom-line p {
  margin: 0;
}
.footer-complet .bottom-line a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}
@media (max-width: 937px) {
  .footer-complet .wp-block-columns {
    flex-direction: column;
  }
  .footer-complet .wp-block-columns .wp-block-column {
    width: 100% !important;
  }
  .footer-complet .footer-ligne-three .wp-block-social-links {
    justify-content: center;
  }
}

.wc-category-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
  border-width: 0;
}
.wc-category-filter legend {
  width: 100%;
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: 1rem;
}
.wc-category-filter .radio-item {
  position: relative;
  margin-bottom: 0.5rem;
}
.wc-category-filter .radio-item input[type=radio] {
  appearance: none;
  position: absolute;
  opacity: 0;
}
.wc-category-filter .radio-item label {
  display: inline;
  background-color: #fff;
  color: var(--wp--preset--color--text);
  border: 1px solid transparent;
  border-radius: 1.5rem;
  padding: 0.5rem 0.5rem;
  font-size: 0.9rem;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.wc-category-filter .radio-item label:hover {
  color: var(--wp--preset--color--primary);
  border-color: var(--wp--preset--color--primary);
}
.wc-category-filter .radio-item input[type=radio]:checked + label {
  background-color: var(--wp--preset--color--primary);
  color: white;
}

.wc-menu-filters {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.wc-menu-filters .filter-select {
  display: flex;
  flex-direction: column;
}
.wc-menu-filters .filter-select label {
  font-size: 0.9rem;
  margin-bottom: 0.25rem;
  font-weight: 600;
}
.wc-menu-filters .filter-select select {
  padding: 0.5rem 0.75rem;
  border: 2px solid #ddd;
  border-radius: 999px;
  font-size: 0.95rem;
  appearance: none;
  background-color: #fff;
  transition: border 0.2s ease;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 140 140' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon fill='%23000' points='70,90 100,50 40,50 '/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 24px;
}
.wc-menu-filters .filter-select select:focus {
  outline: none;
  border-color: var(--wp--preset--color--primary);
}

.wc-filters-line {
  margin-bottom: 2rem;
}
.wc-filters-line .wc-filters-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.wc-filters-line .wc-filters-columns > .wp-block-column {
  flex: 1 1 50%;
}
@media (max-width: 768px) {
  .wc-filters-line .wc-filters-columns > .wp-block-column {
    flex: 1 1 100%;
  }
}

.woocommerce-filters-wrapper {
  margin-block: 2rem;
  padding: 0 1.5rem;
}
.woocommerce-filters-wrapper .filters-desktop {
  display: flex;
  gap: 2rem;
}
@media (max-width: 768px) {
  .woocommerce-filters-wrapper .filters-desktop {
    display: none;
  }
}
.woocommerce-filters-wrapper .mobile-filter-toggle {
  display: none;
  margin-bottom: 1rem;
  background: var(--wp--preset--color--primary);
  color: #fff;
  border: none;
  padding: 0.7rem 1rem;
  border-radius: 0.5rem;
  cursor: pointer;
}
@media (max-width: 768px) {
  .woocommerce-filters-wrapper .mobile-filter-toggle {
    display: inline-block;
  }
}
.woocommerce-filters-wrapper .mobile-filters-overlay {
  display: none;
}
.woocommerce-filters-wrapper .mobile-filters-overlay.open {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  background: rgba(0, 0, 0, 0.5);
}
.woocommerce-filters-wrapper .mobile-filters-overlay .mobile-filters-inner {
  background: #fff;
  padding: 2rem;
  max-width: 90%;
  margin: 5vh auto;
  border-radius: 1rem;
  position: relative;
}
.woocommerce-filters-wrapper .mobile-filters-overlay .close-filters {
  position: absolute;
  top: 3.5rem;
  right: 3rem;
  background: none;
  border: none;
  font-size: 2rem;
  cursor: pointer;
}

.woocommerce-produits-liste {
  margin-block: 2rem;
}
.woocommerce-produits-liste .wp-block-query-pagination {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  gap: 1rem;
}
.woocommerce-produits-liste .wp-block-query-pagination button {
  background: var(--wp--preset--color--primary);
  color: #fff;
  border: none;
  padding: 0.5rem 1rem;
  border-radius: 0.4rem;
  cursor: pointer;
}
.woocommerce-produits-liste .wp-block-query-pagination button:hover {
  background: var(--wp--preset--color--secondary);
}

.wp-block-woocommerce-product-collection-no-results {
  display: block;
  padding: 2rem;
  text-align: center;
  background: var(--wp--preset--color--background);
  border: 2px dashed var(--wp--preset--color--tertiary);
  border-radius: 1rem;
}
.wp-block-woocommerce-product-collection-no-results p {
  font-weight: bold;
  margin-bottom: 1rem;
}
.wp-block-woocommerce-product-collection-no-results form {
  max-width: 400px;
  margin: 0 auto;
}

.formulaire-wrapper {
  margin-top: 1.5rem;
  width: 100%;
  background-color: var(--wp--preset--color--background, #fff);
}
.formulaire-wrapper .formulaire-title {
  font-size: 2.5rem;
  text-align: center;
  color: var(--wp--preset--color--primary);
  margin-bottom: 1rem;
}
.formulaire-wrapper .formulaire-intro {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.2rem;
  color: var(--wp--preset--color--text);
}
.formulaire-wrapper .formulaire-contenu {
  max-width: 1172px;
  margin: 0 auto;
}
.formulaire-wrapper .formulaire-contenu .wpcf7 {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: center;
  max-width: 700px;
  margin: auto;
  /* Radios et checkbox (stacked) */
  /* Groupement général des radios */
  /* Bouton d'envoi */
  /* Bloc conditionnel (personnalisé) */
}
.formulaire-wrapper .formulaire-contenu .wpcf7 p {
  width: 100%;
  margin-top: 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.formulaire-wrapper .formulaire-contenu .wpcf7 p label {
  font-weight: 600;
  margin-bottom: 0.2rem;
}
.formulaire-wrapper .formulaire-contenu .wpcf7 p input[type=text],
.formulaire-wrapper .formulaire-contenu .wpcf7 p input[type=email],
.formulaire-wrapper .formulaire-contenu .wpcf7 p input[type=tel],
.formulaire-wrapper .formulaire-contenu .wpcf7 p input[type=date],
.formulaire-wrapper .formulaire-contenu .wpcf7 p textarea,
.formulaire-wrapper .formulaire-contenu .wpcf7 p select {
  width: 100%;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 0.5rem;
  box-sizing: border-box;
}
.formulaire-wrapper .formulaire-contenu .wpcf7 p textarea {
  min-height: 120px;
}
.formulaire-wrapper .formulaire-contenu .wpcf7 .acceptance-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
  width: 100%;
  display: block !important;
}
.formulaire-wrapper .formulaire-contenu .wpcf7 .wpcf7-checkbox,
.formulaire-wrapper .formulaire-contenu .wpcf7 .wpcf7-radio {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
  width: 100%;
}
.formulaire-wrapper .formulaire-contenu .wpcf7 .wpcf7-checkbox .wpcf7-list-item {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
}
.formulaire-wrapper .formulaire-contenu .wpcf7 .wpcf7-checkbox .wpcf7-list-item label {
  display: flex !important;
  align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
  font-weight: normal;
  cursor: pointer;
}
.formulaire-wrapper .formulaire-contenu .wpcf7 .wpcf7-checkbox .wpcf7-list-item input[type=checkbox] {
  margin: 0;
}
.formulaire-wrapper .formulaire-contenu .wpcf7 .wpcf7-radio {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start;
  gap: 0.75rem;
}
.formulaire-wrapper .formulaire-contenu .wpcf7 .wpcf7-radio .wpcf7-list-item {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
}
.formulaire-wrapper .formulaire-contenu .wpcf7 .wpcf7-radio .wpcf7-list-item label {
  display: flex !important;
  align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
  font-weight: normal;
  cursor: pointer;
}
.formulaire-wrapper .formulaire-contenu .wpcf7 .wpcf7-radio .wpcf7-list-item input[type=radio] {
  margin: 0;
}
.formulaire-wrapper .formulaire-contenu .wpcf7 input[type=submit] {
  font-size: 1.4rem;
  padding: 0.75rem 1.5rem;
  display: inline-block;
  font-family: var(--wp--preset--font-family--zain);
  font-weight: bold;
  cursor: pointer;
  white-space: nowrap;
  border: 0.2rem solid var(--wp--preset--color--primary);
  border-radius: 2.8rem;
  background-color: var(--wp--preset--color--primary);
  color: white;
  transition: all 0.3s ease;
}
.formulaire-wrapper .formulaire-contenu .wpcf7 input[type=submit]:hover {
  background-color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--text);
  border-color: var(--wp--preset--color--primary);
}
.formulaire-wrapper .formulaire-contenu .wpcf7 .wpcf7-not-valid-tip {
  display: block;
  color: #dc3545;
  font-size: 0.9rem;
  margin-top: 1rem;
}
.formulaire-wrapper .formulaire-contenu .wpcf7 .champ-description-personnalisee {
  display: none;
  width: 100%;
}
@media (max-width: 768px) {
  .formulaire-wrapper .formulaire-contenu .formulaire-wrapper {
    padding: 2rem 1rem;
  }
  .formulaire-wrapper .formulaire-contenu .formulaire-contenu {
    width: 100%;
  }
  .formulaire-wrapper .formulaire-contenu .wpcf7-form {
    gap: 1rem;
  }
  .formulaire-wrapper .formulaire-contenu .wpcf7-form input[type=submit],
  .formulaire-wrapper .formulaire-contenu .wpcf7-form .wpcf7-submit {
    width: 100%;
    max-width: 100%;
  }
}

/*# sourceMappingURL=style.css.map */
