/*
Theme Name: Pascal Real
Theme URI: https://www.pascalreal.com
Author: KATAKA Pascal
Author URI: https://www.pascalreal.com
Description: Thème enfant GeneratePress personnalisé par Pascal Real, Graphiste & Développeur.
Template: generatepress
Version: 1.0
Text Domain: pascal-real
*/

/* Supprimer les titres par défaut sur toutes les pages */
.page .entry-title {
    display: none;
}

/* Forcer la pleine largeur sur toutes les pages */
body.page .site-content {
    padding: 0 !important;
    margin: 0 !important;
}

body.page .inside-article,
body.page .container,
body.page .inside-page-header,
body.page .inside-content-container {
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}
