/*
 Theme Name:   LeJourPile (Child)
 Theme URI:    https://actu.ivoireinter.com
 Description:  Thème enfant de Newsup pour LeJourPile
 Author:       LeJourPile
 Template:     newsup
 Version:      1.0.0
*/

/* Importation du style du thème parent */
@import url("../newsup/style.css");

/* ---- Header : suppression de la bande publicitaire et centrage du logo ---- */
.header-ads,
.header-ad,
.header-banner,
.top-banner,
.ads-header,
.site-header-advertisement,
.header-top-ads,
#header-ad,
.header-ads-wrap {
  display: none !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  visibility: hidden !important;
}

/* Réduction hauteur header et centrage logo */
.site-header,
.header-area,
.header-inner {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}

.site-branding,
.header-logo,
.logo,
.custom-logo-link {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  text-align: center !important;
  margin: 0 auto !important;
}

/* Ajuster la taille du logo */
.header-logo img,
.custom-logo-link img,
.custom-logo {
  max-height: 72px !important;
  width: auto !important;
  height: auto !important;
}

/* ---- Style compteur de vues ---- */
.post-views {
  display: inline-block;
  margin: 10px 0;
  padding: 6px 12px;
  background-color: rgba(0,0,0,0.06);
  border-radius: 20px;
  font-size: 15px;
  font-weight: 600;
  color: #111;
  box-shadow: 0 1px 4px rgba(0,0,0,0.05);
}
.post-views::before {
  content: "👁️ ";
}
@media (max-width: 600px) {
  .post-views { font-size:14px; padding:5px 10px; }
}

/* ---- Emplacements publicitaires intégrés ---- */
.ad-after-first {
  width: 100%;
  margin: 16px 0;
  text-align: center;
}
.ad-before-footer {
  width: 100%;
  margin: 20px 0;
  text-align: center;
}

/* Responsive */
@media (max-width: 768px) {
  .header-logo img { max-height: 56px !important; }
}
