.l-footer .lnk-popular-help-footer
{
    background-color: var(--bs-primary);
    border-top: 0.5px solid #1111112b;
    padding: 28px;
    text-align: center;
    color: white;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
}

.l-footer .lnk-popular-help-footer .lnk-popular-help-wrapper
{
    margin: auto;
}

@media(max-width: 1199px)
{
    .l-footer .lnk-popular-help-footer .lnk-popular-help-wrapper
    {
        max-width: 600px;
    }
}

.l-footer .lnk-popular-help-footer .close-icon
{
    position: absolute;
    top: 9px;
    right: 9px;
    width: 18px;
    cursor: pointer;
}

.l-footer .lnk-popular-help-footer .lnk-secours-populaire-icone
{
    position: absolute;
    bottom: 0;
    transform: translate(-120%, -10%);
    height: 120px;
    width: auto;
}

.l-footer .lnk-popular-help-footer .lnk-button
{
    background-color: var(--bs-secondary);
    font-size: .8em;
    border-radius: 3px;
    padding: 8px 14px;
    color: var(--bs-primary) !important;
}

@media(max-width: 1199px)
{
    .l-footer .lnk-popular-help-footer .lnk-secours-populaire-icone
    {
        transform: translate(0%, -60%);
        left: 0;
        height: 100px;
    }
}

@media(max-width: 767px)
{
    .l-footer .lnk-popular-help-footer .lnk-popular-help-wrapper
    {
        max-width: 500px;        
    }
}

@media(max-width: 576px)
{
    .l-footer .lnk-popular-help-footer .lnk-secours-populaire-icone
    {
        transform: translate(0%, -70%);
        top: 0;
    }
}