@charset "utf-8";
/* CSS Document */

footer#pied a {
    color: #fff;
    text-decoration: none;
}

footer#pied a:hover {
    color: #f4e8ba;
}

footer#pied ul , footer#pied ul li {
    padding: 0;
    margin: 0;
    list-style: none;
}

footer#pied .menu {
    text-transform: uppercase;
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    float: left;
    max-width: 700px;
    width: 100%;
    padding-top: 15px;
    font-size: 12px;
}

footer#pied .menu ul li {
    display: inline-block;
    padding: 0 7px 0 0;
}

footer#pied .menu ul li.text:after {
    content: '|';
    color: #fff;
    margin-left: 7px;
}

footer#pied .menu ul li.social {
    font-size: 22px;
    padding: 0 8px;
    position: relative;
    top: 4px;
}

footer#pied .copyright {
    text-align: center;
    color: #585858;
    padding: 10px 0;
}

footer#pied .copyright a {
    color: inherit;
}

footer#pied .copyright a:hover {
    color: #f4e8ba;
}

footer#pied .news {
    float: left;
}

footer#pied .news p {
    font-size: 18px;
    color: #f4e8ba;
    text-transform: uppercase;
}

footer#pied .news input {
    border: 1px solid #fff;
    color: #fff;
    background: #010101;
    padding: 5px 10px;
}

footer#pied .news input:focus {
    outline: 1px solid #f4e8ba;
    border: 1px solid #f4e8ba;
}

footer#pied .news button {
    color: #f4e8ba;
    border: 1px solid #f4e8ba;
    background: #010101;
    padding: 5px;
    -o-transition: 350ms background;
    -ms-transition: 350ms background;
    -moz-transition: 350ms background;
    -webkit-transition: 350ms background;
    transition: 350ms background;
    cursor: pointer;
}

footer#pied .news button:hover {
    background: #222;
}

@media screen and (min-width:641px) {
    footer#pied .container {
        padding: 30px 70px;
    }
}

@media screen and (max-width:640px) {
    footer#pied {
        padding: 10px;
    }

    footer#pied .news {
        padding-top: 15px;
        float: none;
        clear: both;
    }
}

@media screen and (max-width:960px) {
    footer#pied .container {
        padding: 30px 20px;
    }

    footer#pied .news p {
        display: inline-block;
    }
}

@media screen and (min-width:961px) and (max-width:1200px) {
    footer#pied {
        padding: 10px;
    }

    footer#pied .container {
        padding: 30px 50px;
    }
}