<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.nav-pills &gt; li.active &gt; a, .nav-dett &gt; li.active &gt; a:hover {
    background-color: #2425aa;
    color: #fff;
}

.dett-cont {
    border: 2px solid #2425aa;
}

.dett-cont-section {
    border-top: solid 2px #2425aa;
    text-align: center;
    padding: 1.875rem 0;
}

.dett-cont-soc, .dett-cont-soc h3, .dett-cont-soc h4 {
    color: #001e3d;
}

.dett-cont .badge {
    background-color: #2425aa;
    color: #fff;
}

.logoAxa a {
    background-image: url("Images/logo.png");
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    height: 38px;
    width: 140px;
}


.background-axa {
    background-image: url("Images/axa-im-img-header.jpg");
    background-repeat: no-repeat;
    background-size: cover;

    width: 100%;
    padding: 50px 40px;

    color: #fff;
}</pre></body></html>