h3{
    color: #ffffff;
}
#div_global_footer{
    background-color: black;
}
.li_footer{
    display: flex;
    margin-bottom: 10px;
    margin-top: 10px;
}
.row, #div_footer_top{
    display: flex;
}
.div_footer_produit, .div_footer_mention{
    flex-basis: 47%;
}
#div_footer_facebook, #div_footer_three{
    flex-basis: 25%;
}
#div_footer_facebook, #div_footer_three, #div_footer_produit{
    padding: 10px;
}
#div_footer_produit{
    justify-content: space-between;
    flex-basis: 50%;
    padding-left: 40px;
}
.collapse{
    list-style-type: none;
    padding: 0;
}
.cms-page-link, #div_footer_credit, #id_adresse_cms{
    color: #a0a0a0;
    text-decoration: none;
}
.cms-page-link:hover, #link_colysee:hover{
    color: #dcdcdc;
    transition: 0.5s;
}
#div_footer_line{
    border-bottom: 1px solid #a0a0a0;
}
#div_footer_credit{
    height: 50px;
    text-align: center;
}
#link_colysee{
    text-decoration: none;
    color: #a0a0a0;
}

@media (max-width: 930px) {
    .row, #div_footer_top {
        display: block;
        text-align: center;
    }

    #div_footer_produit {
        padding-left: 10px;
    }

    .li_footer {
        display: block;
    }
}