.ntk-nav-container {
    position   : relative;
    font-family: Arial, sans-serif;
}

.ntk-menu {
    list-style: none;
    padding   : 0;
    margin    : 0;
}

.ntk-megamenu-ressource {
    padding: 0rem !important;
}

.nav-link {
   /* color: black;*/
}

.ntk-menu-item,
.ntk-menu-item-solution,
.ntk-megamenu-ressource {
    position: relative;
    padding : 1rem;
    cursor  : pointer;
}

.ntk-megamenu-ressource ul li a {
    text-decoration: none;
    color          : #2F2761;
}

.ntk-megamenu-ressource ul li a:hover {
    color: #5E4FF1;
}

.ntk-megamenu {
    position      : absolute;
    top           : 50px;
    left          : 0;
    display       : flex;
    flex-wrap     : wrap;
    width         : 1010px;
    height        : 500px;
    max-width     : 1010px;
    background    : #fff;
    box-shadow    : 0 8px 20px rgba(0, 0, 0, 0.1);
    /* padding-top: 2rem;
    padding-bottom: 0rem;
    padding-left  : 0.2rem;
    padding-right : 0.2rem;*/
    border-radius : 16px;
    opacity       : 0;
    visibility    : hidden;
    pointer-events: none;
    transition    : opacity 0.3s ease, visibility 0.3s ease;
    z-index       : 999;
}

.ntk-megamenu-solution {
    position       : absolute;
    top            : 50px;
    left           : -165px;
    display        : flex;
    flex-wrap      : wrap;
    width          : 1010px;
    height         : 500px;
    max-width      : 1010px;
    background     : #fff;
    box-shadow     : 0 8px 20px rgba(0, 0, 0, 0.1);
    /* padding-top : 2rem;
     padding-bottom: 0rem;
     padding-left  : 0.2rem;
     padding-right : 0.2rem;*/
    border-radius  : 16px;
    opacity        : 0;
    visibility     : hidden;
    pointer-events : none;
    transition     : opacity 0.3s ease, visibility 0.3s ease;
    z-index        : 999;
}

.ntk-megamenu-ressource {
    position       : absolute;
    top            : 50px;
    left           : -290px;
    display        : flex;
    flex-wrap      : wrap;
    width          : 1010px;
    height         : 400px;
    max-width      : 1010px;
    background     : #fff;
    box-shadow     : 0 8px 20px rgba(0, 0, 0, 0.1);
    /* padding-top : 2rem;
     padding-bottom: 0rem;
     padding-left  : 0.2rem;
     padding-right : 0.2rem;*/
    border-radius  : 16px;
    opacity        : 0;
    visibility     : hidden;
    pointer-events : none;
    transition     : opacity 0.3s ease, visibility 0.3s ease;
    z-index        : 999;
}


.ntk-menu-item.ntk-megamenu-visible .ntk-megamenu {
    opacity       : 1;
    visibility    : visible;
    pointer-events: auto;
}

.ntk-menu-item-solution.ntk-megamenu-visible .ntk-megamenu-solution {
    opacity       : 1;
    visibility    : visible;
    pointer-events: auto;
}

.ntk-menu-item-ressource.ntk-megamenu-visible .ntk-megamenu-ressource {
    opacity       : 1;
    visibility    : visible;
    pointer-events: auto;
}

.ntk-megamenu-right {
    width     : 70%;
    margin-top: 2rem;
    padding   : 1rem 1rem 1rem 30px;
}

.ntk-menu-item-ressource .ntk-megamenu-right .title-ressource {
    font-size    : 15px;
    font-weight  : bold;
    margin-bottom: 15px;
}

.ntk-menu-item-ressource .ntk-megamenu-right .block-autre {
    margin-bottom: 30px;
    margin-top   : 30px;
}

.ntk-menu-item-ressource .ntk-megamenu-right .block-autre .element-ressource {
    vertical-align: top;
}

