.section-filtre{position:relative}.section-filtre::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgb(22 21 21/.6);z-index:1}.sticky-call,.sticky-call a{display:flex;align-items:center}.sticky-call{position:fixed;bottom:20px;right:20px;background:#23e8c2;padding:10px 15px;border-radius:30px;transition:all .3s ease-in-out;box-shadow:0 4px 10px rgb(0 0 0/.2);overflow:hidden;width:50px;white-space:nowrap;z-index:10}.sticky-call a{text-decoration:none;color:#fff;font-weight:700}.sticky-call .phone-icon{width:20px;display:flex;align-items:center;justify-content:center}.sticky-call .phone-number{margin-left:10px;opacity:0;transform:translateX(-10px);transition:opacity .3s,transform .3s}.sticky-call:hover{width:180px}.sticky-call:hover .phone-number{opacity:1;transform:translateX(0)}@media (max-width:768px){.sticky-call{bottom:70px}}