.element-HP .GS-header {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: none !important;
    align-items: center;
    position: fixed;
    top: -6px;
    left: 0 !important;
    transform: none !important;
    z-index: 1000;
    background-color: #fcfdfd;
}

.element-HP .menu {
    display: flex;
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    height: 80px;
    align-items: center;
    gap: 40px;
    padding: 20px 20px 20px 80px;
    position: relative;
    background-color: transparent;
}

.element-HP .PRIMAIRE-wrapper {
    width: 144px;
    height: 50px;
    gap: 8px;
    margin-top: -5.00px;
    margin-bottom: -5.00px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
}

.element-HP .menu-2 {
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
    flex: 1;
    flex-grow: 1;
}

.element-HP .menu-3 {
    display: inline-flex;
    align-items: center;
    position: relative;
    align-self: stretch;
    flex: 0 0 auto;
}

.element-HP .frame {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    position: relative;
    flex: 0 0 auto;
    margin-top: -4.00px;
    margin-bottom: -4.00px;
}

.element-HP .bouton-8 {
    gap: 8px;
    padding: 12px;
    align-self: stretch;
    flex: 0 0 auto;
    background-color: #fcfdfd;
    border-radius: 10px;
    border: 1px solid;
    border-color: #3E5FBC;
    display: inline-flex;
    align-items: center;
    position: relative;
}

.element-HP .text-button-7 {
    font-weight: var(--label-large-font-weight);
    color: #3E5FBC;
    font-size: 16px;
    letter-spacing: var(--label-large-letter-spacing);
    line-height: var(--label-large-line-height);
    white-space: nowrap;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    font-family: var(--label-large-font-family);
    font-style: var(--label-large-font-style);
}

.element-HP .bouton-9 {
    height: auto;
    gap: 8px;
    padding: 12px;
    flex: 0 0 auto;
    background-color: #3E5FBC;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    position: relative;
}

.element-HP .text-button-8 {
    font-weight: var(--label-large-font-weight);
    color: #fcfdfd;
    font-size: 16px;
    letter-spacing: var(--label-large-letter-spacing);
    line-height: var(--label-large-line-height);
    white-space: nowrap;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    font-family: var(--label-large-font-family);
    font-style: var(--label-large-font-style);
}

.element-HP .text-wrapper-6 {
    font-weight: 600;
    color: #1B2F53;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 20px;
    white-space: nowrap;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: fit-content;
    font-family: "Montserrat", Helvetica;
}

.arrow-down {
    display: none;
}


@media (max-width: 991px) {
    .element-HP .GS-header .PRIMAIRE {
        display: none;
    }

    .element-HP .PRIMAIRE-SHORT {
        display: block;
        width: 154px;
        height: 70px;
    }

    /* Cacher les illustrations décoratives sur mobile pour le SEO */
    .element-HP img[alt*="illustration"],
    .element-HP img[alt*="Illustration"],
    .element-HP .hero-image img {
        display: none !important;
    }

    .element-HP .menu-2,
    .element-HP .frame {
        display: none;
    }

    .element-HP .frame-responsive {
        display: flex;
        gap: 10px;
        align-items: center;
    }

    .element-HP .bouton-responsive {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 12px;
        border: 1px solid #3E5FBC;
        border-radius: 10px;
        background-color: #fcfdfd;
        cursor: pointer;
    }

    .element-HP .img-responsive {
        width: 24px;
        height: 24px;
    }

    .element-HP .menu {
        padding: 0 20px !important;
        justify-content: space-between;
        background-color: #fcfdfd !important;
        border: none !important;
    }

    .element-HP .menu-2.menu-open {
        display: flex !important;
        flex-direction: column;
        position: absolute;
        top: 80px;
        left: 0;
        width: 100%;
        background-color: #fcfdfd;
        padding: 20px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        z-index: 999;
        align-items: flex-start;
    }

    .element-HP .menu-2.menu-open .div-6,
    .element-HP .menu-2.menu-open .menu-3 {
        width: 100%;
        padding: 10px 0;
        border-bottom: 1px solid #eee;
    }

    .element-HP .menu-2.menu-open .menu-3 {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .element-HP .menu-2.menu-open .dropdown-menu {
        display: block !important;
        position: static;
        box-shadow: none;
        border: none;
        padding-left: 20px;
        width: 100%;
        background-color: transparent;
    }
}


.menu-dropdown-container {
    position: relative;
    cursor: pointer;
    height: 100%;
}

.menu-label-group {
    display: flex;
    align-items: center;
    gap: 8px;
    height: 100%;
}

.arrow-icon {
    transition: transform 0.3s ease;
}

.menu-dropdown-container:hover .arrow-icon {
    transform: rotate(180deg);
}

.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #ffffff;
    min-width: 200px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 10px 0;
    list-style: none;
    z-index: 1001;
    border: 1px solid #eee;
}

.menu-dropdown-container:hover .dropdown-menu {
    display: block;
    animation: fadeIn 0.2s ease-out;
}

.dropdown-menu li {
    width: 100%;
}

.dropdown-menu li a {
    display: block;
    padding: 12px 20px;
    color: #1B2F53;
    font-size: 14px;
    font-family: "Montserrat", Helvetica;
    text-decoration: none;
    transition: background-color 0.2s;
}

.dropdown-menu li a:hover {
    background-color: #f5f7fa;
    color: #3E5FBC;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}