/*
 Theme Name:   BlankSlate Child - Truman's Care
 Theme URI:    https://trumanscare.ma
 Description:  Thème enfant de BlankSlate pour Truman's Care. Protège les customisations des mises à jour.
 Author:       DigiHapi
 Author URI:   https://digihapi.co
 Template:     blankslate
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         custom, trumans, barbershop, spa
 Text Domain:  blankslate-child
*/

/* ═══════════════════════════════════════════════════════════
   TON CSS CUSTOM ICI
   ═══════════════════════════════════════════════════════════ */

/* Masquer header/footer BlankSlate */
#masthead,
header#masthead,
.site-header,
#colophon,
footer#colophon,
.site-footer,
#secondary,
.widget-area {
  display: none !important;
}

/* Layout pleine largeur */
#primary,
#content,
.site-content {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

body {
  margin: 0 !important;
  padding: 0 !important;
}