/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/

/*FOOTER*/
.grecaptcha-badge{opacity:0 !important;}
/*Complianz*/
.cmplz-cookiebanner{border-radius:0 !important;}
.cmplz-title{font-family: "Bebas Neue" !important; color:#404a3a !important; font-size:1.75rem !important;}
.cmplz-btn{background-color:#404a3a !important; border-radius:0 !important; border:none !important; color:#fff !important; font-size:0.9rem !important; font-family:Poppins, sans-serif !important; text-transform:uppercase; font-weight:300 !important; transition:0.3s;}
.cmplz-btn:hover{background-color:rgba(47,54,39,0.85) !important;}


/* ---- Mobile: bouton + tiroir filtres ---- */
@media (max-width: 768px) {
  /* Bouton flottant simple */
  .hb-filter-btn {
    position: sticky; /* reste visible sous le titre */
    top: 0;
    z-index: 999;
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    padding: .6rem .9rem;
    font-size: 14px;
    border: 1px solid #e0e0e0;
    border-radius: 999px;
    background: #fff;
    cursor: pointer;
  }

 