/* ========================================
   DOLIRES MODULE - CUSTOM ICON
   ======================================== */

/* Icon for module in home page */
.fa-dolires:before,
.pictomodule.dolires:before,
.fa.fa-dolires:before {
    content: "\f2e7" !important; /* fa-utensils */
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
}

/* Alternative: use background image */
.pictomodule.dolires {
    background: none !important;
}

/* Ensure icon shows in menu */
.menu_titre .fa-dolires:before,
.menu_titre .pictomodule.dolires:before {
    content: "\f2e7" !important;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
    color: #667eea;
}
