#hq-outer-wrapper {
    overflow: hidden;
  }

ul {
    margin: 0;
}

ul li {
    margin: 0;
    padding: 0;
}

.liste-cutom-mc li {
    list-style: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.20);

}

.liste-cutom-mc li:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.20);
}

.liste-cutom-mc a {
    padding: 24px 0;
    text-decoration: none;
    color: inherit;
    display: grid;
    grid-template-rows: auto auto;
    row-gap: 16px;
}



.liste-cutom-mc a:focus .text-bloc>* {
    outline-style: none !important
}

.liste-cutom-mc a:focus-visible {
    outline-style: dashed;
    outline-width: 2px;
    outline-offset: 4px;
    outline-color: darkblue;
    border-radius: 8px;
}

.liste-cutom-mc a:hover{
    background-color: #F1F5F8;
 }

.liste-cutom-mc a:hover {
    padding-left: 16px;
    padding-right: 16px;
    margin-left: -16px;
    margin-right: -16px;
    border-radius: 8px;
}


.liste-cutom-mc a:hover .hq-bouton-nav-secondaire {
    background-color: #1224b8;
    box-shadow: none;
    color: #fff;
}

.liste-cutom-mc a:hover .titre-tuile {
    text-decoration: underline;
}

.hq-bouton-nav-secondaire {
    width: 32px;
    height: 32px;
    margin-left: auto;
}

.hq-icone-large {
    width: 1rem;
    height: 1rem;
    vertical-align: middle;
}

.hq-bouton-nav-secondaire svg {
    margin: 0;
}

.text-bloc {
    max-width: 760px;
}

@media (min-width: 768px) {
    .liste-cutom-mc a {
        padding: 32px 24px 56px 0;
        display: flex;
        justify-content: space-between;
    }

    .hq-bouton-nav-secondaire {
        width: 40px;
        height: 40px;
        margin-left: 0;
        flex-shrink: 0;
    }

    .hq-icone-large {
        width: 1.5rem;
        height: 1.5rem;
    }

    .liste-cutom-mc a:hover {
        padding-right: 48px;
        padding-left: 24px;
        margin-left: -24px;
        margin-right: -24px;
    }

}


@media (min-width: 1024px) {
    .liste-cutom-mc a {
        padding: 32px 24px 56px 0;
        display: flex;
        justify-content: space-between;
    }

    .hq-bouton-nav-secondaire {
        width: 40px;
        height: 40px;
        margin-left: 0;
        flex-shrink: 0;
    }

    .hq-icone-large {
        width: 1.5rem;
        height: 1.5rem;
    }

  .liste-cutom-mc a:focus-visible {
        padding-right: 48px;
        padding-left: 24px;
        margin-left: -24px;
        margin-right: -24px;
    }
}
