/*FOOTER */

ul,li{
    padding:0;
    margin:0;
}
li{
    list-style-type:none;
}



footer { background-color:#0c1a1e; min-height:350px; font-family: 'Rajdhani',sans-serif; bottom: 0; left: 0; right: 0;}
.footer-col { margin-top:50px; }
.logofooter { margin-bottom:10px; font-size:25px; color:#fff; font-weight:700;}

.footer-col p { color:#fff; font-size:12px; font-family: 'Open Sans', sans-serif; margin-bottom:15px;}
.footer-col p i { width:20px; color:#fff;}

.footer-ul { list-style-type:none;  padding-left:0; margin-left:2px;display: inline-grid}
.footer-ul li { line-height:29px; font-size:12px;}
.footer-ul li a { color:#fff; transition: color 0.2s linear 0s, background 0.2s linear 0s;font-size: 15px; }
.footer-ul i { margin-right:10px;}
.footer-ul li a:hover {transition: color 0.2s linear 0s, background 0.2s linear 0s; color:#ff670f; }

.copyright { min-height:40px; background-color:#000000;}
.copyright p { text-align:left; color:#FFF; padding:10px 0; margin-bottom:0;}
.heading7 { font-size:21px; font-weight:700; color:#fff; margin-bottom:22px;}
.post p { font-size:12px; color:#FFF; line-height:20px;}
.post p span { display:block; color:#fff;}
.bottom_ul { list-style-type:none; float:right; margin-bottom:0;}
.bottom_ul li { float:left; line-height:40px;}
.bottom_ul li:after { content:"/"; color:#FFF; margin-right:8px; margin-left:8px;}
.bottom_ul li a { color:#FFF;  font-size:12px;}
.social-icon {
    width: 30px;
    height: 30px;
    font-size: 15px;
    background-color: blue;
    color: #fff;
    text-align: center;
    margin-right: 10px;
    padding-top: 7px;
    border-radius: 50%;
}
.footer-social li{
    float:left;
}
.linked-in{
    background-color:#FF0000;
}
.facebook{
    background-color:#3b5998;
}
.twitter{
    background-color:#1da1f2;
}
.google{
    background-color:#f63e28;
}

.footer-latest-news {
    background-color: transparent;
    height: auto;
}

.footer-news-section {
    height: 70px;
    margin-bottom: 10px;
}

.footer-left-section {
    float: left;
}

.footer-left-section img {
    padding-right: 10px;
    height: 70px;
}

.footer-right-section {
    /*padding: 10px;*/
    height: 70px;
    color: #fff;
}
.footer-right-section h6 {
    font-size: 15px;
    color: #fff;
}

.footer-news-ligue{
    background-color: #1892ED;
    color: #fff;
    font-weight:bold;
    display: inline;
    padding: 2px 5px;
    font-family: 'Rajdhani',sans-serif;
}
