/******* Do not edit this file *******
Code Snippets Manager
Saved: Dec 04 2025 | 18:06:01 */
@charset "UTF-8";
/* Code pour cibler le contenu de la page Politique de Cookies */
.wordpress.post-1032.page.type-page.status-publish.hentry {
  padding-block: var(--section-space-s);
  padding-inline: var(--gutter);
  /* Décale le contenu sur desktop */
  /* Décale le contenu sur tablette */
  /* Décale le contenu sur mobile */
}
@media (min-width: 992px) {
  .wordpress.post-1032.page.type-page.status-publish.hentry {
    margin-top: var(--header-height);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .wordpress.post-1032.page.type-page.status-publish.hentry {
    margin-top: var(--header-height-tablet);
  }
}
@media (max-width: 767px) {
  .wordpress.post-1032.page.type-page.status-publish.hentry {
    margin-top: var(--header-height-mobile);
  }
}
