/* Start custom CSS for html, class: .elementor-element-f87b918 *//* ===============================
   CGV – Lisibilité & confort
   =============================== */

.cgv-content {
  max-width: 920px;
  margin: 0 auto;
  padding: 40px 24px;
  font-family: inherit;
  color: #2d495f;
  line-height: 1.75;
  font-size: 15px;
}

/* Titres principaux (1., 2., 3. …) */
.cgv-content h2,
.cgv-content h3 {
  color: #2d495f;
  font-weight: 600;
  margin-top: 48px;
  margin-bottom: 16px;
  position: relative;
}

/* Accent visuel discret à gauche des titres */
.cgv-content h2::before,
.cgv-content h3::before {
  content: "";
  position: absolute;
  left: -16px;
  top: 6px;
  width: 4px;
  height: 70%;
  background-color: #f59d19;
  border-radius: 2px;
}

/* Paragraphes */
.cgv-content p {
  margin-bottom: 14px;
  color: #2d495f;
}

/* Textes secondaires (coordonnées, précisions) */
.cgv-content .muted,
.cgv-content small {
  color: #65768b;
  font-size: 14px;
}

/* Listes */
.cgv-content ul {
  margin: 16px 0 16px 20px;
  padding: 0;
}

.cgv-content li {
  margin-bottom: 8px;
  color: #2d495f;
}

/* Listes avec puces personnalisées */
.cgv-content li::marker {
  color: #f59d19;
}

/* Blocs importants / informations légales */
.cgv-content .cgv-box {
  background-color: #f6ebd9;
  border-left: 4px solid #f59d19;
  padding: 16px 20px;
  margin: 24px 0;
  border-radius: 4px;
}

/* Séparateurs visuels */
.cgv-content hr {
  border: none;
  border-top: 1px solid #e3dccf;
  margin: 48px 0;
}

/* Liens */
.cgv-content a {
  color: #f59d19;
  text-decoration: underline;
}

.cgv-content a:hover {
  color: #2d495f;
  text-decoration: none;
}

/* Responsive */
@media (max-width: 768px) {
  .cgv-content {
    padding: 24px 16px;
    font-size: 14px;
  }

  .cgv-content h2::before,
  .cgv-content h3::before {
    left: -12px;
  }
}/* End custom CSS */