@media (max-width: 1200px) {
    #NagaHeader {
        padding: 30px 0;
    }

    #BurgerMenuButton.active,
    #NagaHeader.menu-open .col-logo-header {
        position: relative;
        z-index: 1001;
    }

    #NagaHeader.menu-open .col-logo-header img {
        filter: brightness(0) invert(1);
    }

    #NagaHeader nav {
        position: relative;
        background: #1D11BB;
        background: -webkit-linear-gradient(to bottom, #5044EE, #1D11BB);
        background: linear-gradient(to bottom, #5044EE, #1D11BB);
        padding: 120px 60px 60px 60px;
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1000;
        align-items: flex-start;
        justify-content: flex-start;
        transform: translateY(-100%);
        transition: transform 0.3s ease-in-out;
    }

    #NagaHeader nav::after {
        content: "";
        pointer-events: none;
        display: block;
        width: 400px;
        height: 480px;
        background: url("../svg/bg-menu-naga.svg") no-repeat center center;
        position: absolute;
        bottom: 0 !important;
        right: 0 !important;
        z-index: 100;
        background-size: 100%;
        overflow: visible;
        visibility: visible;
        background-repeat: no-repeat;
    }

    #NagaHeader.menu-open nav {
        width: 100%;
        transform: translateY(0);
        transition: transform 0.3s ease-in-out;
    }

    #NagaHeader nav ul {
        gap: 20px;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    #NagaHeader nav ul li a {
        font-size: 32px;
        font-family: var(--font-family-motive-medium);
        color: white;
        text-decoration: none;
        transition: color 0.3s ease-in-out;
        text-transform: none;
    }

    #NagaHeader nav ul li.current-menu-item a,
    #NagaHeader nav ul li.current-menu-ancestor a,
    #NagaHeader nav ul li a:hover {
        color: var(--color-vert);
        transition: color 0.3s ease-in-out;
    }

    #NagaHeader+section,
    #NagaHeader+div {
        margin-top: 0;
    }

    #NagaHeader nav > ul > li:last-child {
        position: absolute;
        bottom: 60px;
        right: 60px;
    }

    #NagaHeader nav > ul > li:last-child a {
        color: #4D4C5C !important;
        font-size: 16px !important;
        background: white;
        border-radius: 30px;
        padding: 10px 20px !important;
    }

    #NagaHeader nav > ul > li:last-child a.elementor-item-active,
    #NagaHeader nav > ul > li:last-child a:hover {
        background: var(--color-vert);
    }

    #NagaHeader nav > ul > li:last-child a::before {
        content: "";
        display: inline-block;
        width: 14px;
        height: 14px;
        margin-right: 7px;
        background: url("../svg/ico-contact.svg") no-repeat center center;
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center center;
        position: relative !important;
        opacity: 1 !important;
        top: 1px;
    }


    #NagaHeader nav ul li.menu-item-has-children > a::after{
        filter: brightness(0) invert(1);
        top: 30px;
    }
    #NagaHeader nav ul li.menu-item-has-children > ul.sub-menu{
        display: none;
    }
    #NagaHeader nav ul li.menu-item-has-children > ul.sub-menu.active{
        background-color: transparent;
        position: unset;
        display: flex;
    }
    #NagaHeader nav ul li.menu-item-has-children>ul.sub-menu.active li a{
        color: white;
        font-size: 20px;
    }
    #NagaHeader nav ul li.menu-item-has-children>ul.sub-menu li a::before{
        background: white;
    }


    .htg-burger-background {
        display: flex;
    }

    .htg-container {
        max-width: 100%;
        padding: 0 12px;
    }

    .col-12 {
        width: 100%;
    }

    .section-couverture .row-cards h2 {
        font-size: 32px;
    }

    .section-chiffres .htg-flex-row.chiffres-items .chiffre-item {
        width: 100%;
    }

    .section-bullet .htg-container > .htg-flex-row{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .section-bullet .col-content{
        max-width: 100%;
        max-width: 900px;
    }
    .section-bullet .col-bullet{
        width: 100%;
        max-width: 900px;
        background-image: url("../img/bg-serv-mobile.png");
    }

    .section-cartes .htg-header-cartes{
        gap: 20px;
    }
    .section-cartes .row-cartes:has(> .col-card:nth-child(3):last-child) > .col-card:nth-child(1),
    .section-cartes .row-cartes:has(> .col-card:nth-child(3):last-child) > .col-card:nth-child(2),
    .section-cartes .htg-header-cartes,
    .section-cartes .col-cards{
        width: 100%;
        max-width: 100%;
        justify-content: flex-start;
    }
    .section-cartes .htg-header-cartes{
        max-width: 900px;
        padding: 0 12px;
    }
    .section-cartes .row-cartes > .col-card{
        padding: 38px 28px;
    }

    .section-formulaire .htg-flex-row{
        gap: 50px;
    }
}