/* Remplacement des icônes Agrion par FontAwesome */
.icon-farm::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f7b6"; /* Vache/ferme */
}

.icon-agriculture::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f4d8"; /* Légumes */
}

.icon-harvest::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f4d7"; /* Blé/récolte */
}

.icon-right-arrow::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f061"; /* Flèche droite */
}

.icon-email::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0e0"; /* Email */
}

.icon-pin::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f3c5"; /* Map pin */
}

.icon-magnifying-glass::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f002"; /* Search */
}

.icon-shopping-cart::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f07a"; /* Shopping cart */
}

.icon-tractor::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f722"; /* Tracteur */
}

.icon-organic-food::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f787"; /* Pomme */
}

.icon-vegetables::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f787"; /* Légumes */
}

.icon-dairy::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f7be"; /* Lait */
}

.icon-cow::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f6c8"; /* Vache */
}

.icon-plant::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f4d8"; /* Plante */
}

.icon-tick::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c"; /* Check/Coche */
}

.icon-quote::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f10d"; /* Guillemets */
}

.icon-harvester::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f1b9"; /* Tracteur/Moissonneuse */
}

.icon-seeds::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f06c"; /* Feuille/Graine */
}

.icon-cotton::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f787"; /* Coton */
}

.icon-customer::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f007"; /* Utilisateur */
}

.icon-farmer::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f183"; /* Agriculteur */
}

.icon-phone-ringing::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f095"; /* Téléphone */
}

.icon-up-arrow::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f062"; /* Flèche haut */
}

.icon-agriculture-2::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f4d8"; /* Agriculture/Plante */
}

.icon-agriculture-1::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f4d8"; /* Croissance/Plante */
}

.icon-harvest-1::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f6e3"; /* Maintenance/Outils */
}

/* S'assurer que les icônes s'affichent correctement */
[class^="icon-"]::before,
[class*=" icon-"]::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
