.elementor-11971 .elementor-element.elementor-element-94e4e8c{--display:flex;--background-transition:0.3s;}/* Start custom CSS for html, class: .elementor-element-370bf86 *//* ----- SOMMAIRE ----- */
.cgv-toc {
  background: #fdfdfd;
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 30px;
}

.toc-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 12px;
}

.toc-item {
  padding: 12px;
  border-radius: 6px;
  text-align: center;
  font-weight: 600;
}

.toc-item a {
  text-decoration: none;
  color: #fff;
}

.badge-blue { background: #0073e6; }
.badge-green { background: #28a745; }
.badge-orange { background: #ff9800; }
.badge-purple { background: #6f42c1; }
.badge-pink { background: #e83e8c; }

/* ----- SECTIONS CGV ----- */

.cgv-section {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  background: #ffffff;
}

/* Titre de section (PC normal, mobile = accordéon) */
.cgv-section-title {
  margin: 0;
  padding: 15px 18px;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: default;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Flèche mobile (Elementor style) */
.cgv-section-title::after {
  content: "▼";
  font-size: 0.9rem;
  opacity: 0;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

/* Contenu visible sur PC */
.cgv-section-content {
  padding: 15px 18px 20px;
  display: block;
}

/* ----- MODE MOBILE (accordéon) ----- */
@media (max-width: 768px) {

  .toc-grid {
    display: none !important;
  }

  .cgv-section-title {
    cursor: pointer;
  }

  .cgv-section-title::after {
    opacity: 0.6;
  }

  .cgv-section-content {
    display: none;
  }

  .cgv-section.open .cgv-section-content {
    display: block;
  }

  .cgv-section.open .cgv-section-title::after {
    transform: rotate(180deg);
  }
}

/* Ancres correctes sous header */
[id] {
  scroll-margin-top: 120px;
}/* End custom CSS */