/* --------------------------------------------------------------------------
   Desktop - header fixe
   -------------------------------------------------------------------------- */

@media (min-width: 1221px) {
  .wp-site-blocks header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
  }
}
