#footer_contact_info {
    display:grid;
    grid: "ste ste"
        "tel tel"
        "mail mail"
        "adr cp"
        "adr pays";
}
#footer_contact_info li:nth-of-type(1){
    grid-area: ste;
}
#footer_contact_info li:nth-of-type(2){
    grid-area: pays;
}

#footer_contact_info li:nth-of-type(3){
    grid-area: tel;
}
#footer_contact_info li:nth-of-type(4){
    grid-area: mail;
}
#footer_contact_info li:nth-of-type(5){
    grid-area: adr;
}
#footer_contact_info li:nth-of-type(6){
    grid-area: cp;
}
a[href*="/fabricants"].anmm-dropdown-link {
    border-top: 1px solid #39b549;
    width: 100%;
    display: block;
    text-align: center;
}

@media (min-width: 992px) {
    .anmm-link {
        padding: 4px 18px 4px 18px;
    }
}
.fixed-menu {
    filter: drop-shadow(0 0 15px #2455299b);
	box-shadow: none;
}
.block-category img{
  width:initial;
}