/*.page-id-431 .entry-title, .page-id-444 .entry-title {
    display: none;
}*/
.nv-content-wrap.entry-content p:empty {
  display: none;
}

/*  Sous-menu de brizy  */
.brz .brz-css-d-menu-menu > .brz-menu__ul > .brz-menu__item-dropdown .brz-menu__item {
		background-color: #2A4C3A11 !important;
}
.brz-menu__sub-menu .brz-a {
      color: #387eb5 !important;
  }

  .brz-menu__sub-menu .brz-a:hover,
  .brz-menu__sub-menu .current-menu-item .brz-a {
      color: #000 !important;
  }

/* Page de création du mot de passe Wordpress */
.wp-generate-pw {
    width: 100% !important;
}
input#wp-submit.button.button-primary.button-large {
    width: 100% !important;
}

/* Woocommerce */
.product_meta, .related.products, .woocommerce-notices-wrapper {
  display: none;
}
.woocommerce-tabs.wc-tabs-wrapper {
  margin-top: -20px;
}
#tab-title-reviews {
  display: none !important;
}


/* ── RESPONSIVE ── */
@media (max-width: 1088px) and  (min-width: 991px)  {
      /* Réduit le conteneur de l'en-tête */
      .brz .brz-css-lrd0ag {
          padding: 0;
          max-width: 95% !important;
      }
		  .brz .brz-css-5gpyo1 {
        z-index: auto;
        flex: 1 1 83%;
        max-width: 83%;
        justify-content: center;
        max-height: none;
    }
  	.brz .brz-css-d-column-bg.brz-column__items {
			 justify-content: center !important;
		}

      /* Réduit l'espace entre les items du menu */
      .brz .brz-css-mttiic > .brz-menu__ul > .brz-menu__item {
          margin-right: 12.5px !important;
          margin-left: 12.5px !important;
      }
			/* Cache la colonne des réseaux sociaux */
      .brz-column__items.brz-css-d-column-bg.brz-css-7g3t8l {
          display: none !important;
      }
  }