﻿footer {
    color: #b0b4bb;
    font-size: 14px;
}

    footer a {
        color: #b0b4bb;
    }

        footer a:hover {
            color: #df675f;
        }

    footer .top-footer {
        background: #364050;
        color: #fff;
        padding: 15px 0;
    }

        footer .top-footer .foot-ico {
            display: inline-block;
        }

            footer .top-footer .foot-ico .icon {
                display: inline-block;
                font-size: 22px;
                vertical-align: bottom;
                margin-right: 5px;
            }

            footer .top-footer .foot-ico.livraison {
                margin-right: 50px;
            }


    footer .content-footer {
        background: #262e3e;
        padding: 40px 0;
    }

        footer .content-footer .wrapper {
            display: -webkit-flex;
            display: -ms-flexbox;
            display: -ms-flex;
            display: flex;
        }

        footer .content-footer .foot {
            -webkit-flex-grow: 0;
            -ms-flex-grow: 0;
            flex-grow: 0;
            -webkit-flex-shrink: 0;
            -ms-flex-shrink: 0;
            flex-shrink: 0;
            -webkit-flex-basis: 25%;
            -ms-flex-basis: 25%;
            flex-basis: 25%;
            box-sizing: border-box;
            padding-left: 28px;
            padding-right: 20px;
        }

            footer .content-footer .foot .title-foot {
                font-size: 16px;
                line-height: 24px;
                font-family: 'Raleway', sans-serif;
                font-weight: normal;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                font-weight: 600;
                text-transform: uppercase;
                letter-spacing: 1px;
                margin-bottom: 20px;
                color: #fff;
                position: relative;
            }

                footer .content-footer .foot .title-foot:before {
                    content: " ";
                    width: 18px;
                    height: 18px;
                    background: #df675f;
                    position: absolute;
                    top: 2px;
                    left: -28px;
                }

            footer .content-footer .foot ul li {
                margin-bottom: 10px;
            }

                footer .content-footer .foot ul li.tel {
                    margin-bottom: 20px;
                }

                    footer .content-footer .foot ul li.tel .big {
                        color: #fff;
                        font-weight: bold;
                        font-size: 18px;
                        display: block;
                        margin-bottom: 2px;
                    }

                    footer .content-footer .foot ul li.tel .small {
                        font-size: 11px;
                    }

        footer .content-footer a.ico-social {
            display: inline-block;
            width: 32px;
            height: 32px;
            text-indent: -999999px;
            margin-right: 2px;
        }

            footer .content-footer a.ico-social.facebook {
                background: url(../lib/2fresh-studio/img/ico/s-facebook.png);
                -webkit-background-size: cover;
                background-size: cover;
            }

            footer .content-footer a.ico-social.linkedin {
                background: url(../lib/2fresh-studio/img/ico/s-linkedin.png);
                -webkit-background-size: cover;
                background-size: cover;
            }

            footer .content-footer a.ico-social.twitter {
                background: url(../lib/2fresh-studio/img/ico/s-twitter.png);
                -webkit-background-size: cover;
                background-size: cover;
            }

            footer .content-footer a.ico-social.viadeo {
                background: url(../lib/2fresh-studio/img/ico/s-viadeo.png);
                -webkit-background-size: cover;
                background-size: cover;
            }