<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* SMARTPHONES */
@media only screen and (min-width: 320px) {
    #link_footer{
        display: none;
    }
        #text_footer{
        display: none;
    }
}
/* TABLETTES */
@media only screen and (min-width: 768px) {


.lien-footer{
    background: #c91500;
    height: 60px;
}

    #link_footer{display: block;float: none;position: relative;padding-top: 0;width: 720px;margin: 0 auto;margin-top: 10px;}

    .link_footer{
 color: #fff;
 float: left;
 list-style-type: none;
 padding: 0;
 display: flex;
 width: 100%;
 padding-left: 0;
 padding-right: 0px;
 list-style-image:  none;
 position: relative;
 top: 8px;
 }
.link_footer2{
    color: #000;
    float: left;
    list-style-type: none;
    padding: 0;
    width: 50%;
    margin-left: 27px;
 }

    
    .link_footer li,.link_footer2 li{margin: 0;padding: 0px 15px;}
    
    .link_footer li a,.link_footer2 li a{color: #ffffff;text-align: center;text-decoration: none;font-size: 15px;font-weight:  bold;width:  auto;display: block;}
    
    .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;
}
.plan-bg{
    height: 40px;
    background: #5fb063;
    margin-bottom: 5px;
}
}
/* ORDINATEURS */
@media only screen and (min-width: 992px) {
    .plan-bg{
    height: 60px;
    background: #5fb063;
    margin-bottom: 5px;
}
    #link_footer{display: block;float: none;position: relative;padding-top: 0;width: 980px;margin: 0 auto;margin-top: 0;}
    .link_footer{
    color: #fff;
    float: left;
    list-style-type: none;
    padding: 0;
    display: flex;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    top: 17px;
 }
    .link_footer2{
    color: #fff;
    float: left;
    list-style-type: none;
    padding: 0;
    width: 117px;
 }

    .link_footer li,.link_footer2 li{margin: 0;padding: 0px 35px;}
    #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{text-decoration: none;font-size: 16px;text-align: center;}

    #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{
    width: 1020px;
}
    .link_footer li a,.link_footer2 li a{text-decoration: none;font-size: 17px;}
}
@media only screen and (min-width: 1400px) {
 #link_footer{}
    .link_footer li a,.link_footer2 li a{text-decoration: none;font-size: 17px;}
}</pre></body></html>