/* SMARTPHONES */

@media only screen and (min-width: 320px) {
    #link_footer {
        text-align: center
    }
    .link_footer {
        margin: 0em 0;
        padding: 0;
        list-style-type: none;
    }
    .link_footer li {
        margin: 0 1em 0.5em;
        padding: 0 0 10px;
        line-height: 1.2em;
        font-size: 0.9rem;
    }
    .link_footer li a {
        color: #fff;
        text-decoration: none;
        line-height: 16px;
        font-weight: 400;
        text-transform: uppercase
    }
    .link_footer li a:hover {
        text-decoration: underline;
    }
    .link_footer li:last-child {
        border-right: 0px;
    }
    #menu-copyright {
        text-align: center;
        /*	margin-top: 15px;*/
        list-style: none;
        /*	margin-left: 0;
		margin-right: 0;*/
        padding: 0;
        margin: 0
    }
    #menu-copyright span {
        color: #ea1300;
        text-transform: uppercase;
        font-weight: 700
    }
    #menu-copyright li {
        display: inline-flex;
        /*margin-left: 15px;*/
        list-style: none;
        border-right: 1px solid #000;
        padding-left: 5px;
        padding-right: 9px;
    }
    #menu-copyright li:last-child {
        border-right: 0px;
    }
    #menu-copyright a {
        color: #000;
        /*text-transform: uppercase;*/
        font-size: 0.9rem;
        text-decoration: none
    }
    #menu-copyright a:hover {
        text-decoration: underline
    }
}


/* TABLETTES */

@media only screen and (min-width: 768px) {
    #link_footer {
        width: 100%;
        text-align: left
        /*border-bottom: 1px solid white;*/
    }
    .link_footer li {
        margin: 3px 0em;
        padding: 0 0 15px;
        line-height: 1em;
        font-size: 12px;
    }
    #menu-copyright {}
    #menu-copyright li:last-child {
        border-right: 1px none #000;
    }
}


/* ORDINATEURS */

@media only screen and (min-width: 992px) {
    .link_footer {
        float: left;
        margin: 2px 0px 0px;
        padding: 0 1em 0 0;
        /*list-style-type: none;*/
    }
    .link_footer li {}
    /*.link_footer li a{
		color: #999999;
		text-decoration: none;
	}*/
    #menu-copyright {
        margin-left: 0;
        /*flex-wrap: nowrap*/
    }
}