/* Start custom CSS for html, class: .elementor-element-cf875c9 */#mentions-legales {
  background: #FFFFFF;
  padding: 60px 20px;
  font-family: "Inter", sans-serif;
  color: #1C1C1C;
}

.ml-container {
  max-width: 900px;
  margin: 0 auto;
  line-height: 1.7;
}

#mentions-legales h1 {
  font-family: "Montserrat", sans-serif;
  text-align: center;
  color: #FF8B00;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 40px;
}

#mentions-legales h2 {
  margin-top: 35px;
  margin-bottom: 10px;
  font-family: "Montserrat", sans-serif;
  color: #333;
  font-size: 22px;
  border-left: 4px solid #FF8B00;
  padding-left: 12px;
}

#mentions-legales p {
  margin-bottom: 12px;
  font-size: 16px;
  text-align: justify;
}

@media (max-width: 768px) {
  #mentions-legales h1 {
    font-size: 26px;
  }

  #mentions-legales h2 {
    font-size: 20px;
  }

  .ml-container {
    padding: 0 10px;
  }
}/* End custom CSS */