/* SMARTPHONES */
@media only screen and (min-width: 320px) {
    img#footer-logo {
        width: 240px;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .footer-content {
        width: 100%;
        margin: 0 auto;
        text-align: left;
        float: left;
    }

    #link_footer {
        display: none;
        width: 100%;
    }

    .footer-captcha {
        display: none;
    }

    .footer-captcha::before {
        content: '';
        width: 230px;
        height: 2px;
        background: #9e2143;
        position: absolute;
        bottom: 0;
    }

    #menu-copyright {
        list-style: none;
        margin: 5px 0;
        padding: 0;
        display: flex;
        justify-content: center;
    }

    #menu-copyright li {
        display: inline-block;
        margin-left: 15px;
        list-style: none;
    }

    #menu-copyright a {
        color: white;
        text-transform: uppercase;
        font-size: 13px;
        font-weight: 600;
    }

}

/* TABLETTES */
@media only screen and (min-width: 768px) {
    img#footer-logo {
        margin-bottom: 20px;
    }

    .footer-captcha {
        font-size: 20px;
        font-weight: 900;
        text-transform: uppercase;
        color: #9e2143;
        margin-bottom: 20px;
        display: block;
        text-align: left;
        position: relative;
    }

    #link_footer {
        display: flex;
        width: 100%;
    }

    .link_footer {
        margin: 0;
        padding: 0;
        list-style-type: none;
        width: 100%;
        display: flex;
        justify-content: normal;
        flex-direction: column;
        /* text-align: left; */
    }

    .link_footer li {
        padding: 0;
        line-height: 1.5;
        font-size: 15px;
        box-shadow: none;
    }

    .link_footer li a {
        color: #000;
        text-decoration: none;
        font-weight: 400;
        font-size: 13px;
    }

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

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

/* ORDINATEURS */
@media only screen and (min-width: 992px) {
    .footer-content:before {
        content: '';
        width: 17px;
        height: 17px;
        background: url(top.png);
        position: absolute;
        top: 3px;
        left: -30px;
    }

    img#footer-logo {
        margin-bottom: 0;
    }

    .footer-content {
        width: fit-content;
        max-width: 230px;
        margin: 0 auto;
        text-align: left;
        position: relative;
    }

    #link_footer {}

    .link_footer {
        margin: 0;
        padding: 0;
        list-style-type: none;
        width: auto;
        flex-direction: column;
    }

    .link_footer li {
        margin-bottom: 15px;
        margin-right: 15px;
        padding: 0;
        font-size: 15px;
        font-weight: 600;
    }

    .link_footer li a {
        color: #000;
        text-decoration: none;
        font-size: 14px;
    }
}

@media only screen and (min-width: 1200px) {
    img#footer-logo {}
}