.elementor-3 .elementor-element.elementor-element-4877092c{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-0e6efb2 *//* ============ POLITIQUE COOKIES — même CSS que CGV et Mentions légales ============ */
.zlvr-cgv {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  color: #ffffff;
  max-width: 860px;
  margin: 0 auto;
  padding: 60px 20px;
}

.zlvr-cgv h1 {
  font-family: 'Exo 2', sans-serif;
  font-size: 36px;
  font-weight: 900;
  margin: 0 0 16px 0;
  line-height: 1.15;
  background: linear-gradient(135deg, #ffffff 0%, #41C0F0 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.zlvr-cgv-intro {
  font-size: 16px;
  line-height: 1.7;
  color: #c9ced6;
  margin: 0 0 50px 0;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(65,192,240,0.15);
}

.zlvr-cgv-article {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

.zlvr-cgv-article:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.zlvr-cgv h2 {
  font-family: 'Exo 2', sans-serif;
  font-size: 20px;
  font-weight: 800;
  color: #41C0F0;
  margin: 0 0 16px 0;
  padding-left: 14px;
  border-left: 3px solid #41C0F0;
}

.zlvr-cgv h3 {
  font-family: 'Exo 2', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  margin: 24px 0 10px 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.zlvr-cgv p {
  font-size: 15px;
  line-height: 1.7;
  color: #c9ced6;
  margin: 0 0 12px 0;
}

.zlvr-cgv strong {
  color: #ffffff;
  font-weight: 700;
}

.zlvr-cgv em {
  color: #9aa1ab;
  font-style: italic;
}

.zlvr-cgv ul {
  margin: 0 0 16px 0;
  padding-left: 20px;
}

.zlvr-cgv ul li {
  font-size: 15px;
  line-height: 1.7;
  color: #c9ced6;
  margin-bottom: 6px;
  padding-left: 4px;
}

.zlvr-cgv ul li::marker {
  color: #41C0F0;
}

.zlvr-cgv a {
  color: #41C0F0;
  text-decoration: none;
}

.zlvr-cgv a:hover {
  text-decoration: underline;
}

.zlvr-cgv-identity {
  padding: 20px 24px;
  background: rgba(65,192,240,0.06);
  border: 1px solid rgba(65,192,240,0.2);
  border-radius: 10px;
  margin-top: 12px;
  margin-bottom: 16px;
}

.zlvr-cgv-identity p {
  margin: 0 0 6px 0;
}

.zlvr-cgv-identity p:last-child {
  margin-bottom: 0;
}

.zlvr-cgv-horaires {
  margin-top: 12px;
  margin-bottom: 24px;
  border: 1px solid rgba(65,192,240,0.2);
  border-radius: 10px;
  overflow: hidden;
}

.zlvr-cgv-horaire-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 20px;
  font-size: 15px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}

.zlvr-cgv-horaire-row:last-child {
  border-bottom: none;
}

.zlvr-cgv-horaire-row:nth-child(odd) {
  background: rgba(255,255,255,0.02);
}

.zlvr-cgv-horaire-row span:first-child {
  color: #c9ced6;
}

.zlvr-cgv-horaire-row span:last-child {
  color: #ffffff;
  font-weight: 600;
}

/* Tableaux cookies */
.zlvr-cgv-table-wrapper {
  overflow-x: auto;
  margin: 12px 0 20px 0;
  border-radius: 10px;
  border: 1px solid rgba(65,192,240,0.2);
}

.zlvr-cgv-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.zlvr-cgv-table thead tr {
  background: rgba(65,192,240,0.1);
}

.zlvr-cgv-table th {
  font-family: 'Exo 2', sans-serif;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #41C0F0;
  padding: 12px 16px;
  text-align: left;
  border-bottom: 1px solid rgba(65,192,240,0.2);
  white-space: nowrap;
}

.zlvr-cgv-table td {
  padding: 11px 16px;
  color: #c9ced6;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  vertical-align: top;
}

.zlvr-cgv-table tbody tr:last-child td {
  border-bottom: none;
}

.zlvr-cgv-table tbody tr:nth-child(odd) {
  background: rgba(255,255,255,0.02);
}

.zlvr-cgv-table tbody tr:hover {
  background: rgba(65,192,240,0.05);
}

/* Responsive */
@media (max-width: 600px) {
  .zlvr-cgv h1 {
    font-size: 26px;
  }
  .zlvr-cgv h2 {
    font-size: 17px;
  }
  .zlvr-cgv-horaire-row {
    padding: 10px 14px;
    font-size: 14px;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
  .zlvr-cgv-table th,
  .zlvr-cgv-table td {
    padding: 9px 12px;
    font-size: 13px;
  }
}/* End custom CSS */