<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*********************************************
  Styles spécifiques page adopte un arbre SIA
**********************************************/

body.page-template-adopte-un-arbre-sia .content .content-wrapper {
  margin-right: auto;
  margin-left: auto;
  padding: 0;
}

@media (min-width: 768px) {
  body.page-template-adopte-un-arbre-sia .content .content-wrapper {
    max-width: 620px;
  }
}

@media (max-width: 767px) {
  body.page-template-adopte-un-arbre-sia .content .content-wrapper {
    padding: 0 2rem;
  }
}
</pre></body></html>