.elementor-24070101 .elementor-element.elementor-element-8f4297c .elementor-image img{border-radius:10px 10px 10px 10px;}.elementor-24070101 .elementor-element.elementor-element-040fd4d .elementor-product-grid{-ms-grid-columns:repeat(4, minmax(0, 1fr));grid-template-columns:repeat(4, minmax(0, 1fr));}.elementor-24070101 .elementor-element.elementor-element-040fd4d .elementor-badge{min-width:50px;}@media(max-width:1024px){.elementor-24070101 .elementor-element.elementor-element-040fd4d .elementor-product-grid{-ms-grid-columns:repeat(3, minmax(0, 1fr));grid-template-columns:repeat(3, minmax(0, 1fr));}}@media(max-width:767px){.elementor-24070101 .elementor-element.elementor-element-040fd4d .elementor-product-grid{-ms-grid-columns:repeat(1, minmax(0, 1fr));grid-template-columns:repeat(1, minmax(0, 1fr));}}/* Start custom CSS for text-editor, class: .elementor-element-f7089e7 *//* =========================
   VARIABLES
========================= */
:root {
  --percko-main: #ce5e58;
  --percko-main-dark: #93362e;
  --percko-border: #e6e6e6;
  --percko-soft: #e7f6f6;
  --percko-gray: #bdbdbd;
}

/* =========================
   BASE + RYTHME VERTICAL
========================= */
html { scroll-behavior: smooth; }

.percko-page {
  font-family: Arial, Helvetica, sans-serif;
  color: #111;
}

.percko-page p,
.percko-page ul {
  margin: 0 0 18px;
}

.percko-page ul { padding-left: 18px; }

.percko-intro {
  margin: 0 0 24px;
  line-height: 1.6;
}

/* =========================
   TITRES
========================= */
.percko-section-title {
  color: var(--percko-main);
  text-transform: uppercase;
  scroll-margin-top: 50px;
  line-height: 1.3;
  margin: 40px 0 16px;
}

.percko-feature-title {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--percko-main);
  margin: 30px 0 14px;
}

.percko-section-title-h4 {
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.02em;
  font-size: 1rem;
  line-height: normal;
  margin: 0 0 8px;
}

/* =========================
   CARDS (catégories + features)
========================= */
.percko-card,
.percko-feature-card {
  border: 1px solid var(--percko-border);
  border-radius: 14px;
  background: #fff;
  transition: 0.2s;
  height: 100%;
}

.percko-card:hover,
.percko-feature-card:hover {
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
  transform: translateY(-3px);
}

.percko-card {
  overflow: hidden;
  padding-bottom: 14px;
}

.percko-feature-card {
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.percko-card img,
.percko-imgwrap img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.percko-card-title {
  font-size: 1.1rem;
  font-weight: 700;
  margin: 14px 14px 8px;
  min-height: 54px;
}

.percko-feature-text {
  margin: 0;
  line-height: 1.45;
  flex: 1;
}

.percko-imgwrap {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #efefef;
}

/* =========================
   BOUTON
========================= */
.percko-btn {
  display: inline-block;
  margin-top: 6px;
  padding: 10px 22px;
  border-radius: 999px;
  background: var(--percko-main);
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  transition: 0.2s;
}

.percko-btn:hover {
  background: var(--percko-main-dark);
  color: #fff;
}

/* =========================
   COMPARATIF (base)
========================= */
.percko-compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid var(--percko-gray);
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  margin: 24px 0;
}

