.Header {
    position: relative;
    top: 0;
    z-index: 50;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    box-shadow: 0 0 15px 0 transparent;
    height: 58px;
    gap: 0 var(--wp--preset--spacing--l);
    padding: var(--wp--preset--spacing--m) ;
    background:var(--wp--preset--color--secondary);
    transition: box-shadow 0.20s, background 0.20s ease-out;
    font-family: var(--wp--preset--font-family--primary);
    @media screen and (max-width: 1440px) {
        padding: var(--wp--preset--spacing--m) var(--wp--style--root--padding-right);
        gap: 0 var(--wp--preset--spacing--l);
    }
    @media (max-width: 1200px) {
        padding: var(--wp--preset--spacing--s) var(--wp--style--root--padding-right);
    }
    @media (max-width: 992px) {
        padding: var(--wp--preset--spacing--xs) var(--wp--style--root--padding-right) ;
        gap: 0 var(--wp--preset--spacing--m);
    }

    .hasMiniMenu & {
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1001;
        box-shadow: 0 0 15px 0 rgba(var(--wp--preset--color--black), 0.15);
        background: rgba(var(--wp--preset--color--black), 0.5);
        @media (max-width: 992px) {
            background: transparent;
            box-shadow: inherit;
            position: inherit;
        }
    }

    .sociallink {
        text-decoration: none;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;

        svg {
            fill: var(--wp--preset--color--white);
            transition: all 0.2s ease-out;
        }

        &:hover, &:focus {
            svg {
                fill: var(--wp--preset--color--secondary);
            }
        }
    }

    .sociallink-insta{
        svg {
            stroke: var(--wp--preset--color--white);
            fill: none;
        }

        &:hover, &:focus {
            svg {
                stroke: var(--wp--preset--color--secondary);
                fill: none;
            }
        }
    }
}

.Header-logoDeco {
    position: absolute;
    top: 53px;
    left: -70px;
    width: 131px;
    height: 36px;
    background: transparent url(../../../assets/img/eclaire4.svg) no-repeat top center;
    transform: rotate(40deg) ;
    z-index: 11;
}


.home{
    .Header-logoDeco2 {
        display: block;
        position: absolute;
        top: 5px;
        left: -70px;
        width: 161px;
        height: 234px;
        z-index: 1;
        background: transparent url('../../../assets/img/eclaire2.svg') no-repeat center center;
        background-size: contain;
    }

    .Header-logoDeco {
        display: block;
        position: absolute;
        top: -22px;
        left: 265px;
        width: 47px;
        height: 70px;
        z-index: 1;
        background: transparent url('../../../assets/img/eclaire1.svg') no-repeat center center;
        background-size: contain;
        transform: inherit ;
        @media (max-width: 992px) {
            width: 40px;
            height: 50px;
            top: -20px;
            left: 170px;
        }
    }
}


.Header-logoSvg {
    position: relative;
    display: block;
    background: transparent url('../../../assets/img/ours-en-scene-logo.svg') no-repeat center center;
    background-size: contain;
    width: 259px;
    height: 53px;
    z-index: 10;
    transform: rotate(-3deg);
    transition: transform 0.15s, background 0.20s, height 0.20s, width 0.20s ease-out;
    @media (max-width: 992px) {
        width: 170px;
        height: 45px;
    }
}

.Header-logo {
    position: relative;
    flex-shrink: 0;
    transition: transform 0.15s ease-out;

    &:hover, &:focus {
        transform: rotate(-5deg);
    }

    .isMenuOpen & {
        display: none;
    }

    .isfixedHeader & {
        width: 87px;
        height: 68px;
    }

    .hasMiniMenu & {
        @media (min-width: 1201px) {
            height: 68px;
            background-size: 244px 98px;
        }
        @media (min-width: 993px) and (max-width: 1200px) {
            background-size: 200px 85px;
        }
    }
}

.Header-droite {
    width: 100%;
    z-index: 10;
    @media (max-width: 781px) {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: flex-start;
        margin-left: inherit;
    }
}

.Header-droiteWrap {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
}

.Header-menuScreen {
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100vh;
    background: var(--wp--preset--color--primary) url('../../../assets/img/eclaire-menu-v2.png') no-repeat center center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    transform: translateY(calc(-100% - 15px));
    transition: transform 0.50s cubic-bezier(0.510, 0.410, 0.005, 0.965);

    &::before {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        right: 0;
        width: 859px;
        height: 822px;
        max-height: 85svh;
        max-width: 65svw;
        background: transparent url('../../../assets/img/energie-particules.png') no-repeat bottom right;
        background-size: contain;
        z-index: 1;
    }

    &::after {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        right: 0;
        width: 859px;
        height: 822px;
        max-height: 85svh;
        max-width: 65svw;
        background: transparent url('../../../assets/img/steeve-montagne-menu.png') no-repeat bottom right;
        background-size: contain;
    }

    .isMenuOpen & {
        transform: translateY(0);
        overflow-y: scroll;
        transition: transform 0.50s cubic-bezier(0.510, 0.410, 0.005, 0.965);
        /*z-index: 999;*/
    }
}

.Header-menuHaut {
    width: 100%;
    @media (max-width: 992px) {
        order: 1;
    }
}

.Header-menuScreenContent {
    padding: 19px var(--wp--preset--spacing--m);
    height: 100svh;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    @media (min-height: 800px) and (min-width: 782px) {
        padding: var(--wp--preset--spacing--xl);
    }
}

.Header-menuScreenSocial {
    border-top: 1px solid var(--wp--preset--color--white);
    width: 100%;
    color: var(--wp--preset--color--white);
    margin-top: auto;
    padding-top: var(--wp--preset--spacing--l);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: var(--wp--preset--spacing--xs);
    @media (max-width: 600px) {
        flex-direction: column;
        align-items: flex-start;
        gap: var(--wp--preset--spacing--xxs);
    }

}

.Header-socialMenu {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: var(--wp--preset--spacing--s);
    @media (max-width: 600px) {
        gap: var(--wp--preset--spacing--xs);
    }
}

.Header-socialTitle {
    font-family: var(--wp--preset--font-family--secondary);
    font-size: var(--wp--preset--font-size--s);
    text-transform: uppercase;
    font-weight: 400;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
}

