.elementor-3 .elementor-element.elementor-element-87b6618{--display:flex;--min-height:330px;--margin-top:0100px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-3 .elementor-element.elementor-element-a43d999{text-align:left;font-size:19px;color:#FFFFFF;}.elementor-3 .elementor-element.elementor-element-a43d999 a{color:#502323;}@media(min-width:768px){.elementor-3 .elementor-element.elementor-element-87b6618{--content-width:100%;}}/* Start custom CSS for container, class: .elementor-element-87b6618 *//* ================================
   iCure Academy — Page Mentions / CGU
   ================================ */

/* Conteneur principal */
.legal-page {
  max-width: 900px;
  margin: 40px auto;
  padding: 26px 28px;
  color: rgba(240,240,240,0.95);
  font-family: "Inter", "Poppins", Arial, sans-serif;
  line-height: 1.7;
  background: rgba(20,20,20,0.22);
  border-radius: 12px;
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  border: 1px solid rgba(255,255,255,0.06);
  box-shadow: 0 10px 30px rgba(0,0,0,0.22);
}

/* TITRES (grand titre blanc) */
.legal-page h1,
.legal-page h2 {
  color: #ffffff !important;
  font-weight: 700;
  letter-spacing: -0.2px;
  margin-top: 10px;
  margin-bottom: 14px;
}

/* Sous-titres (section CGU / Politique) */
.legal-page h2 {
  font-size: 24px;
  margin-top: 28px;
  margin-bottom: 14px;
}

/* Titres petits (sections internes) */
.legal-page h3 {
  color: rgba(255,255,255,0.92);
  font-size: 18px;
  margin-top: 18px;
  margin-bottom: 8px;
  font-weight: 600;
}

/* Texte normal */
.legal-page p,
.legal-page li {
  font-size: 15px;
  color: rgba(235,235,235,0.92);
  margin-bottom: 10px;
}

/* Listes plus propres */
.legal-page ul {
  margin: 0 0 8px 20px;
  padding: 0;
}

.legal-page li {
  margin-bottom: 6px;
}

/* Lien e-mail et tel */
.legal-page a {
  color: #FF7A00; /* orange branding */
  text-decoration: none;
}
.legal-page a:hover {
  text-decoration: underline;
}

/* Séparation visuelle entre blocs */
.legal-divider {
  height: 1px;
  width: 100%;
  background: rgba(255,255,255,0.12);
  margin: 28px 0;
  border-radius: 4px;
}

/* Responsive tablette */
@media (max-width: 1024px) {
  .legal-page {
    padding: 20px;
  }
  .legal-page h2 { font-size: 22px; }
  .legal-page h3 { font-size: 17px; }
}

/* Responsive mobile */
@media (max-width: 768px) {
  .legal-page {
    padding: 16px;
    margin: 20px auto;
  }
  .legal-page h2 { font-size: 20px; }
  .legal-page h3 { font-size: 16px; }
  .legal-page p,
  .legal-page li {
    font-size: 14px;
    line-height: 1.55;
  }
}/* End custom CSS */