
#footer {
    color: white;
}

#footer > div {
    border-bottom: 1px solid #0d0d2d;
}

#footer_contact {
    padding: 20px;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
}

#footer_contact > div {
    margin: 5px 20px;
}

#footer_contact p {
    text-align: center;
    color: white;
    padding: 0;
}

@media screen and (max-width: 840px)
{
    #footer_contact {
        flex-wrap: wrap;
    }
    #footer_contact > div {
        width: unset;
    }
    #footer_contact > div:nth-child(2) {
        display: none;
    }
}

#footer_social_newsletter {
    display: flex;
    justify-content: center;
    padding: 20px;
}

#footer_social_newsletter, #footer_menu {
    border-bottom: 1px solid #0d0d2d;
}

#footer h3 {
    color: white;
    font-size: 20px;
    text-align: center;
    text-shadow: 2px 2px 2px #595959;
    text-transform: uppercase;
}

#footer_social > div {
    display: flex;
    justify-content: center;
}

#footer_social a > div {
    padding: 10px;
    margin: 8px;
    cursor: pointer;
}


#footer_social i {
    font-size: 35px;
    color: #e0eaf5;
    text-shadow: 2px 2px 2px #595959;
}

#footer_social i:hover {
    color: #eef2f7;
}

#footer_newsletter form {
    margin: 10px;
}

#footer_newsletter input[type=text] {
    cursor: text;
    border: 1px solid #a5abb1;
    border-radius: 5px;
    padding: 5px 10px;
    margin: 5px;
    background: #c0c2cc;
    box-shadow: 0 0 2px 0 #000000, 0 0 6px 0 #000000;
}

#footer_newsletter input[type=submit] {
    cursor: pointer;
    background: #343b4f;
    color: white;
    border: 1px solid #a5abb1;
    border-radius: 5px;
    padding: 5px 10px;
    margin: 5px;
    box-shadow: 0 0 2px 0 #000000, 0 0 6px 0 #000000;
}

#footer_newsletter input[type=submit]:hover {
    background: #394157;
}

#footer_menu > div {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 30px 50px;
    max-width: 700px;
    margin: 0 auto;
}

#footer_menu a {
    width: 150px;
    color: white;
    padding: 5px 7px;
    margin: 10px 20px;
    font-size: 20px;
    text-align: center;
}

#footer_menu a:hover {
    text-decoration: underline;
}

#footer_partner, #footer_menu {
    margin-top: 20px;
}

.footer_partner_img{
    margin: 10px auto;
    padding: 0 20px;
    max-width: 800px;
}

@media screen and (max-width: 900px) and (min-width: 600px)
{
    .footer_partner_img{
        max-width: 500px;
    }
}
@media screen and (max-width: 600px) and (min-width: 400px)
{
    .footer_partner_img{
        max-width: 300px;
    }
}
@media screen and (max-width: 400px)
{
    .footer_partner_img{
        max-width: 200px;
    }
}

#footer_partner img {
    height: 50px;
    margin: 20px;

    /*filter: grayscale(100%);
    -webkit-filter: grayscale(100%); */

}

#footer_partner_coop img {
    margin: 0 auto;
    display: block;
}

#footer_disclosure {
    padding: 20px;
}

#footer_disclosure > div {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#footer_disclosure a {
    color: grey;
    text-decoration: none;
    padding: 10px 20px;
    font-size: 15px;
}


#footer_disclosure a:hover {
    text-decoration: underline;
}

#footer_copyright, #footer_copyright span {
    color: grey;
    font-size: 15px;
    margin: 0 auto;
    text-align: center;
    padding-top: 0;
}
