/* footer */
span.line {
    background-color: #ddd;
    height: 1px;
    width: 150px;
    font-size: 28px;
    display: inline-block;
    position: relative;
    margin: 5px auto 18px;
}
 span.line:before {
    position: absolute;
    content: "";
    height: 3px;
    width: 80px;
    background-color: #f18a1b;
    top: -1px;
    border-radius: 30px;
    left: 0;
    margin-left: -28px;
}
#footer img{
    width:90px;
    height: 70px;
}
#footer{
    background: #827d7d;
    margin-top:30px;
}
.copyright{
    background:#0c445d !important;
    padding:1px;
}
.copyright .lead{
    padding-top:25px;
    color:#fff;
    font-size: 15px;
}
#footer span{
    margin-left:30px;
}
#footer p{
    color:#fff;
    margin-bottom: 20px;
}
#footer .social-media i.icon{
    border:1px solid #0c445d;
    border-radius: 50%;
    width:40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color:#0c445d;
    margin-right:15px;
    margin-bottom: 20px;
    font-size: 18px;
}
#footer .title-Serv{
    padding-top:45px;
    color:#0c445d;
    font-weight: bold;
}
#footer .list-lien{
    list-style: none;
}
#footer .list-lien li a{
    text-decoration: none;
    color:#fff;
}
#footer .list-lien li{
    margin-bottom: 15px;
}
#footer .contact-information i.icon{
    color:#fff;
    font-size:17px;
}
#footer .contact-information{
    margin-bottom: 20px;
}
@media(max-width:575px){
    #footer {
        background: #827d7d;
        margin-top: 30px;
        text-align: center;
    }
}
@media(max-width:767px){
    #footer {
        background: #827d7d;
        margin-top: 30px;
        text-align: center;
    }
}

/* footer */