/* Force font-display sur Font Awesome */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-solid-900.woff2') format('woff2'),
       url('https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-solid-900.woff') format('woff');
}

#menu
{
  /*visibility: hidden;*/
  display: none;
}
#menu.mm-opened
{
  /*visibility: visible !important;*/
  display: block !important;
}



#page > div.header-wrapper > header > div > div > div.col-md-3.col-xs-6 > div > a > img
{
    width: 80px;
}
#ref-realisation-empty-space
{
    min-height: 32px;
}
#ref-accord
{
    min-height: 400px;
}

.footer .fa {
  display: inline-block;
  width: 1.25em; /* réserve l’espace */
  text-align: center;
}

div.summary.entry-summary > div.product_meta > span
{
  color: #767676 !important;
}

/*#woocommerce-product-search-field-0
{
  background-color: #000000;
}*/


