/* ==========================================================================
   FOOTER / PIED DE PAGE (phyt-inov)
   Cible: #footer_phyt_inov et .et_pb_section_1_tb_footer
   ========================================================================== */

/* --- 1. Conteneur Principal (Section Haut du Footer) --- */
#footer_phyt_inov {
    /* Fond Vert Sombre Profond (Dark Olive) */
    background-color: #1e2318 !important;
    padding-top: 50px !important;
    padding-bottom: 30px !important;
    /* Ligne dorée de séparation en haut */
    border-top: 3px solid #ebb13a;
}

/* --- 2. Colonne 1 : Le Logo --- */
#footer_phyt_inov .et_pb_image_0_tb_footer img {
    max-width: 80%;
    margin-bottom: 10px;
}

/* --- 3. Typographie Générale (Textes et Coordonnées) --- */

/* Titres (H3) : "Coordonnées" & "Liens Utiles" */
#footer_phyt_inov h3 {
    color: #ebb13a !important;
    /* Doré */
    font-size: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 500 !important;
    margin-bottom: 0px !important;
    padding-bottom: 10px;
    /* Ligne de soulignement subtile */
    border-bottom: 1px solid rgba(224, 198, 133, 0.2);
    display: inline-block;
}

/* Paragraphes, Spans et Texte courant */
#footer_phyt_inov p,
#footer_phyt_inov span,
#footer_phyt_inov .et_pb_text_inner {
    color: #f4f4f4 !important;
    /* Blanc cassé */
    font-family: 'Montserrat', sans-serif;
    font-size: 14px !important;
    line-height: 1.9em !important;
    font-weight: 300;
}

/* --- 4. Liens et Menus --- */

/* Style par défaut des liens (Email, Menu, etc.) */
#footer_phyt_inov a {
    color: #f4f4f4 !important;
    text-decoration: none;
    transition: all 0.4s ease;
    font-family: 'Montserrat', sans-serif;
    padding-bottom: 6px;
}

/* Effet au survol des liens */
#footer_phyt_inov a:hover {
    color: #ebb13a !important;
    /* Devient doré */
}

/* Reset des marges pour les items de liste du menu */
#footer_phyt_inov ul.et-menu li {
    margin: 0px !important;
}

/* --- 5. Barre de Copyright (Tout en bas) --- */

/* Section contenant le copyright */
.et_pb_section_1_tb_footer {
    background-color: #151811 !important;
    /* Vert encore plus sombre */
    padding-bottom: 10px !important;
}

/* Texte du copyright et liens associés (Solution Informatique) */
#footer-info,
#footer-info a {
    color: #f4f4f4 !important;
    font-size: 12px !important;
    letter-spacing: 0.5px;
    font-weight: 500;
}