.container-projet {
    background-color:white;
}


.container-projet .project-menu a {
    text-decoration: none;
    font-size: 20px;
    color: black;
}

.container-projet .project-menu a:hover {
    opacity: 0.6;
}

.container-projet .project-menu img {
    padding-bottom: 0;
}


.container-footer .social-icons a {
    text-decoration: none;
    font-size: 20px;
    color: black;
}

.container-footer .social-icons a:hover {
    opacity: 0.6;
}

.container-fleche {
    margin-top: 0px;
    margin-bottom: 0px;

}

@media (max-width: 992px) { 
    .container-footer {
        text-align: center;
    }
}

@media (min-width: 1200px) { 
    .container-projet {
        padding-right: 70px !important;
        padding-left: 70px !important;
    }

    .container-projet .col-12 {
        padding-right: 35px;
        padding-left: 35px;
        padding-bottom: 35px;
    }
}