
/* Masque header, footer et colonnes sur la page CMS cible */
#header, header, .header,
#footer, footer, .footer,
.left-column, .right-column,
.col-md-3#left-column, .col-md-3#right-column,
#left-column, #right-column {
  display: none !important;
}
#content-wrapper, .container, .container-fluid {
  width: 100%;
  max-width: 100%;
}
