﻿
/*on met exo2 sur tout le site*/
/* Chargement local de la police Exo 2 */
@font-face {
  font-family: 'Exo 2';
  src: url('../fonts/exo2/exo-2-v26-latin-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Exo 2';
  src: url('../fonts/exo2/exo-2-v26-latin-600.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* Application globale */
body {
  font-family: 'Exo 2', sans-serif !important;
}

.header-nav{background-color:red;}
#contact-link{color:white;}
/*Titre des catégories*/
.block-category h1 {
    margin-bottom: 1rem;
    font-size: 1rem;
	color:red!important;
}
/*titre du filtre de recherche*/
#search_filters>.h6, #search_filters_brands>.h6, #search_filters_suppliers>.h6
 {
    font-size: .7rem;
    font-weight: 500;
}
/* Affichage mentions légales alcool*/
@keyframes fadeInSlide {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.product-alcohol-warning {
  background-color: #fdfdfd;
  border-left: 4px solid #b22222;
  border-radius: 10px;
  padding: 12px 16px;
  margin-top: 10px;
  font-size: 0.50em;
  color: #333;
  font-style: italic;
  text-transform: lowercase;
  animation: fadeInSlide 1.8s ease-out;
}

.product-alcohol-warning p {
  margin: 6px 0;
  line-height: 1em;
}
/* FB + Insta */
.social-block {
  margin-top: 10px;
}

.social-title {
  color: red;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}

.social-icons {
  display: flex;
  gap: 12px;
}

.social-icons a {
  display: inline-block;
  width: 28px;
  height: 28px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s ease;
  text-indent: -9999px;
  overflow: hidden;
}

.social-icons a:hover {
  transform: scale(1.2);
}

.social-icons .facebook {
  background-image: url('/themes/classic/assets/img/facebook.png');
}

.social-icons .instagram {
  background-image: url('/themes/classic/assets/img/instagram.png');
}
.product-reference {
display:none;
}
@media (max-width: 768px) {
  .product-alcohol-warning {
    font-size: 0.450em;
    padding: 10px 12px;
  }
}

