/* --- Style Global du Footer --- */
.footer-premium {
    background-color: #111;
    color: #fff;
    padding: 0 0 40px 0;
    margin-top: 50px;
    width: 100%;
    clear: both;
}

/* --- Section CTA (Appel à l'Action) --- */
.footer-cta {
    background-color: #1a1a1a;
    padding: 60px 20px;
    border-bottom: 1px solid #333;
    margin-bottom: 40px;
}

.cta-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 2rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
    color: #fff;
}

/* H1 : Message d'autorité technique */
h1.cta-h1-text {
    font-size: 2rem;
    color: #fff;
    font-weight: 700;
    margin: 10px auto 40px auto;
    max-width: 850px;
    line-height: 1.2;
    text-transform: none;
}

/* --- LE BOUTON : Évaluation des risques --- */
.btn-contact-footer {
    display: inline-block;
    padding: 20px 45px;
    background-color: #fff;
    color: #000 !important;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none !important;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    border: 2px solid #fff;
}

.btn-contact-footer:hover {
    background-color: transparent;
    color: #fff !important;
    transform: translateY(-3px);
}

/* --- LE SLOGAN PIMOS (H2) --- */
.footer-home-link {
    margin: 40px 0 25px 0;
}

h2.footer-h2-pimos {
    margin: 0;
    padding: 0;
}

h2.footer-h2-pimos a {
    font-size: 1.6rem;
    color: #fff !important; /* Contraste maximum pour le slogan */
    text-decoration: none;
    line-height: 1.4;
    display: inline-block;
    letter-spacing: 0.5px;
    font-weight: 400;
}

h2.footer-h2-pimos a strong {
    font-weight: 800;
    color: #fff;
}

h2.footer-h2-pimos a:hover {
    color: #007bff !important; /* Bleu IT au survol */
}

/* --- RÉSEAUX SOCIAUX --- */
.social-links {
    margin-bottom: 30px;
    padding: 0;
}

.social-links li {
    display: inline-block;
    margin: 0 15px;
}

.social-links a {
    color: #fff;
    font-size: 1.5rem;
    transition: transform 0.3s, color 0.3s;
}

.social-links a:hover {
    color: #007bff;
    transform: scale(1.2);
}

/* --- COPYRIGHT --- */
.copyright-section {
    font-size: 0.85rem;
    color: #555;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 20px;
    opacity: 0.7;
}

.extra-copyright {
    margin-top: 10px;
    font-size: 0.7rem;
    color: #444;
}