.elementor-34070101 .elementor-element.elementor-element-a304df6 > .elementor-container{max-width:1000px;}.elementor-34070101 .elementor-element.elementor-element-a6d81c0 .elementor-image img{width:100%;height:530px;}.elementor-34070101 .elementor-element.elementor-element-7226703 .elementor-badge{min-width:50px;}.elementor-34070101 .elementor-element.elementor-element-7226703 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-34070101 .elementor-element.elementor-element-64c9537 .elementor-badge{min-width:50px;}.elementor-34070101 .elementor-element.elementor-element-41862a4 .elementor-badge{min-width:50px;}/* Start custom CSS for html, class: .elementor-element-0359ae5 */.bior-page {
  --bior-bg: #f8f5ef;
  --bior-white: #ffffff;
  --bior-text: #161616;
  --bior-muted: #666666;
  --bior-gold: #c6a86a;
  --bior-gold-dark: #ae8f50;
  --bior-border: #e8dfd1;
  --bior-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);

  color: var(--bior-text);
  background: var(--bior-white);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
}

.bior-page * {
  box-sizing: border-box;
}

.bior-page img {
  max-width: 100%;
  display: block;
}

.bior-container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

.bior-narrow {
  max-width: 860px;
}

.bior-center {
  text-align: center;
}

.bior-page section {
  padding: 80px 0;
}

.bior-section-heading {
  margin-bottom: 22px;
    text-align: center;
}

.bior-section-heading h2 {
  margin: 0;
  font-size: 38px;
  line-height: 1.2;
  font-weight: 600;
  font-family: Georgia, "Times New Roman", serif;
  color: var(--bior-text);
}

.bior-line {
  display: inline-block;
  width: 70px;
  height: 2px;
  background: var(--bior-gold);
  margin-bottom: 16px;
}

.bior-section-intro {
  max-width: 760px;
  margin: 0 auto 34px;
  color: var(--bior-muted);
  font-size: 17px;
  text-align: center;
}

.bior-btn {
  display: inline-block;
  padding: 14px 24px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: all 0.25s ease;
  border: 1px solid transparent;
}

.bior-btn:hover {
  transform: translateY(-2px);
  text-decoration: none;
}

.bior-btn-primary {
  background: var(--bior-text);
  color: #fff;
}

.bior-btn-primary:hover {
  background: var(--bior-gold);
  color: #fff;
}

.bior-btn-secondary {
  background: transparent;
  color: var(--bior-text);
  border-color: var(--bior-border);
}

.bior-btn-secondary:hover {
  border-color: var(--bior-gold);
  color: var(--bior-gold-dark);
}

/* HERO */
.bior-hero {
  background: linear-gradient(180deg, #fbfaf7 0%, #f6f1e8 100%);
  padding-top: 90px;
  padding-bottom: 90px;
}


.bior-eyebrow {
  display: inline-block;
  margin-bottom: 18px;
  color: var(--bior-gold-dark);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.bior-hero h1 {
  margin: 0 0 18px;
  font-size: 58px;
  line-height: 1.08;
  font-weight: 600;
  font-family: Georgia, "Times New Roman", serif;
}

.bior-hero-text {
  max-width: 560px;
  margin: 0 0 28px;
  font-size: 18px;
  color: var(--bior-muted);
}

.bior-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.bior-hero-visual {
  display: flex;
  justify-content: center;
}

.bior-hero-visual img {
  max-height: 720px;
  object-fit: contain;
  filter: drop-shadow(0 18px 35px rgba(0, 0, 0, 0.08));
}

/* INTRO */
.bior-intro {
  background: var(--bior-white);
}

.bior-intro p {
  margin: 0 0 16px;
  font-size: 18px;
  color: var(--bior-muted);
  text-align: center;
}

/* SERVICES */
.bior-services {
  background: #f8f5ef;
  padding: 80px 0;
}

.bior-choice-cards {
  display: grid;
  gap: 24px;
  max-width: 1100px;
  margin: 0 auto;

}

.bior-choice-cards-3 {
  grid-template-columns: repeat(3, 1fr);
}

.bior-choice-card {
  display: block;
  cursor: pointer;
}

.bior-choice-card input {
  display: none;
}

.bior-choice-card-inner {
  display: block;
  background: #ffffff;
  border: 1px solid #e7dece;
  border-radius: 22px;
  padding: 34px 28px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  transition: all 0.25s ease;
  height: 100%;
  text-align: center;
}

.bior-choice-card-inner:hover {
  transform: translateY(-3px);
}

.bior-choice-card input:checked + .bior-choice-card-inner {
  border-color: #c6a86a;
  box-shadow: 0 0 0 2px rgba(198, 168, 106, 0.18);
}

.bior-choice-card h3 {
  margin: 0 0 14px;
  font-size: 24px;
  font-family: Georgia, "Times New Roman", serif;
  color: #161616;
}

.bior-choice-card p {
  margin: 0 0 18px;
  color: #666666;
}

.bior-choice-card .bior-price {
  display: inline-block;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  color: #a8894b;
}

/* Etat initial */
#bior-fonts-section {
  display: block;
}

#bior-gallery-section {
  display: none;
}

