/* Start custom CSS for html, class: .elementor-element-61e08ef *//* ===============================
   Mentions légales – Lisibilité
   Charte Mitjavila
   =============================== */

.legal-content{
  max-width: 920px;
  margin: 0 auto;
  padding: 40px 24px;
  color: #2d495f;
  line-height: 1.75;
  font-size: 15px;
}

/* Titre principal */
.legal-content h1{
  font-size: 26px;
  margin-bottom: 24px;
  color: #2d495f;
  font-weight: 700;
}

/* Titres de sections */
.legal-content h2{
  margin-top: 42px;
  margin-bottom: 14px;
  font-size: 18px;
  font-weight: 700;
  color: #2d495f;
  position: relative;
  padding-left: 14px;
}

.legal-content h2::before{
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 4px;
  height: calc(100% - 8px);
  background-color: #f59d19;
  border-radius: 2px;
}

/* Paragraphes */
.legal-content p{
  margin-bottom: 14px;
}

/* Listes */
.legal-content ul{
  margin: 12px 0 16px 20px;
  padding: 0;
}

.legal-content li{
  margin: 6px 0;
}

.legal-content li::marker{
  color: #f59d19;
}

/* Liens */
.legal-content a{
  color: #f59d19;
  text-decoration: underline;
}

.legal-content a:hover{
  color: #2d495f;
  text-decoration: none;
}

/* Responsive */
@media (max-width: 768px){
  .legal-content{
    padding: 24px 16px;
    font-size: 14px;
  }

  .legal-content h1{
    font-size: 22px;
  }
}/* End custom CSS */