/*
 Theme Name:   Hello Biz Child
 Template:     hello-biz
*/

body {
}

/* Golos 400 */
@font-face {
  font-family: 'Golos400';
  src: url('fonts/Golos400.woff2') format('woff2'),
       url('fonts/Golos400.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Golos 450 */
@font-face {
  font-family: 'Golos450';
  src: url('/wp-content/themes/hello-biz-child/fonts/Golos450.woff2') format('woff2'),
       url('/wp-content/themes/hello-biz-child/fonts/Golos450.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Golos 500 */
@font-face {
  font-family: 'Golos500';
  src: url('/wp-content/themes/hello-biz-child/fonts/Golos500.woff2') format('woff2'),
       url('/wp-content/themes/hello-biz-child/fonts/Golos500.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Golos 550 */
@font-face {
  font-family: 'Golos550';
  src: url('/wp-content/themes/hello-biz-child/fonts/Golos550.woff2') format('woff2'),
       url('/wp-content/themes/hello-biz-child/fonts/Golos550.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Golos 600 */
@font-face {
  font-family: 'Golos600';
  src: url('/wp-content/themes/hello-biz-child/fonts/Golos600.woff2') format('woff2'),
       url('/wp-content/themes/hello-biz-child/fonts/Golos600.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Golos 650 */
@font-face {
  font-family: 'Golos650';
  src: url('/wp-content/themes/hello-biz-child/fonts/Golos650.woff2') format('woff2'),
       url('/wp-content/themes/hello-biz-child/fonts/Golos650.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


.hide-fiche-technique .fiche_technique {
    display: none !important;
}

.hide-flyer-produit .flyer_produit {
    display: none !important;
}

.hide-catalogue-produit .catalogue_produits {
    display: none !important;
}

.hide-documents-produits .documents_produits {
    display: none !important;
}



.hide-caracteristiques-dpol .caracteristiques-dpol {
    display: none !important;
}

.hide-video-produit .video-produit {
    display: none !important;
}


.hide-pourquoi-dpol .pourquoi-dpol {
    display: none !important;
}

.hide-produits-compatibles .produits-compatibles {
    display: none !important;
}

.sup-ht {
  top: -7px !important;
    font-size: 50% !important;
    margin-left: 3px;
}

.woocommerce-breadcrumb .breadcrumb-sep {
  color: #08485f7a !important;
    margin:0 4px;
}

.price-sur-demande {
    font-size: 80% !important; /* 20% plus petit */
}

.cta-presse {
    grid-column: 1 / -1; /* Prend toute la largeur dans une grille CSS */
  margin: 15px 0;
}

.titre-article-suivant a{
    font-family: "golos650" !important;
}

.prix-a-partir {
    font-size: 70%;
    margin-right: 5px;

}