@media (max-width: 991px) {
  .bior-choice-cards-3 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .bior-services {
    padding: 64px 0;
  }

  .bior-choice-card-inner {
    padding: 26px 20px;
  }
}

/* FONTS */


.bior-fonts {
  background: #ffffff;
  padding: 80px 0;
    padding-bottom: 10px !important;
}

.bior-font-carousel-wrap {
  position: relative;
  margin-bottom: 5px !important;
}

.bior-font-carousel {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 10px 4px 14px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: #c6a86a #eee5d6;
}

.bior-font-carousel::-webkit-scrollbar {
  height: 10px;
}

.bior-font-carousel::-webkit-scrollbar-track {
  background: #eee5d6;
  border-radius: 999px;
}

.bior-font-carousel::-webkit-scrollbar-thumb {
  background: #c6a86a;
  border-radius: 999px;
}

.bior-font-slide {
  flex: 0 0 260px;
  scroll-snap-align: start;
}

.bior-font-card {
  border: 1px solid #e7dece;
  background: #fcfbf8;
  border-radius: 20px;
  padding: 20px 22px;
  min-height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
}

.bior-font-name {
  display: block;
  margin-bottom: 14px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #5e6f83;
  text-transform: uppercase;
}

.bior-font-image {
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.bior-font-image img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  object-position: left center;
  background: transparent;
}

