Is it possible to make invisible a div only on certain pages using CSS?

You need to target the specific pages with the build in body_class selectors.

Themes have a template tag for the body tag which will help theme authors to style more effectively with CSS. The Template Tag is called body_class. This function gives the bodyelement different classes and can be added, typically, in the header.php’s HTML body tag.