/* Page protection des données (/fr/gdpr/) */
.main.gdpr-page {
  padding: 208px 32px 120px;
  margin: 0 auto;
}

.gdpr-page-inner {
  max-width: 760px;
  margin: 0 auto;
}

.gdpr-page .h1 {
  text-align: center;
  margin: 0 0 40px;
}

.gdpr-intro {
  font-size: 16px;
  line-height: 1.65;
  color: rgba(29, 29, 29, 0.82);
  margin-bottom: 32px;
}

.gdpr-intro p {
  margin: 0 0 16px;
}

.gdpr-intro a {
  color: #1d1d1d;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.gdpr-intro a:hover {
  color: rgba(29, 29, 29, 0.65);
}

.gdpr-intro strong {
  font-family: Medium, Regular, sans-serif;
  font-weight: 600;
  color: #1d1d1d;
}

.cl-new button.gdpr-delete-btn,
.gdpr-delete-btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 8px 0 40px;
  padding: 16px 24px !important;
  border-radius: 100px !important;
  background-color: #c62828 !important;
  border: 1px solid #c62828 !important;
  color: #fff !important;
  font-family: Regular, sans-serif;
  font-size: 15px;
  line-height: 1.25;
  text-transform: uppercase;
  cursor: pointer;
  transition: ease 0.3s;
}

.cl-new button.gdpr-delete-btn:hover,
.gdpr-delete-btn:hover {
  background-color: #fff !important;
  color: #c62828 !important;
}

.gdpr-accordion {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.gdpr-accordion-item {
  border: 1px solid rgba(29, 29, 29, 0.1);
  border-radius: 16px;
  background: #fff;
  overflow: hidden;
}

.gdpr-accordion-item[open] {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}

.gdpr-accordion-summary {
  list-style: none;
  cursor: pointer;
  padding: 18px 22px;
  font-family: Medium, Regular, sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #1d1d1d;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.gdpr-accordion-summary::-webkit-details-marker {
  display: none;
}

.gdpr-accordion-summary::after {
  content: "+";
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(29, 29, 29, 0.06);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 1;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.gdpr-accordion-item[open] > .gdpr-accordion-summary::after {
  content: "−";
  background: rgba(248, 184, 43, 0.35);
}

.gdpr-accordion-panel {
  padding: 0 22px 22px;
  font-size: 15px;
  line-height: 1.6;
  color: rgba(29, 29, 29, 0.78);
}

.gdpr-accordion-panel p {
  margin: 0 0 14px;
}

.gdpr-accordion-panel b,
.gdpr-accordion-panel strong {
  display: block;
  margin: 0 0 8px;
  font-family: Medium, Regular, sans-serif;
  font-weight: 600;
  color: #1d1d1d;
}

.gdpr-status {
  display: block;
  margin-bottom: 16px;
}

.gdpr-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.cl-new button.gdpr-btn,
.gdpr-btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  padding: 12px 20px !important;
  border-radius: 100px !important;
  font-family: Regular, sans-serif;
  font-size: 14px;
  line-height: 1.25;
  cursor: pointer;
  transition: ease 0.3s;
  border: 1px solid transparent !important;
}

.cl-new button.gdpr-btn--off,
.gdpr-btn--off {
  background-color: #fff !important;
  color: #c62828 !important;
  border-color: rgba(198, 40, 40, 0.35) !important;
}

.cl-new button.gdpr-btn--off:hover,
.gdpr-btn--off:hover {
  background-color: rgba(198, 40, 40, 0.08) !important;
}

.cl-new button.gdpr-btn--on,
.gdpr-btn--on {
  background-color: #1d1d1d !important;
  color: #fff !important;
  border-color: #1d1d1d !important;
}

.cl-new button.gdpr-btn--on:hover,
.gdpr-btn--on:hover {
  background-color: #fff !important;
  color: #1d1d1d !important;
}

#delAcMdl.bootstrap-modal .modal-dialog {
  max-width: min(1100px, 96vw);
  margin: 24px auto;
}

#delAcMdl .modal-content {
  border-radius: 16px;
  overflow: hidden;
  min-height: min(89vh, 820px);
  background: #fff;
}

#delAcMdl iframe {
  display: block;
  width: 100%;
  min-width: 100%;
  height: min(89vh, 820px);
  border: 0;
  background: #fff;
}

@media (max-width: 768px) {
  .main.gdpr-page {
    padding: 160px 16px 80px;
  }

  .gdpr-accordion-summary {
    padding: 16px 18px;
    font-size: 15px;
  }

  .gdpr-accordion-panel {
    padding: 0 18px 18px;
  }
}
