﻿/*Footer-v1
------------------------------------*/
.footer-v1 .footer {
    padding: 7rem 0;
    background: #0B1A4D;
}

    .footer-v1 .footer p {
        color: #eee;
    }

    .footer-v1 .footer h2 {
        color: #999;
        font-size: 1.7rem;
        font-weight: 600;
    }

/*Link List*/
.footer-v1 .link-list li {
    border-top: solid 1px #72c02c;
}

.footer-v1 address,
.footer-v1 .link-list a,
.footer-v1 .link-list i {
    color: #eee;
}

.footer-v1 address {
    line-height: 1.4rem;
}

/*Dotted Map*/
/*.footer-v1 .footer .map-img {
	background: url(../../img/map-img.png) 5px 60px no-repeat;
}*/

/*Blog Posts (with images)*/
/*.footer-v1 .footer .posts .dl-horizontal a { color: #dadada; }*/

.footer-v1 .footer .dl-horizontal a:hover {
    color: #0B1A4D;
    opacity: 1;
}

/*Copyright*/
.footer-v1 .copyright {
    background-color: #0B1A4D !important;
    opacity: 1;
    color: #eee;
    border-top: none;
    padding: 0.1rem 0.3rem;
}

    .footer-v1 .copyright p {
        color: #eee;
        margin-top: 1rem;
    }

    .footer-v1 .copyright a {
        margin: 0 0.2rem;
    }

.footer-v1 .footer-socials {
    margin-top: 0.7rem;
    text-align: right;
}

    .footer-v1 .footer-socials li a {
        color: #0B1A4D !important;
        font-size: 1rem;
    }

.bleu-elegant {
    color: #72c02c;
}

.bleu-elegant-fond {
    background-color: #72c02c;
}

footer .w3-btn-floating {
    background-color: #72c02c;
}

div.copyright {
    background-color: rgba(0,0,0,0);
}

.copyright .position {
    position: fixed;
    bottom: 0.3rem;
    right: 0.3rem;
    opacity: 1;
    cursor: pointer;
}

@media (max-width: 61rem) {
    .footer-v1 .copyright,
    .footer-v1 .footer-socials {
        text-align: left;
    }
}
/*****************************************************************************************************************************************/

/*Link List*/
/*.link-list li {
    border-top: solid 1px #353535;
}

    .link-list li:first-child {
        border-top: none !important;
    }

.link-list a {
    color: #eee;
    font-size: 11px;
    padding: 6px 0px;
    display: inline-block;
    text-transform: uppercase;
}

a {
    color: #72c02c;
    text-decoration: none;
}

.link-list li i {
    color: #bbb;
    float: right;
    margin-top: 10px;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
    list-style: none;
    margin-left: -5px;
    margin-top: 12px;
    text-align: left;
    display: inline-block;
}*/

/*Footer Logo*/
/*.footer-logo {
    margin: 17px 0 20px;
}*/

/*Latest List*/
/*.latest-list li {
    padding: 0 0;
    border-top: 1px solid #353535;
}

    .latest-list li:first-child {
        padding-top: 0;
        border-top: none;
    }

    .latest-list li a {
        color: #eee;
    }

.latest-list small {
    color: #999;
    display: block;
    font-size: 1.15rem;
}*/

/*Latest Tweets*/
/*.latest-tweets .latest-tweets-inner p {
    color: #555;
    font-size: 13px;
}

.latest-tweets .latest-tweets-inner a {*/
    /*color: #3498db;*/
    /*text-decoration: none;
}

    .latest-tweets .latest-tweets-inner a:hover {
        text-decoration: underline;
    }

.latest-tweets .latest-tweets-inner i.fa {
    top: 2px;
    float: left;
    color: #bbb;
    color: #55acee;
    font-size: 18px;
    margin-right: 5px;
    position: relative;
}

.latest-tweets .latest-tweets-inner small {
    color: #777;
    display: block;
}*/