#container-footer-logos {
    background-color : rgba(0, 0, 0, 0.5);
}

#container-footer-logos #text-qui-sommes-nous {
    left     : 40px;
    top      : 30px;
    position : absolute
}

#container-footer-logos .cell {
    height : 120px;
}

#container-footer-logos .img-logo {
    color       : white;
    font-weight : bold;
    font-size   : 15px;
    padding-top : 25px;
}

#container-footer-logos .img-logo img {
    height : 65px;
}

#container-footer-logos .img-text {
    color       : white;
    font-weight : bold;
    font-size   : 15px;
    padding-top : 49px;
}

#container-footer-logos .img-text a {
    color           : white;
    text-decoration : none;
}

#container-footer-logos .img-text img {
    height : 25px;
}

@media (min-width: 768px) and (max-width: 991px) {
    #container-footer-logos .img-text {
        padding-top: 37px;
    }

    #container-footer-logos .cell {
        height: 87px;
    }

    #container-footer-logos .img-text .col-sm-4 {
        text-align: center;
    }
}

@media (max-width: 767px) {
    #container-footer-logos .cell {
        height: 109px;
    }

    #container-footer-logos .img-text {
        padding-top: 0;
    }

    #container-footer-logos .img-text .col-sm-4 {
        text-align: center;
        padding-bottom: 10px;
    }
}

#box_cookies {
    position   : fixed;
    background : #98BE0D;
    bottom     : 0px;
    z-index    : 99999;
    width      : 100%;
    min-height : 50px;
    color      : white;
}

#infos_website {
    width         : 100%;
    text-align    : center;
    font-size     : 11px;
    margin-bottom : 30px;
}

#infos_website a {
    color : #999999;
}

#infos_website a + a::before {
    content : '|';
    margin  : 0px 10px;
    color   : white;
}
