.nh-footer {
    overflow: hidden;
    background: #031e16;
    color: #f1fbf5;
}

.nh-footer__glow {
    position: absolute;
    top: -220px;
    left: 50%;
    width: 620px;
    height: 360px;
    border-radius: 50%;
    background: rgba(0, 128, 0, .22);
    filter: blur(100px);
    transform: translateX(-50%);
    pointer-events: none;
}

.nh-footer__grid {
    position: relative;
    display: grid;
    grid-template-columns: 1.35fr .75fr 1fr 1fr;
    gap: 46px;
    padding-block: 76px 64px;
}

.nh-brand--footer {
    color: #fff;
}

.nh-brand--footer .nh-brand__text small {
    color: #c4dacd;
}

.nh-footer h2 {
    margin: 0 0 20px;
    color: #fff;
    font-size: 1.02rem;
}

.nh-footer p {
    color: #c4dacd;
    line-height: 1.75;
}

.nh-footer__identity > p {
    max-width: 410px;
    margin-top: 24px;
}

.nh-footer__motto {
    display: inline-flex;
    margin-top: 10px;
    padding: 9px 13px;
    border: 1px solid rgba(184, 238, 99, .28);
    border-radius: 999px;
    color: var(--nh-lime);
    font-size: .76rem;
    font-weight: 800;
}

.nh-footer__menu,
.nh-footer__contact {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.nh-footer a {
    color: #f1fbf5;
    text-decoration: none;
}

.nh-footer a:hover,
.nh-footer a:focus-visible {
    color: #fff;
}

.nh-footer__bottom {
    border-top: 1px solid rgba(255, 255, 255, .1);
}

.nh-footer__bottom p {
    margin: 0;
    padding-block: 19px;
    font-size: .82rem;
    text-align: center;
}

@media (max-width: 980px) {
    .nh-footer__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .nh-footer__grid {
        grid-template-columns: 1fr;
        padding-block: 52px 44px;
    }
}


/* V11 — contraste et menu de secours du pied de page */
.nh-footer .nh-button--light,
.nh-footer .nh-button--light:visited {
    border-color: #ffffff !important;
    background: #ffffff !important;
    color: #003823 !important;
}

.nh-footer .nh-button--light:hover,
.nh-footer .nh-button--light:focus-visible {
    border-color: #c8f27a !important;
    background: #c8f27a !important;
    color: #00291b !important;
}

.nh-footer__menu a,
.nh-footer__contact,
.nh-footer__contact a {
    color: #f1fbf5 !important;
}
