
/* =================================================== */
/* Fichier : mentions-legales.css                      */
/* Description : Style expert pour la page Mentions    */
/* Auteur : QuantisDigitale                            */
/* =================================================== */

body {
  background: #f7faff;
  font-family: 'Inter', sans-serif;
  margin: 0;
  padding: 0;
  color: #22305a;
}

/* ---------- Conteneur principal ---------- */
.page-legale .conteneur-global {
  max-width: 980px;
  margin: 0 auto;
  padding: 3rem 1.5rem;
}

/* ---------- Bandeau RGPD en haut de page ---------- */
.banniere-rgpd {
  background: #fff9ec;
  border: 1px solid #ffd580;
  border-left: 6px solid #ffbf00;
  padding: 1.2rem 1.5rem;
  border-radius: 10px;
  margin-bottom: 2rem;
  box-shadow: 0 2px 6px rgba(255,191,0,0.1);
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.banniere-rgpd i {
  color: #ffbf00;
  font-size: 1.3rem;
}

.banniere-rgpd p {
  font-size: 1rem;
  color: #805300;
  margin: 0;
}

/* ---------- Titre principal ---------- */
.page-legale h1 {
  font-size: 2.4rem;
  margin-bottom: 2rem;
  color: #2361ff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.6rem;
}

/* ---------- Blocs de mentions ---------- */
.bloc-legale {
  background: #ffffff;
  border-left: 5px solid #2ec4b6;
  padding: 1.8rem 1.5rem;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.05);
  margin-bottom: 2rem;
}

.bloc-legale h2 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  color: #22305a;
}

.bloc-legale h2 i {
  color: #2ec4b6;
  font-size: 1.3rem;
}

.bloc-legale p,
.bloc-legale ul {
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 1rem;
}

.bloc-legale ul {
  padding-left: 1.2rem;
}

.bloc-legale ul li {
  list-style: disc;
  margin-bottom: 0.5rem;
}

/* ---------- Lien mail / contact ---------- */
.page-legale a {
  color: #2361ff;
  text-decoration: none;
  font-weight: 600;
}

.page-legale a:hover,
.page-legale a:focus-visible {
  color: #2ec4b6;
  text-decoration: underline;
}
