/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 29 2025 | 23:37:50 */
/* ==============
   STYLES DE BASE
   ============== */
.mentions-legales {
  font-family: 'Avenir Next','Montserrat','Nunito Sans',Arial,sans-serif;
  font-size: 1rem;              /* 16px */
  line-height: 1.6;
  letter-spacing: 0.015em;
  color: #222;
  margin: 0 auto;
  padding: 2rem 5%;
  max-width: 900px;
}

.mentions-title {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0.5rem;
  letter-spacing: 0.02em;
  text-align: center;
}

.mentions-update {
  font-size: 0.9rem;
  color: #555;
  text-align: center;
  margin-bottom: 2rem;
}

.mentions-section {
  margin-bottom: 2.5rem;
}

.mentions-subtitle {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 1rem;
  line-height: 1.3;
  letter-spacing: 0.01em;
}

.mentions-section p,
.mentions-section address {
  margin-bottom: 0.8rem;
  font-size: 1rem;
}

/* ==============
   LIENS
   ============== */
.mentions-legales a {
  color: #00008f;
  text-decoration: underline;
}

/* ==============
   RESPONSIVE
   ============== */

/* Tablette ≤ 1024px */
@media (max-width: 1024px) {
  .mentions-title {
    font-size: 2rem;
  }
  .mentions-subtitle {
    font-size: 1.3rem;
  }
  .mentions-legales {
    font-size: 0.95rem;
    line-height: 1.55;
  }
}

/* Mobile ≤ 650px */
@media (max-width: 650px) {
  .mentions-title {
    font-size: 1.7rem;
  }
  .mentions-subtitle {
    font-size: 1.2rem;
  }
  .mentions-legales {
    font-size: 0.9rem;
    line-height: 1.5;
    padding: 1.5rem 7%;
  }
}
