/* Compat pages WordPress (blog, page interne) avec main.css thème. */
html {
  height: 100%;
}
body {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
.site-main {
  flex: 1 0 auto;
}
.container--narrow {
  max-width: 42rem;
}
.site-main .content h1,
.site-main .content h2,
.site-main .content h3 {
  margin-bottom: 0.75rem;
}
.site-main .content .alignwide,
.site-main .content img,
.site-main .content .wp-block-image {
  max-width: 100%;
  height: auto;
}
.section .card h2 a {
  color: inherit;
  text-decoration: none;
}
.section .card h2 a:hover {
  text-decoration: underline;
}
.nav-mobile__cta-avis {
  margin-bottom: 0.5rem;
}
.nav-mobile__phone-row {
  padding: 0 1rem 0.5rem;
}