.ntk-menu-item-ressource .ntk-megamenu-right .block-autre .element-ressource .image-ressource {
    display       : inline-block;
    width         : 20%;
    vertical-align: top;
}

.ntk-menu-item-ressource .ntk-megamenu-right .block-autre .element-ressource .image-ressource img {
    width: 70%;
}

.ntk-menu-item-ressource .ntk-megamenu-right .block-autre .element-ressource .desc-ressource {
    display: inline-block;
    width  : 70%;
}

.ntk-menu-item-ressource .ntk-megamenu-right .block-autre .element-ressource .title-desc-ressource {
    font-size  : 13px;
    font-weight: bold;
}

.ntk-menu-item-ressource .ntk-megamenu-right .block-autre .element-ressource .description-desc-ressource {
    font-size: 11px;
}

.ntk-menu-item-ressource .ntk-megamenu-right {
    width     : 35%;
    margin-top: 0px;
    padding   : 4rem 2rem;
}

.ntk-menu-item-ressource .ntk-megamenu-left ul {
    list-style: none;
    padding   : 0;
}

.ntk-menu-item-ressource .ntk-megamenu-left ul li {
    font-size    : 14px;
    margin-bottom: 15px;
    color        : rgba(71, 71, 129, 1);
    width        : 80%;
}

.ntk-menu-item-ressource .ntk-megamenu-left .title-ressource {
    font-size    : 15px;
    font-weight  : bold;
    margin-bottom: 15px;
}

.ntk-menu-item-ressource .ntk-megamenu-left {
    margin-top  : 0px;
    width       : 65%;
    height      : 200px;
    padding     : 4rem 2rem;
    border-right: 1px dashed lightgrey;
}

.ntk-megamenu-left {
    margin-top  : 2rem;
    width       : 30%;
    padding     : 1rem;
    border-right: 1px solid lightgrey;
}

.ntk-megamenu-right ul {
    list-style: none;
    padding   : 0;
    columns   : 2;
    gap       : 0.5rem;
}

.ntk-menu-item-ressource .ntk-megamenu-footer {
    display         : flex;
    justify-content : right;
    font-size       : 15px;
    width           : 100%;
    margin-top      : 0rem;
    gap             : 1rem;
    background-color: rgba(241, 244, 255, 1);
    padding         : 0.5em;
    border-radius   : 0 0 17px 17px;
}

.ntk-megamenu-footer {
    display         : flex;
    justify-content : right;
    font-size       : 15px;
    width           : 100%;
    margin-top      : 2rem;
    gap             : 1rem;
    background-color: rgba(241, 244, 255, 1);
    padding         : 0.5em;
    border-radius   : 0 0 17px 17px;
}


.ntk-btn {
    padding         : 0.6rem 1.2rem;
    background-color: transparent;
    border          : none;
    border-radius   : 8px;
    cursor          : pointer;
    transition      : background 0.2s;
}

.ntk-btn:hover {
    background-color: transparent;
}

.ntk-client {
    height       : 100px;
    padding      : 0.5em 1em;
    border-radius: 20px;
}

.ntk-client .ntk-client-left {
    width  : 85%;
    display: inline-block;
}

.ntk-client .icon-arrow img {
    width     : 12px;
    float     : right;
    margin-top: -30px;
}

.ntk-client .icon-arrow {
    display: inline-block;
    width  : 10%;
}

.ntk-client.active {
    background-color: rgba(241, 244, 255, 1);
}

.ntk-client strong {
    font-size: 15px;
}

.ntk-client p {
    font-size  : 13px;
    padding-top: 7px;
    color: black !important;
}

.ntk-megamenu-right ul {
    list-style           : none;
    padding              : 0;
    display              : grid;
    grid-template-columns: 1fr;
    gap                  : 1rem;
}

/* Responsive */
@media (min-width: 768px) {
    .ntk-megamenu-right ul {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .ntk-megamenu-right ul {
        grid-template-columns: repeat(3, 1fr);
    }
}