/* ==========================================================
   Footer InZeBox - tagline personnalisée + police Caveat Brush
   ========================================================== */

@font-face {
  font-family: 'Caveat Brush';
  src: url('../fonts/CaveatBrush-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.footer__tagline {
  color: #fff;
  padding: 32px 15px 24px;
  text-align: center;
}

.footer__tagline-title {
  font-family: 'Caveat Brush', cursive;
  font-size: 2.75rem;
  font-weight: 700;
  margin-bottom: .25rem;
  line-height: 1;
}

.footer__tagline-brand {
  color: #f59e0b;
  margin-right: .5rem;
}

.footer__tagline-highlight {
  color: yellow;
  font-style: italic;
  font-size: 1.75rem;
}

.footer__tagline-subtitle {
  font-family: 'Caveat Brush', cursive;
  color: #facc15;
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 0;
}

.footer__main .copyright {
  text-align: center;
  padding: 16px 0;
  color: #9ca3af;
  font-size: .85rem;
}

.footer__main hr {
  border-color: #616161;
  margin: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}

/* ==========================================================
   Footer InZeBox - blocs de liens (ps_linklist)
   Structure générée par les templates surchargés :
   themes/inzebox/modules/ps_linklist/views/templates/hook/linkblock.tpl
   themes/inzebox/modules/ps_linklist/views/templates/hook/linkblock-column.tpl
   ========================================================== */

/* Conteneur d'un bloc de liens (une colonne du footer) */
.footer__block {
  margin-bottom: 24px;
}

/* Titre du bloc (ex: "Produits", "Notre société"...) */
.footer__block-title {
  color: #ef0808;
  font-size: 1rem;
  font-weight: 700; 
  text-transform: uppercase;
  letter-spacing: .03em;
  margin-bottom: 1rem;
}

/* Liste des liens */
.footer__block-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Chaque élément de la liste */
.footer__block-item {
  margin-bottom: .6rem;
}

/* Le lien lui-même */
.footer__block-link {
  color: #d1d5db;
  text-decoration: none;
  font-size: .9rem;
  transition: color .15s ease-in-out;
}

.footer__block-link:hover,
.footer__block-link:focus {
  color: var(--primary, #f59e0b);
  text-decoration: underline;
}

/* Couleur des entetes de menus du footer */
.footer-block p, .footer-block p a {
  color: #f59e0b;;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16pt;  
}

/* Couleur des éléments de menus du footer */
.footer-block a  {
  color: green;
  padding: 0px;
  margin: 4px;
  font-size: 14pt;  
    color: #facc15;
}

