/* .nav_action {
    ||*| background-color: #ffffff |*||
} */
.nav_action:hover {
    background-color: #fcd579;
    font-weight: bold;
}

.nav_action:active {
    background-color: #15aa56;
}

.nav_action:focus {
    background-color: #0f733a;
}

.nav_action:visited {
    background-color: #9f9c9c;
    color: #ffffff;
}

.nav-action {
}

@media (min-width: 576px) {
    .txt_resp {
    }
}

@media (max-width:575px) {
    button.btn.btn-primary {
        max-width: 363px;
    }
}

@media (min-width:576px) {
    .text_gross {
        height: 278px;
        margin-top: 16px;
        margin-left: 10px;
        width: 920px;
        max-height: 459px;
        resize: both;
        display: inline;
        vertical-align: top;
        aspect-ratio: auto;
    }
}

div.col-lg-5.lg:w-2.5 {
}