/* =========================
   INTRO VILLE
   ========================= */

.serrurier-confiance,
.zones{
  max-width: 900px;
  margin: 0 auto;
  padding: 20px 16px;
}

/* Titres */
.serrurier-confiance h2,
.zones h2{
  text-align: center;
  margin-bottom: 16px;
}

/* Paragraphes */
.serrurier-confiance p,
.zones p{
  text-align: center;
  margin-bottom: 12px;
  line-height: 1.6;
}

/* Texte centré spécifique */
.centered{
  text-align: center;
}

/* Contact (liens tel + mail) */
.serrurier-confiance a{
  font-weight: 600;
  text-decoration: none;
}

.serrurier-confiance a:hover{
  text-decoration: underline;
}

/* Bloc "En savoir plus" */
.serrurier-confiance details{
  margin-top: 14px;
  text-align: center;
}

.serrurier-confiance summary{
  cursor: pointer;
  font-weight: 600;
  margin-bottom: 8px;
}

.serrurier-confiance details p{
  margin-top: 8px;
}

/* Responsive léger */
@media (max-width: 768px){
  .serrurier-confiance,
  .zones{
    padding: 16px 12px;
  }
}