/* Pages */
@media (min-width: 992px) {
    #navbarNav li.nav-item:first-child {
        margin-left: auto;
    }
}
.text-primary {
    color: white !important;
    background-color: #6264f4;
}
.bg-secondary {
    background-color: #F3F6FF !important;
}
.bg-green {
    background-color: #dff6fd !important;
}
.bg-gradient-hts {
    background: linear-gradient(90deg, #6366f1 0%, #8b5cf6 50%, #d946ef 100%) !important;
}
.bg-gradient-green {
    background: linear-gradient(90deg, #dff6fd 0%, #96e9f4 50%, #dff6fd 100%) !important;
}
.btn-outline-light {
    --si-btn-border-color: rgba(255, 255, 255, 1) !important;
}
a.hts-nav-plus {
    color: #6264f4;
}
a.hts-nav-plus:hover b {
    text-decoration: underline;
}
/* Page Contact */
a.hts-btn-link {
    color: #6264f4;
    text-decoration: underline;
}
a.hts-btn-link:hover {
    color: #6264f4;
    text-decoration: none;
}
/* Page Mentions Légales */
.hts-section-ml {
    margin-top: 150px;
    margin-bottom: 80px;
}
@media (max-width: 992px) {
    .hts-section-ml {
        margin-top: 120px;
        margin-bottom: 30px;
    }
}

