/* ============================================================
   INTROP AFRICA VM — Feuille de style globale (style.css)
   ------------------------------------------------------------
   Ce fichier centralise la JUSTIFICATION DES TEXTES du site.
   Chaque bloc ci-dessous indique la page et la section ciblée.
   Pour annuler la justification d'une section, il suffit de
   commenter ou supprimer la règle correspondante.
   ============================================================ */


/* ============================================================
   PAGE : index.php (Accueil)
   ============================================================ */

/* --- Section HERO (bannière d'accueil "Notre ambition, Votre performance") --- */
#hero p {
    text-align: justify;
}

/* --- Section POURQUOI CHOISIR INTROP AFRICA VM (les 4 cartes : Expertise Solide,
       Résultats Mesurables, Innovation Digitale, Accompagnement de proximité) --- */
#pourquoi-nous .grid p {
    text-align: justify;
}

/* --- Section NOS TROIS PILIERS D'EXCELLENCE (Engineering, Digital Finance,
       Strategy & Advisory) --- */
#piliers .grid p {
    text-align: justify;
}


/* ============================================================
   PAGE : apropos.php (À propos)
   ============================================================ */

/* --- Section QUI SOMMES-NOUS (paragraphes de présentation de l'entreprise) --- */
#qui-sommes-nous p {
    text-align: justify;
}

/* --- Section NOTRE VISION POUR L'AFRIQUE + LES 4 VALEURS (Excellence,
       Durabilité, Agilité, Proximité) --- */
#vision-valeurs p {
    text-align: justify;
}


/* ============================================================
   PAGE : expertises.php (Nos Expertises)
   ============================================================ */

/* --- Section DÉTAIL DES PILIERS : paragraphes de description des 4 pôles
       (Engineering, Digital Finance, Strategy & Advisory, IA & Innovation) --- */
#detail-piliers > div > div > .md\:w-7\/12 > p,
#engineering p,
#digital-finance p,
#strategy p,
#ia-innovation p {
    text-align: justify;
}


/* ============================================================
   PAGE : approche.php (Notre Approche)
   ============================================================ */

/* --- Section PROCESSUS EN 4 ÉTAPES (Diagnostic, Conception,
       Mise en œuvre, Suivi & Optimisation) --- */
#processus p {
    text-align: justify;
}

/* --- Section VALEUR AJOUTÉE ("Pourquoi cette approche fonctionne ?") --- */
#valeur-ajoutee li span {
    text-align: justify;
    display: block;
}


/* ============================================================
   COMMUN À TOUTES LES PAGES
   ============================================================ */

/* --- FENÊTRE MODALE (contenu "Lire plus" / info des piliers) --- */
#modal-content {
    text-align: justify;
}

/* --- PIED DE PAGE (paragraphe de présentation du cabinet, colonne 1) --- */
footer p.text-sm {
    text-align: justify;
}