.bior-font-card {
  display: block;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

.bior-font-card:hover {
  transform: translateY(-3px);
  transition: 0.2s ease;
}


/* Cartes un peu plus hautes pour les polices calligraphiques */
.bior-font-slide:nth-child(2) .bior-font-image,
.bior-font-slide:nth-child(3) .bior-font-image,
.bior-font-slide:nth-child(10) .bior-font-image {
  height: 82px;
}

.bior-font-slide:nth-child(10) .bior-font-card {
  min-height: 170px;
}

.bior-font-slide:nth-child(10) .bior-font-image img {
  max-height: 110px;
}

/* Responsive */
@media (max-width: 991px) {
  .bior-font-slide {
    flex: 0 0 230px;
  }
}

@media (max-width: 767px) {
  .bior-fonts {
    padding: 64px 0;
  }

  .bior-font-slide {
    flex: 0 0 85%;
  }

  .bior-font-card {
    padding: 18px 20px;
    min-height: 140px;
  }

  .bior-font-image {
    height: 60px;
  }

  .bior-font-slide:nth-child(10) .bior-font-card {
    min-height: 155px;
  }

  .bior-font-slide:nth-child(10) .bior-font-image img {
    max-height: 95px;
  }
}

.bior-fonts {
  background: #ffffff;
  padding: 80px 0;
}

.bior-font-carousel-wrap {
  position: relative;
}

.bior-font-carousel {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 10px 4px 14px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: #c6a86a #eee5d6;
}

.bior-font-carousel::-webkit-scrollbar {
  height: 10px;
}

.bior-font-carousel::-webkit-scrollbar-track {
  background: #eee5d6;
  border-radius: 999px;
}

.bior-font-carousel::-webkit-scrollbar-thumb {
  background: #c6a86a;
  border-radius: 999px;
}

.bior-font-slide {
  flex: 0 0 260px;
  scroll-snap-align: start;
}

.bior-font-card {
  border: 1px solid #e7dece;
  background: #fcfbf8;
  border-radius: 20px;
  padding: 20px 22px;
  min-height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
}

.bior-font-name {
  display: block;
  margin-bottom: 14px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #5e6f83;
  text-transform: uppercase;
}

.bior-font-image {
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.bior-font-image img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  object-position: left center;
  background: transparent;
}

/* Cartes un peu plus hautes pour les polices calligraphiques */
.bior-font-slide:nth-child(2) .bior-font-image,
.bior-font-slide:nth-child(3) .bior-font-image,
.bior-font-slide:nth-child(10) .bior-font-image {
  height: 82px;
}

.bior-font-slide:nth-child(10) .bior-font-card {
  min-height: 170px;
}

.bior-font-slide:nth-child(10) .bior-font-image img {
  max-height: 110px;
}

/* Responsive */
@media (max-width: 991px) {
  .bior-font-slide {
    flex: 0 0 230px;
  }
}

@media (max-width: 767px) {
  .bior-fonts {
    padding: 64px 0;
  }

  .bior-font-slide {
    flex: 0 0 85%;
  }

  .bior-font-card {
    padding: 18px 20px;
    min-height: 140px;
  }

  .bior-font-image {
    height: 60px;
  }

  .bior-font-slide:nth-child(10) .bior-font-card {
    min-height: 155px;
  }

  .bior-font-slide:nth-child(10) .bior-font-image img {
    max-height: 95px;
  }
}


/* GALERIE */
.bior-gallery {
  background: #ffffff;
  padding: 80px 0;
    padding-bottom: 10px !important;
}

.bior-gallery-carousel-wrap {
  position: relative;
    margin-bottom: 5px !important;
}

.bior-gallery-carousel {
  display: flex;
  gap: 22px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 10px 4px 14px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: #c6a86a #eee5d6;
}

.bior-gallery-carousel::-webkit-scrollbar {
  height: 10px;
}

.bior-gallery-carousel::-webkit-scrollbar-track {
  background: #eee5d6;
  border-radius: 999px;
}

.bior-gallery-carousel::-webkit-scrollbar-thumb {
  background: #c6a86a;
  border-radius: 999px;
}

.bior-gallery-slide {
  flex: 0 0 calc(33.333% - 15px);
  scroll-snap-align: start;
}

.bior-gallery-item {
  background: #ffffff;
  border: 1px solid #e7dece;
  border-radius: 20px;
  padding: 22px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  height: 100%;
}

.bior-gallery-item img {
  display: block;
  width: 100%;
  height: 420px;
  object-fit: contain;
  object-position: center;
  background: #ffffff;
}

.bior-gallery-item {
  display: block;
  position: relative;
  cursor: pointer;
}

.bior-gallery-item img {
  width: 100%;
  border-radius: 8px;
}

.bior-motif-label {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #000;
  color: #fff;
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 5px;
}

.bior-gallery-item:hover {
  transform: scale(1.03);
  transition: 0.2s ease;
}


#bior-fonts-section {
  display: none;
}

#bior-gallery-section {
  display: none;
}

/* Tablet */
@media (max-width: 991px) {
  .bior-gallery-slide {
    flex: 0 0 calc(50% - 11px);
  }

  .bior-gallery-item img {
    height: 360px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .bior-gallery {
    padding: 64px 0;
  }

  .bior-gallery-slide {
    flex: 0 0 85%;
  }

  .bior-gallery-item {
    padding: 16px;
  }

  .bior-gallery-item img {
    height: 320px;
  }
}

/* PROCESS */
.bior-process {
  background: var(--bior-white);
}

.bior-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.bior-step {
  border: 1px solid var(--bior-border);
  border-radius: 20px;
  padding: 28px 22px;
  background: #fffdfa;
}

.bior-step-index {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--bior-text);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  margin-bottom: 16px;
}

.bior-step h3 {
  margin: 0 0 10px;
  font-size: 20px;
  font-family: Georgia, "Times New Roman", serif;
}

