/*!
Theme Name: Papermag
Theme URI: https://itcroctheme.com/papermag/#demo
Author: itcroc
Author URI: https://themeforest.net/user/itcroc
Description: newspaper & magazine WordPress Theme
Version: 1.0.5
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: papermag
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/


/* Cacher les commentaires et les vues */
.post-cmt,
.post-view,
.post-cat {
  display: none !important;
}

.papermag-breadcrumb-area {
    display: none !important;
}

body input.wpcf7-submit.papermag-btn-color,
body .wpcf7 input[type="submit"],
body p input[type="submit"] {
  background-color: #CF1320 !important;
  background: #CF1320 !important;
  border-color: #CF1320 !important;
  color: #ffffff !important;
}

/* Cacher la sidebar sur mobile et tablette */
@media (max-width: 991px) {
  .papermag-single-post-section .col-lg-3 {
    display: none !important;
  }
  
  /* Étendre l'article sur toute la largeur */
  .papermag-single-post-section .col-lg-9 {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }
}