/*FOOTER*/

#footer {
    padding: 30px 0;
    background-color: #20212d;
    margin-top: 30px;
    width: 100%;
    color: white;
    float: left;
    font-weight: 300;
    font-size: 13px;
}

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

#footer .wrapper {
    max-width: 1100px;
    margin: 0 auto;
    text-align: left;
    float: none;
    background: unset;
}

#footer_logo {
    font-family: 'Montserrat', sans-serif;
    float: left;
    width: 19%;
    font-size: 18px;
    font-weight: 800;
    line-height: 20px;
    text-transform: uppercase;
}

#footer_logo span {
    font-size: 50px;
    line-height: 50px;
}

.footer_colonne {
    float: left;
    padding: 0 20px;
}

.footer_colonne-1 {
    width: 19%;
}

.footer_colonne-2 {
    width: 25%;
}

.footer_colonne span {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
}

.footer_colonne ul {
    list-style: none;
    padding: 0;
    margin: 13px 0 13px 0;
}

.footer_colonne ul li {
    list-style: none;
    margin: 0 0 10px 0;
}

#copyright {
    float: left;
    width: 100%;
    text-align: center;
    color: white;
    background-color: #333;
    padding: 15px 0 15px 0px;
    font-size: 12px;
    font-weight: 300;
}

/****QUERIES****/
@media only screen and (max-width: 1100px) {
    #footer_logo, .footer_colonne {
        width: 90%;
        padding: 20px;
    }
}