.bior-step p {
  margin: 0;
  color: var(--bior-muted);
}
.bior-cta-box {
  text-align: center;
  margin: 22px auto 28px;
  padding: 18px 22px;
  max-width: 760px;
  background: #fbf8f2;
  border: 1px solid #e7d8bb;
  border-radius: 18px;
  box-shadow: 0 6px 18px rgba(191, 161, 102, 0.08);
  transition: all 0.25s ease;
}

.bior-cta-box:hover {
  box-shadow: 0 10px 24px rgba(191, 161, 102, 0.14);
  transform: translateY(-2px);
}

.bior-cta-step {
  margin: 0 0 8px;
  font-size: 14px;
  color: #8f836f;
  line-height: 1.6;
  letter-spacing: 0.2px;
}

.bior-cta-main {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6;
  color: #1f1a17;
}


@media (max-width: 768px) {
  .bior-cta-box {
    margin: 18px 12px 24px;
    padding: 16px 14px;
    border-radius: 14px;
  }

  .bior-cta-step {
    font-size: 13px;
  }

  .bior-cta-main {
    font-size: 17px;
  }
}


/* FORM */
.bior-form-section {
  background: linear-gradient(180deg, #f8f5ef 0%, #f4efe6 100%);
}

.bior-form-box {
  background: var(--bior-white);
  border: 1px solid var(--bior-border);
  border-radius: 28px;
  padding: 42px 32px;
  box-shadow: var(--bior-shadow);
}

.bior-form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.bior-field {
  margin-bottom: 18px;
}

.bior-field label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 700;
}

.bior-field input,
.bior-field select,
.bior-field textarea {
  width: 100%;
  border: 1px solid #d8d2c8;
  background: #fff;
  border-radius: 14px;
  padding: 14px 16px;
  color: var(--bior-text);
  font-size: 15px;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.bior-field input:focus,
.bior-field select:focus,
.bior-field textarea:focus {
  border-color: var(--bior-gold);
  box-shadow: 0 0 0 3px rgba(198, 168, 106, 0.12);
}

.bior-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 8px;
  margin-bottom: 24px;
  color: var(--bior-muted);
  font-size: 14px;
}

.bior-checkbox input {
  margin-top: 4px;
}

.bior-form-actions {
  text-align: center;
}

/* FAQ */
.bior-faq {
  background: var(--bior-white);
}

.bior-faq-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.bior-faq-item {
  border: 1px solid var(--bior-border);
  border-radius: 16px;
  padding: 0;
  background: #fcfbf8;
  overflow: hidden;
}

.bior-faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 18px 22px;
  font-weight: 700;
  position: relative;
}

.bior-faq-item summary::-webkit-details-marker {
  display: none;
}

.bior-faq-item summary:after {
  content: "+";
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--bior-gold-dark);
  font-size: 22px;
  line-height: 1;
}

.bior-faq-item[open] summary:after {
  content: "−";
}

.bior-faq-content {
  padding: 0 22px 20px;
  color: var(--bior-muted);
}

/* FINAL CTA */
.bior-final-cta {
  background: var(--bior-bg);
}

.bior-final-cta p {
  margin: 0 auto 24px;
  max-width: 650px;
  color: var(--bior-muted);
  font-size: 18px;
}

/* RESPONSIVE */
@media (max-width: 1199px) {
  .bior-hero h1 {
    font-size: 48px;
  }

  .bior-gallery-item img {
    height: 360px;
  }
}

