.elementor-134 .elementor-element.elementor-element-9776dd6{--display:flex;--align-items:stretch;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}.elementor-134 .elementor-element.elementor-element-9776dd6:not(.elementor-motion-effects-element-type-background), .elementor-134 .elementor-element.elementor-element-9776dd6 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://ctblpro.com/wp-content/uploads/2026/01/ctbl_background_nude_wave-1.png");background-repeat:no-repeat;background-size:cover;}.elementor-134 .elementor-element.elementor-element-8cf1461{width:100%;max-width:100%;}.elementor-134 .elementor-element.elementor-element-bc0ef7b{width:100%;max-width:100%;}.elementor-134 .elementor-element.elementor-element-65e3327{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-bc0ef7b *//* HERO */
.service-hero {
  padding: 90px 20px 40px;
}

.service-hero__inner {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr);
  gap: 40px;
  align-items: center;
}
.service-hero__eyebrow {
  font-size: 0.95rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #b7855b;
  margin: 0 0 10px;
}

.service-hero__title {
  font-family: ui-serif, Georgia, "Times New Roman", serif;
  font-size: 2.6rem;
  line-height: 1.2;
  color: #3c2a24;
  margin: 0 0 18px;
}
.service-hero__accent {
  color: #b7855b;
}

.service-hero__text {
  font-family: ui-serif, Georgia, "Times New Roman", serif;
  font-size: 1.05rem;
  line-height: 1.7;
  color: #5e514c;
  margin: 0 0 18px;
}

.service-hero__cta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}
/* Boutons style CTBL */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 10px 18px;
  font-size: 0.95rem;
  text-decoration: none;
  transition: .15s ease;
  font-family: ui-serif, Georgia, "Times New Roman", serif;
}

.btn--primary {
  background: #b7855b;
  color: #fff;
  border: 1px solid rgba(155,104,66,.6);
}
.btn--primary:hover {
  background: #9b6842;
}

.btn--ghost {
  background: #fdf7f1;
  color: #8c5f3c;
  border: 1px solid rgba(180,120,80,.35);
}

.btn--ghost:hover {
  background: #b7855b;
  color: #fff;
}
.service-hero__bullets {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #695549;
  font-size: 0.98rem;
  font-family: ui-serif, Georgia, "Times New Roman", serif;
  
}

.service-hero__bullets li::before {
  content: "• ";
  color: #b7855b;
}
/* Side card */
.service-mini {
  background: rgba(255,255,255,0.75);
  border-radius: 16px;
  padding: 18px 20px;
  box-shadow: 0 12px 30px rgba(135,93,63,0.16);
}

.service-mini__title {
  margin: 0 0 8px;
  font-family: ui-serif, Georgia, "Times New Roman", serif;
  font-size: 1.2rem;
  color: #3c2a24;
}

.service-mini__text {
  margin: 0;
  color: #6d5648;
  line-height: 1.6;
  font-family: ui-serif, Georgia, "Times New Roman", serif;
}/* End custom CSS */