/* SMARTPHONES */
@media only screen and (min-width: 320px) {
    #link_footer {
        display: none;
    }

    #text_footer {
        display: none;
    }
}

/* TABLETTES */
@media only screen and (min-width: 768px) {
    #link_footer {
        display: block;
        position: relative;
        margin: 0 auto;
        padding-top: 5px;
        margin-top: 0;
        background: #e8230e;
        background-size: contain;
        width: 100%;
        float: left;
        z-index: 0;
    }

    .link_footer {
        margin: 0;
        list-style-image: none;
        color: #000;
        float: left;
        list-style-type: none;
        padding: 0;
        display: flex;
        width: 100%;
        text-align: left;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background-size: 100% 100%;
    }

    .link_footer2 {
        color: #000;
        float: left;
        list-style-type: none;
        padding: 0;
        width: 50%;
        margin-left: 27px;
    }


    .link_footer li,
    .link_footer2 li {
        margin: 14px 7px;
        padding: 0;
        font-size: 1em;
        width: auto;
    }

    .link_footer li a,
    .link_footer2 li a {
        color: #ffffff;
        text-decoration: none;
        font-size: 13px;
        list-style-image: none;
        text-align: center;
        display: block;
        text-transform: inherit;
    }

    .link_footer li a:hover,
    .link_footer2 li a:hover {
        text-decoration: underline;
    }

    .link_footer li:last-child {
        border-right: 0px;
    }

    #text_footer {
        float: none;
        width: 100%;
        display: block;
        color: #000;
        font-size: 23px;
        width: 100%;
        font-weight: bold;
        padding-top: 0;
    }

    div#bg_plan {
        float: right;
        height: auto;
        margin-right: 0;
        margin-top: 0;
        width: 220px;
    }
}

/* ORDINATEURS */
@media only screen and (min-width: 992px) {

    #link_footer {
        display: block;
        position: relative;
        margin: 0 auto;
        border: 0;
        bottom: 0;
        padding-top: 5px;
        margin-top: 0;
        background: #e8230e;
        background-size: contain;
    }

    .link_footer {
        color: #000;
        float: left;
        list-style-type: none;
        padding: 0;
        display: flex;
        width: 100%;
        text-align: left;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .link_footer2 {
        color: #fff;
        float: left;
        list-style-type: none;
        padding: 0;
        width: 117px;
    }

    .link_footer li,
    .link_footer2 li {
        margin: 13px 13px;
        padding: 0;
        font-size: 1em;
    }

    #text_footer {
        float: none;
        width: 100%;
        display: block;
        color: #000;
        font-size: 32px;
        width: 100%;
        font-weight: bold;
        padding-top: 8px;
    }

    .link_footer li a,
    .link_footer2 li a {
        font-size: 15px;
    }

    #menu-copyright {
        margin-top: 15px;
        list-style: none;
        margin-left: 0;
    }

    #menu-copyright li {
        list-style: none;
    }

    #menu-copyright a {
        color: #fff;
        text-transform: uppercase;
        font-size: 17px;
    }

    div#bg_plan {
        float: right;
        margin-right: 0;
        margin-top: 0;
    }
}

@media only screen and (min-width: 1200px) {
    #link_footer {
        display: block;
        position: relative;
        margin: 0 auto;
        bottom: 0;
        border: 0;
        padding-top: 5px;
        margin-top: 0;
        background: #e8230e;
        background-size: contain;
    }
}

@media only screen and (min-width: 1400px) {
    #link_footer {}

    .link_footer li,
    .link_footer2 li {
        margin: 13px 25px;
    }

    .link_footer li a,
    .link_footer2 li a {
        font-size: 16px;
    }
}