.elementor-115 .elementor-element.elementor-element-e641f4c{--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;}.elementor-115 .elementor-element.elementor-element-e641f4c:not(.elementor-motion-effects-element-type-background), .elementor-115 .elementor-element.elementor-element-e641f4c > .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-size:cover;}/* Start custom CSS for html, class: .elementor-element-de7d970 *//* ===========================
   SECTION LEGAL
=========================== */

.legal {
 
  padding: 80px 20px;
  font-family: ui-serif, Georgia, "Times New Roman", serif;
  color: #3c2a24;
}

.legal__inner {
  max-width: 900px;
  margin: 0 auto;
  line-height: 1.65;
}

/* TITRES */
.legal h1 {
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 40px;
  letter-spacing: 0.5px;
  color: #3c2a24;
  position: relative;
}

.legal h1::after {
  content: "";
  display: block;
  width: 80px;
  height: 2px;
  background: #b7855b;
  margin: 16px auto 0;
}

.legal h2 {
  font-size: 1.35rem;
  color: #8a5f3a;
  margin-top: 32px;
  margin-bottom: 10px;
  font-weight: 600;
  border-left: 3px solid #b7855b;
  padding-left: 10px;
}

/* PARAGRAPHES */
.legal p {
  margin-bottom: 14px;
  font-size: 1.02rem;
  color: #4a3a2a;
}

/* LIENS */
.legal a {
  color: #b7855b;
  text-decoration: none;
  border-bottom: 1px solid rgba(183,133,91,0.4);
  transition: 0.2s;
}
.legal a:hover {
  border-bottom-color: rgba(183,133,91,0.8);
}

/* LISTES */
.legal ul {
  margin: 10px 0 20px;
  padding-left: 22px;
}
.legal ul li {
  margin-bottom: 7px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .legal {
    padding: 60px 18px;
  }
  .legal h1 {
    font-size: 2rem;
  }
  .legal h2 {
    font-size: 1.2rem;
  }
  .legal__inner {
    line-height: 1.55;
  }
}/* End custom CSS */