/*
Theme Name: acema
Author: La Compagnie des Idées
Author URI: https://www.lacompagniedesidees.fr/
Description: Thème WordPress pour ACEMA
Version: 1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: td_acema
Tags: custom-logo, microformats, theme-options
*/


/*
S'il y a besoin d'ajouter des petites cartes sous les personnes,
les appels des images sont réalisés ici.
Ce n'est pas l'idéal. Juste un compromis.
Il faudrait utiliser un champ ACF pour les cartes.
*/

/* Ania ALLACHE */
.fp_expert#post-300 .details:after {
    background-image: url(./assets/img/icon-france-idf.svg);
}

/* Quentin VERRA */
.fp_expert#post-307 .details:after {
    background-image: url(./assets/img/icon-france-hdf.svg);
}

/* Emmanuel COURTEVILLE */
.fp_expert#post-87 .details:after {
    background-image: url(./assets/img/icon-france-ndie.svg);
}

/* Guillaume PERRAUDIN */
.fp_expert#post-154 .details:after {
    background-image: url(./assets/img/icon-france-54.svg);
}

/* Guillaume MELLON */
.fp_expert#post-153 .details:after {
    background-image: url(./assets/img/icon-france-93.svg);
}

/* Alexis BOUILHOL */
.fp_expert#post-150 .details:after {
    background-image: url(./assets/img/icon-france-11.svg);
}

/* Lucille SCHNEE */
.fp_expert#post-156 .details:after {
    background-image: url(./assets/img/icon-france-67.svg);
}

/* Eric ROTH */
.fp_expert#post-155 .details:after {
    background-image: url(./assets/img/icon-france-67.svg);
}

/* Melody D’HONDT */
.fp_expert#post-151 .details:after {
    background-image: url(./assets/img/icon-france-93.svg);
}

/* Pierre DESCONSEILLEZ */
.fp_expert#post-138 .details:after {
    background-image: url(./assets/img/icon-france-gd-est.svg);
}

/* Yacine FARAJI */
.fp_expert#post-152 .details:after {
    background-image: url(./assets/img/icon-france-94.svg);
}

/* Solène MINIER */
.fp_expert#post-284 .details:after {
    background-image: url(./assets/img/icon-france-69.svg);
}

/* Fanny Lerbours */
.fp_expert#post-287 .details:after {
    background-image: url(./assets/img/icon-france-27.svg);
}