/* @todo pc */

@media (min-width: 992px) and (max-width: 1199.98px) {

    .headerNavLS {
        display: block;
        width: 100%;
        padding: 0;
        margin-top: 12px;
    }

    .containerNavLS {
        width: 100%;
        max-width: 1120px;
        margin: 0 auto;
        padding: 0 18px;
    }

    .alignHeaderLS {
        display: grid;
        grid-template-columns: 140px 1fr 285px;
        align-items: center;
        gap: 14px;
    }

    .logoHeaderLS {
        display: flex;
        align-items: center;
    }

    .logoHeaderLS img {
        display: block;
        width: 140px;
        height: auto;
    }

    .listeHeaderLS {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 12px;
        flex-wrap: nowrap;
    }

    .listeHeaderLS > li {
        flex: 0 0 auto;
        display: flex;
        align-items: center;
    }

    .listeHeaderLS > li > a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: var(--navy);
        font-size: 13px;
        font-weight: 500;
        text-decoration: none;
        white-space: nowrap;
    }

    .listeHeaderLS .TrioWebLS {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
        background: #fff;
        border: 1px solid var(--line);
        border-radius: 999px;
        padding: 3px 8px;
    }

    .listeHeaderLS .TrioWebLS a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 36px;
        padding: 0 10px;
        color: var(--navy);
        font-size: 13px;
        font-weight: 600;
        border-radius: 999px;
        text-decoration: none;
        white-space: nowrap;
    }

    .listeHeaderLS .TrioWebLS a:hover,
    .listeHeaderLS .TrioWebLS a:focus {
        background: #fafafa;
    }

    .rubriqueCommerceLS {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 10px;
        white-space: nowrap;
    }

    .rubriqueCommerceLS > * {
        flex: 0 0 auto;
    }

    .partiWebLS {
        position: relative;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 145px;
        height: 56px;
        flex: 0 0 145px;
    }

    .partiWebLS .cercleEspaceClientLS {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 145px;
        height: 56px;
        transform: translate(-50%, -50%);
        object-fit: contain;
        z-index: 0;
        pointer-events: none;
    }

    .partiWebLS a {
        position: relative;
        z-index: 1;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
        color: var(--navy);
        font-size: 13px;
        font-weight: 500;
        text-decoration: none;
        white-space: nowrap;
    }

    .iconEmailLS {
        width: 46px;
        height: 46px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border: 2px solid #ffe000;
        border-radius: 50%;
        color: #06245c;
        font-size: 18px;
        text-decoration: none;
        flex-shrink: 0;
    }

    .iconEmailLS:hover,
    .iconEmailLS:focus {
        color: #06245c;
        background: #fff8c7;
    }

    .panierHeaderLS {
        position: relative;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 54px;
        height: 54px;
        text-decoration: none;
        flex-shrink: 0;
    }

    .panierHeaderLS img {
        position: absolute;
    }

    .panierHeaderLS .fondPanierLS {
        width: 54px;
        height: 54px;
    }

    .panierHeaderLS .pictoPanierLS {
        width: 21px;
        height: 21px;
    }
}