/* 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;width: 100%;float: none;z-index: 99999999999;margin-top: 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: #8bc73e;
 }
.link_footer2{
    color: #000;
    float: left;
    list-style-type: none;
    padding: 0;
    width: 50%;
    margin-left: 27px;
 }

    
    .link_footer li,.link_footer2 li{margin: 10px 10px;padding: 0;width: auto;}
    
    .link_footer li a,.link_footer2 li a{color: #fff;text-decoration: none;font-size: 14px;list-style-image: none;text-align:  center;display:  block;font-weight: 400;text-transform: none;}
    
    .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;
    width: 100%;
    float: none;
    padding-top: 0;
    margin-top: 0;
}
    .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{padding: 0;margin: 10px 2px;}
    #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: 1400px) {
#link_footer{
    margin-top: 0;
    width: 100%;
}
.link_footer li,.link_footer2 li{margin: 12px 20px;}
.link_footer li a,.link_footer2 li a{font-size: 17px;}
}