/* Bloc de liens vers les pages regionales, en bas de page d'accueil. */
.liens-regions {
  clear: both;
  max-width: 1140px;
  margin: 2.5rem auto 1.5rem;
  padding: 1.5rem 15px 0;
  border-top: 1px solid #ddd;
  box-sizing: border-box;
}
.liens-regions h3 { margin: 0 0 1rem; font-size: 1.15rem; }
.liens-regions p { margin: 0 0 .6rem; font-size: .9rem; line-height: 1.7; }
.liens-regions p strong { display: inline-block; min-width: 9.5rem; }
.liens-regions a { text-decoration: none; }
.liens-regions a:hover { text-decoration: underline; }
@media (max-width: 600px) {
  .liens-regions p strong { display: block; min-width: 0; margin-bottom: .2rem; }
}