@media (max-width: 991px) {
  .bior-page section {
    padding: 64px 0;
  }

  .bior-hero-grid,
  .bior-cards,
  .bior-steps,
  .bior-gallery-grid,
  .bior-form-grid {
    grid-template-columns: 1fr;
  }

  .bior-font-grid {
    grid-template-columns: 1fr;
  }

  .bior-hero {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .bior-hero-content {
    text-align: center;
  }

  .bior-hero-text {
    margin-left: auto;
    margin-right: auto;
  }

  .bior-hero-actions {
    justify-content: center;
  }

  .bior-hero h1 {
    font-size: 40px;
  }

  .bior-section-heading h2 {
    font-size: 32px;
  }

  .bior-gallery-item img {
    height: 420px;
  }
}

@media (max-width: 767px) {
  .bior-container {
    padding: 0 16px;
  }

  .bior-hero h1 {
    font-size: 34px;
  }

  .bior-section-heading h2 {
    font-size: 28px;
  }

  .bior-hero-text,
  .bior-intro p,
  .bior-final-cta p,
  .bior-section-intro {
    font-size: 16px;
  }

  .bior-btn {
    width: 100%;
    text-align: center;
  }

  .bior-form-box {
    padding: 28px 18px;
    border-radius: 22px;
  }

  .bior-card,
  .bior-step {
    padding: 24px 20px;
  }

  .bior-gallery-item {
    padding: 16px;
  }

  .bior-gallery-item img {
    height: 320px;
  }

  .bior-font-sample {
    font-size: 28px;
  }
}/* End custom CSS */
/* Start custom CSS for product-box, class: .elementor-element-7226703 */.elementor-34070101 .elementor-element.elementor-element-7226703 {
  background: #ffffff;
  border: 1px solid #e7dece;
  border-radius: 24px;
  padding: 28px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}

/* IMAGE */
.elementor-34070101 .elementor-element.elementor-element-7226703 img {
  border-radius: 16px;
  margin-bottom: 15px;
}

/* TITRE PRODUIT */
.elementor-34070101 .elementor-element.elementor-element-7226703 .product-title,
.elementor-34070101 .elementor-element.elementor-element-7226703 h3,
.elementor-34070101 .elementor-element.elementor-element-7226703 h2 {
  font-family: Georgia, serif;
  font-size: 28px;
  color: #161616;
  margin-bottom: 10px;
}

/* PRIX */
.elementor-34070101 .elementor-element.elementor-element-7226703 .price,
.elementor-34070101 .elementor-element.elementor-element-7226703 .product-price-and-shipping,
.elementor-34070101 .elementor-element.elementor-element-7226703 .current-price {
  font-size: 32px;
  font-weight: 700;
  color: #a8894b;
  margin-bottom: 20px;
}

/* BOUTON */
.elementor-34070101 .elementor-element.elementor-element-7226703 .btn,
.elementor-34070101 .elementor-element.elementor-element-7226703 button,
.elementor-34070101 .elementor-element.elementor-element-7226703 input[type="submit"],
.elementor-34070101 .elementor-element.elementor-element-7226703 .add-to-cart {
  width: 100%;
  background: #161616;
  color: #fff;
  border-radius: 999px;
  padding: 16px;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  transition: all 0.3s ease;
}

/* HOVER */
.elementor-34070101 .elementor-element.elementor-element-7226703 .btn:hover,
.elementor-34070101 .elementor-element.elementor-element-7226703 button:hover,
.elementor-34070101 .elementor-element.elementor-element-7226703 input[type="submit"]:hover {
  background: #c6a86a;
}

/* SUPPRIMER ELEMENTS INUTILES */
.elementor-34070101 .elementor-element.elementor-element-7226703 .quick-view,
.elementor-34070101 .elementor-element.elementor-element-7226703 .product-flags,
.elementor-34070101 .elementor-element.elementor-element-7226703 .comments_note,
.elementor-34070101 .elementor-element.elementor-element-7226703 .variant-links,
.elementor-34070101 .elementor-element.elementor-element-7226703 .product-availability {
  display: none !important;
}
#bior-product-gravure {
  display: block;}/* End custom CSS */
/* Start custom CSS for product-box, class: .elementor-element-64c9537 */.elementor-34070101 .elementor-element.elementor-element-64c9537 {
  background: #ffffff;
  border: 1px solid #e7dece;
  border-radius: 24px;
  padding: 28px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}

/* IMAGE */
.elementor-34070101 .elementor-element.elementor-element-64c9537 img {
  border-radius: 16px;
  margin-bottom: 15px;
}

/* TITRE PRODUIT */
.elementor-34070101 .elementor-element.elementor-element-64c9537 .product-title,
.elementor-34070101 .elementor-element.elementor-element-64c9537 h3,
.elementor-34070101 .elementor-element.elementor-element-64c9537 h2 {
  font-family: Georgia, serif;
  font-size: 28px;
  color: #161616;
  margin-bottom: 10px;
}

/* PRIX */
.elementor-34070101 .elementor-element.elementor-element-64c9537 .price,
.elementor-34070101 .elementor-element.elementor-element-64c9537 .product-price-and-shipping,
.elementor-34070101 .elementor-element.elementor-element-64c9537 .current-price {
  font-size: 32px;
  font-weight: 700;
  color: #a8894b;
  margin-bottom: 20px;
}

