.container-footer {
    background-color: rgb(245, 241, 238);
    margin-top: 50px;
    margin-left: 0px;
    /*border: 1px solid green;*/
}

.container-footer .footer-logo {
    height: 150px;
    width: auto;
}

.container-footer .social-icons a {
    text-decoration: none;
    font-size: 20px;
    color: black;
}

.container-footer .social-icons a:hover {
    opacity: 0.6;
}

@media (max-width: 992px) { 
    .container-footer {
        text-align: center;
    }

    .container-footer .footer-logo {
        height: 100px;
    }

    .container-footer .social-icons a {
        font-size: 18px !important;
    }

    .container-footer h5 {
        font-size: 20px !important;
    }
    
}
.toto {
    background-color: rgb(229, 225, 222);
}