.percko-col {
  padding: 18px;
  border-right: 1px solid var(--percko-gray);
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.percko-col:last-child { border-right: 0; }

.percko-col.percko-left { background: var(--percko-soft); }

.percko-item {
  padding: 10px 0;
  border-top: 1px solid var(--percko-border);
  line-height: 1.4;
}

.percko-common {
  grid-column: 1 / -1;
  padding: 12px;
  background: #e8e8e8;
  border-top: 1px solid var(--percko-gray);
  text-align: center;
  font-weight: 600;
}

/* typographies internes comparatif */
.percko-head {
  font-weight: 900;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding-bottom: 6px;
  border-bottom: 2px solid var(--percko-border);
}

.percko-prod-sub { opacity: 0.8; font-weight: 600; }

.percko-head .percko-pro { color: #e53935; }
.percko-head .percko-flex { color: #7fd3dd; }

.percko-text-start { text-align: left !important; }

/* Images compare : base responsive */
.percko-compare img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Variante gilets : image “produit” petite */
.percko-compare--gilets .percko-col > img {
  width: 220px;
  margin: 12px auto 6px;
}

/* Variante chaise : image plein bloc */
.percko-compare--chair .percko-col > img {
  width: 100%;
  margin: 0;
}

/* =========================
   EXOSQUELETTE
========================= */
.percko-exo-bloc {
  display: flex;
  align-items: center;
  gap: 30px;
  border: 1px solid var(--percko-border);
  border-radius: 12px;
  padding: 20px;
  background: #fff;
  margin: 24px 0;
}

.percko-exo-text { flex: 1; }

.percko-exo-media {
  flex: 1;
  text-align: right;
}

.percko-exo-img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

.percko-exo-title {
  margin: 0 0 8px;
  font-weight: 700;
}

.percko-exo-desc {
  margin: 0 0 6px;
  line-height: 1.5;
}

/* =========================
   FIGURE (stats)
========================= */
.percko-figure {
  margin: 0;
  text-align: center;
}

.percko-figure img {
  max-width: 50%;
  height: auto;
  display: block;
  margin: 0 auto 10px;
}

.percko-figure figcaption {
  font-size: 0.95rem;
  line-height: 1.4;
  color: #444;
}

/* =========================
   VIDEO (responsive sans dépendance)
========================= */
.percko-video {
  position: relative;
  width: 100%;
  max-width: 900px;
  aspect-ratio: 16 / 9;
  margin: 12px 0 24px;
}

.percko-video-iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 12px;
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 992px) {
  .percko-card img,
  .percko-imgwrap img { height: 200px; }
}

@media (max-width: 768px) {
  .percko-section-title {
    font-size: 1.35rem;
    margin: 28px 0 14px;
  }

  .percko-compare { grid-template-columns: 1fr; }

  .percko-col {
    border-right: 0;
    border-bottom: 1px solid var(--percko-gray);
  }

  .percko-common { grid-column: auto; }

  .percko-exo-bloc { flex-direction: column; }

  .percko-exo-media { text-align: left; }
}/* End custom CSS */
/* Start custom CSS for product-grid, class: .elementor-element-040fd4d */.product-name {
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    background: #f1ebe5;
        font-family: "Roboto", sans-serif;
    font-size: 0.825rem;
    font-weight: 700;
    color: #151514;
    margin: 0;
    padding-top: 8px;
    padding-bottom: 8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    min-height: 56px;
}

.h5-replace {
    font-size: 1rem;
}

.product-container {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #fff;
    border: none;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}

.product-name a {
    min-height: 60px;
}

.product-name a {
    color: inherit;
}

.product-name {
    font-family: "Roboto", sans-serif;
    font-size: 0.825rem;
    font-weight: 700;
    color: #151514;
    margin: 0;
    padding-top: 8px;
    padding-bottom: 8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    min-height: 56px;
}

.product-price, #lyoshowvatfree {
    font-size: 1.1em;
    color: #ce5e58;
    font-weight: 700;
}

.product-price-and-shipping, .product-prices {
    font-size: 1rem;
    line-height: normal;
}

.product-price-and-shipping {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 12px 6%;
  min-height: 58px;
}

.add-to-cart {
    color: #fff;
    background-color: #252f4c;
    padding-left: 12px;
    padding-right: 12px;
    position: relative;
}

.btn {
    font-size: 0.875rem;
    text-transform: uppercase;
    padding: 7px 8%;
    border-width: 0;
    line-height: 1.25rem;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.product-container:hover {
    border: none;
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    -webkit-transform: translate(0, -3px);
    transform: translate(0, -3px)
}

.regular-price {
    font-size: 0.8em;
    color: #363634;
    text-decoration: line-through;
}

.discount-percentage{
    display: none;
}/* End custom CSS */