@media screen and (max-width: 1024px){

    .footer_v2 .footer_deb .footer_col_picto__etab img{
        width: var(--f-site-logo-footer-mob);
    }

    .footer_v2 .footer_deb {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .footer_v2 .footer_deb hr{
        display: none;
    }

    .footer_v2 .footer_deb div.footer_col{
        width: 100%;
        padding : 2rem 0 0.5rem 0;
    }

    .footer_v2 .footer_deb div.footer_col.footer_col_partner{

        background-color: var(--f-site-color-footer-2);
        padding-top: 1.5rem;
        margin-top: 2.5rem;
    }

    .footer_v2 .footer_deb .footer_col_picto__etab {
        display: inline-block;
        text-align: center;
    }

    .footer_v2 .footer_deb .footer_col_partner li img {
        width: 20%;
    }


    .footer_v2 .footer_end{
        flex-direction: column;
    }

    .footer_v2 div.footer_end .footer_lnk{
        text-align: center;
        width: 100%;
    }

    .footer_v2 .footer_end .footer_lnk_gp{
        order: 1;
    }

    .footer_v2 .footer_end .footer_lnk{
        order: 0;
    }

    .footer_v2 div.footer_end li {
        display: block;
        margin: 1rem 0 !important;
    }

    .footer_v2 div.footer_end .footer_lnk_gp{
        width: 100%;
        justify-content: center;
    }

    .footer_v2 div.footer_end .footer_lnk_gp img {
        margin: 2rem 0 !important;
    }
}

@media screen and (min-width: 800px) and (max-width: 1280px){

    .footer_v2 a[href^="tel:"]:before {
        border: 1px solid var(--site-color-1) !important;
        border-radius: 28px;
        width: 1.3rem;
    }

    .footer_v2 .footer_deb .footer_col_picto{
        justify-content: center;
    }

    .footer_v2 .footer_deb .footer_col_picto div{
        order: 0;
    }

    .footer_v2 .footer_deb .footer_col_picto ul  {
        width: 100%;
        order: 1;
        text-align: center;
    }

    .footer_v2 .footer_deb .footer_col_picto ul li  {
        display: inline;
    }


    .footer_v2 .footer_deb .footer_col_picto ul img {
        width: 10%;
    }

    .footer_v2 .footer_deb .footer_col_picto__etab img {
         width: 100%;
         margin-left: 0px;
    }

    .footer_v2 .footer_deb .footer_col_partner li img {
        width: 15%;
    }

    .footer_v2 div.footer_end .footer_lnk{
        text-align: center;
    }

    .footer_v2 div.footer_deb p {
        margin-left: 0;
    }
}


@media screen and (min-width: 1024px)
{
    .footer_v2 .footer_deb .footer_col_picto__etab img{
        width: var(--f-site-logo-footer-pc);
    }

    .footer_v2 div.footer_end .footer_lnk_gp img {
        margin-left: 2rem;
    }

    .footer_v2 div.footer_end li::after{
        content : '|';
        color:var(--f-site-color-footer-txt-2);
        font-size: 1rem;
        display: inline-block;
        position: relative;
        top: -2px;
        margin: 0 10px 0 10px;
    }

    .footer_v2 div.footer_end li:last-of-type::after{
        content: '';
    }
}