/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.27.4.1757492052
Updated: 2025-09-10 10:14:12

*/

/* Retirer titre page Gutenberg */
.entry-title, .main_title {
  display: none !important;
}

/* Hack full width pour Gutenberg */
.wp-block-html, .entry-content, .wp-block, .container, .content-area {
  width: auto !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  border-radius: 0 !important;
  box-sizing: border-box !important;
}

/* Caler header sous l’admin bar */
body.admin-bar .site-header,
body.admin-bar header,
body.admin-bar .header,
body.admin-bar #header {
  top: 32px !important;
}
@media screen and (max-width: 782px) {
  body.admin-bar .site-header,
  body.admin-bar header,
  body.admin-bar .header,
  body.admin-bar #header {
    top: 46px !important;
  }
}
