@media screen and (min-width: 1025px) {
    /*Agrandissement de la navigation pour faire apparaï¿½tre "Prï¿½t-ï¿½-Porter"*/
    .headerAB .header__nav {
        padding-left: 30px;
    }
    #headerAB>div.header__wrapper>nav>div>div>ul>li:nth-child(4)>a:before {
        content: '';
        background: url('../../MEDIA/images/headers/logo-top-nav-1-1-3-noir.svg') no-repeat center;
        background-size: contain;
        width: 100%;
        height: 25px;
        display: block;
        z-index: 20;
        position: absolute;
        top: 55%;
    }
    #headerAB>div.header__wrapper>nav>div>div>ul>li:nth-child(4)>a:hover:before {
        content: '';
        background: url('../../MEDIA/images/headers/logo-top-nav-1-1-3-rose.svg') no-repeat center;
    }
    /*#navigation > nav > ul > li:nth-child(9) > div{ display: none;}*/
    #headerAB>div.header__wrapper>nav>div>div>ul>li:nth-child(6)>a:before {
        content: '';
        background: url('../../MEDIA/images/headers/exclu_web.jpg') no-repeat center;
        background-size: contain;
        width: 80%;
        height: 25px;
        display: block;
        left: 9%;
        z-index: 20;
        position: absolute;
        top: 56%;
    }
    /*WECARE*/
    /* #headerAB>div.header__wrapper>nav>div>div>ul>li:nth-child(9)>a {
        padding-left: 1.5em;
    }
    #headerAB>div.header__wrapper>nav>div>div>ul>li:nth-child(9)>a>span {
        visibility: hidden;
    }
    #headerAB>div.header__wrapper>nav>div>div>ul>li:nth-child(9)>a:before {
        content: '';
        background: url('../../MEDIA/images/headers/we-care-black.svg') no-repeat center;
        background-size: contain;
        width: 94%;
        height: 21px;
        display: block;
        z-index: 20;
        position: absolute;
        top: 34%;
        left: 0;
    } */
}