/* BOUTON */
.elementor-34070101 .elementor-element.elementor-element-64c9537 .btn,
.elementor-34070101 .elementor-element.elementor-element-64c9537 button,
.elementor-34070101 .elementor-element.elementor-element-64c9537 input[type="submit"],
.elementor-34070101 .elementor-element.elementor-element-64c9537 .add-to-cart {
  width: 100%;
  background: #161616;
  color: #fff;
  border-radius: 999px;
  padding: 16px;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  transition: all 0.3s ease;
}

/* HOVER */
.elementor-34070101 .elementor-element.elementor-element-64c9537 .btn:hover,
.elementor-34070101 .elementor-element.elementor-element-64c9537 button:hover,
.elementor-34070101 .elementor-element.elementor-element-64c9537 input[type="submit"]:hover {
  background: #c6a86a;
}

/* SUPPRIMER ELEMENTS INUTILES */
.elementor-34070101 .elementor-element.elementor-element-64c9537 .quick-view,
.elementor-34070101 .elementor-element.elementor-element-64c9537 .product-flags,
.elementor-34070101 .elementor-element.elementor-element-64c9537 .comments_note,
.elementor-34070101 .elementor-element.elementor-element-64c9537 .variant-links,
.elementor-34070101 .elementor-element.elementor-element-64c9537 .product-availability {
  display: none !important;
}
#bior-produc-tapissage-simple {
  display: block;}/* End custom CSS */
/* Start custom CSS for product-box, class: .elementor-element-41862a4 */.elementor-34070101 .elementor-element.elementor-element-41862a4 {
  background: #ffffff;
  border: 1px solid #e7dece;
  border-radius: 24px;
  padding: 28px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}

/* IMAGE */
.elementor-34070101 .elementor-element.elementor-element-41862a4 img {
  border-radius: 16px;
  margin-bottom: 15px;
}

/* TITRE PRODUIT */
.elementor-34070101 .elementor-element.elementor-element-41862a4 .product-title,
.elementor-34070101 .elementor-element.elementor-element-41862a4 h3,
.elementor-34070101 .elementor-element.elementor-element-41862a4 h2 {
  font-family: Georgia, serif;
  font-size: 28px;
  color: #161616;
  margin-bottom: 10px;
}

/* PRIX */
.elementor-34070101 .elementor-element.elementor-element-41862a4 .price,
.elementor-34070101 .elementor-element.elementor-element-41862a4 .product-price-and-shipping,
.elementor-34070101 .elementor-element.elementor-element-41862a4 .current-price {
  font-size: 32px;
  font-weight: 700;
  color: #a8894b;
  margin-bottom: 20px;
}

/* BOUTON */
.elementor-34070101 .elementor-element.elementor-element-41862a4 .btn,
.elementor-34070101 .elementor-element.elementor-element-41862a4 button,
.elementor-34070101 .elementor-element.elementor-element-41862a4 input[type="submit"],
.elementor-34070101 .elementor-element.elementor-element-41862a4 .add-to-cart {
  width: 100%;
  background: #161616;
  color: #fff;
  border-radius: 999px;
  padding: 16px;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  transition: all 0.3s ease;
}

/* HOVER */
.elementor-34070101 .elementor-element.elementor-element-41862a4 .btn:hover,
.elementor-34070101 .elementor-element.elementor-element-41862a4 button:hover,
.elementor-34070101 .elementor-element.elementor-element-41862a4 input[type="submit"]:hover {
  background: #c6a86a;
}

/* SUPPRIMER ELEMENTS INUTILES */
.elementor-34070101 .elementor-element.elementor-element-41862a4 .quick-view,
.elementor-34070101 .elementor-element.elementor-element-41862a4 .product-flags,
.elementor-34070101 .elementor-element.elementor-element-41862a4 .comments_note,
.elementor-34070101 .elementor-element.elementor-element-41862a4 .variant-links,
.elementor-34070101 .elementor-element.elementor-element-41862a4 .product-availability {
  display: none !important;
}
#bior-product-tapissage-integral {
  display: block;}/* End custom CSS */