/* Start custom CSS for html, class: .elementor-element-e87fe5a *//* =============================================
   OG PERFORMANCE — CSS PAGES LÉGALES UNIFIÉ
   CGV / Mentions légales / Politique de conf.
   À injecter via WPCode → CSS → Auto Insert
============================================= */

.og-legal-wrap {
  background: #161616;
  color: #ccc;
  font-family: 'Rajdhani', Arial, sans-serif;
  line-height: 1.8;
  padding: 60px 20px 80px;
  max-width: 900px;
  margin: 0 auto;
}

/* --- HERO --- */
.og-legal-hero {
  text-align: center;
  padding: 60px 0 40px;
  margin-bottom: 0;
}
.og-legal-eyebrow {
  display: inline-block;
  background: #1a1a1a;
  border: 1px solid #e10600;
  color: #e10600;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  padding: 6px 18px;
  border-radius: 4px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.og-legal-hero h1 {
  color: #fff;
  font-size: clamp(24px, 4vw, 40px);
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: none !important;
  margin-bottom: 12px;
}
.og-legal-hero p {
  color: #888;
  font-size: 15px;
}
.og-legal-divider {
  width: 60px;
  height: 3px;
  background: #e10600;
  margin: 30px auto 50px;
}

/* --- GRILLE IDENTITÉ (mentions légales) --- */
.og-legal-identity {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 40px;
}
.og-legal-id-card {
  background: #1a1a1a;
  border: 1px solid #2a2a2a;
  border-top: 3px solid #e10600;
  border-radius: 8px;
  padding: 20px 24px;
}
.og-legal-id-card h3 {
  color: #e10600;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.og-legal-id-card p {
  color: #bbb;
  font-size: 14px;
  line-height: 1.7;
}

/* --- ARTICLES --- */
.og-legal-article {
  margin-bottom: 24px;
  padding: 28px 30px;
  background: #1a1a1a;
  border-radius: 8px;
  border-left: 3px solid #e10600;
}
.og-legal-article h2 {
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid #2a2a2a;
  text-transform: uppercase !important;
  letter-spacing: 1px;
}
.og-legal-article h2 span {
  color: #e10600;
  margin-right: 10px;
}
.og-legal-article p {
  color: #bbb;
  font-size: 15px;
  line-height: 1.8;
}
.og-legal-article a {
  color: #e10600;
  text-decoration: none;
}
.og-legal-article a:hover {
  text-decoration: underline;
}
.og-legal-article ul {
  list-style: none;
  padding: 0;
}
.og-legal-article ul li {
  color: #bbb;
  font-size: 15px;
  line-height: 1.8;
  padding: 10px 0 10px 20px;
  border-bottom: 1px solid #222;
  position: relative;
}
.og-legal-article ul li:last-child {
  border-bottom: none;
}
.og-legal-article ul li::before {
  content: "";
  width: 5px;
  height: 5px;
  background: #e10600;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 20px;
}

/* --- HIGHLIGHT BOX --- */
.og-legal-highlight {
  background: #111;
  border: 1px solid #2a2a2a;
  border-left: 3px solid #e10600;
  border-radius: 6px;
  padding: 20px 24px;
  margin-top: 16px;
}
.og-legal-highlight p {
  color: #aaa;
  font-size: 14px;
}

/* --- GRILLE DROITS (politique de conf.) --- */
.og-legal-rights {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 16px;
}
.og-legal-right-card {
  background: #111;
  border: 1px solid #2a2a2a;
  border-radius: 6px;
  padding: 16px 20px;
}
.og-legal-right-card h4 {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 6px;
}
.og-legal-right-card p {
  color: #888;
  font-size: 13px;
  line-height: 1.6;
}

/* --- LEXIQUE --- */
.og-legal-lexique {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.og-legal-lex-item {
  background: #111;
  border: 1px solid #2a2a2a;
  border-radius: 6px;
  padding: 14px 18px;
}
.og-legal-lex-item h4 {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 6px;
}
.og-legal-lex-item p {
  color: #888;
  font-size: 13px;
  line-height: 1.6;
}

/* --- FOOTER --- */
.og-legal-footer {
  text-align: center;
  margin-top: 50px;
  padding: 28px;
  background: #111;
  border-radius: 8px;
  border: 1px solid #2a2a2a;
}
.og-legal-footer p {
  color: #666;
  font-size: 13px;
}
.og-legal-footer strong {
  color: #e10600;
}

/* --- RESPONSIVE --- */
@media (max-width: 600px) {
  .og-legal-identity,
  .og-legal-rights,
  .og-legal-lexique {
    grid-template-columns: 1fr;
  }
  .og-legal-article {
    padding: 20px;
  }
}

/* --- FOND GLOBAL --- */
body {
  background: #161616 !important;
}/* End custom CSS */