/******************************
        CLASSES GLOBALES
******************************/

#projet {
    text-align: center;
    border: 2px solid #131313;
    padding: 30px 20px 0;
    background-color: #131313;
    color: white;
}

#projet .btn {
    background-color: rgb(255, 255, 255);
    color: black;
    margin-top: 10px;
    width: 10%;
}

#projet .btn p{
    color: blue;
}

#projet .btn:hover {
    background-color: rgb(193, 193, 193);
    color: black;
}

#projet .icon{
    width: 20px;
}

#projet ul {
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 50px;
}

#projet ul li{
    width: 100%;
    padding-right: 50%;
    margin-bottom: 60px;
    padding-bottom: 10px;
}

#projet ul li p#notgras{
    font-weight: normal;
}

#projet ul li p{
    margin: 0;
    padding: 0;
}

#projet ul li h3 {
    margin-bottom: 0;
}
#projet ul li a.btn:first-of-type {
    width: 73%;
}
#projet ul li img.logo {
    width: 200px;
    height: 200px;
    border-radius: 100%;
    object-fit: cover;
    object-position: center top;

    transform: translate3d(0, 0, 0);
    transition: transform 0.2s ease-out;
    will-change: transform;
}

#projet ul li img.logo:hover {
    transform: translate(0, -8px);
    transform: translate3d(0, -8px, 0);
}

@media (max-width: 1056px) {

    #projet ul li {
        width: 100%;
    }

    #projet ul li a.btn:first-of-type {
        width: 60%;
    }
}

@media (max-width: 800px) {

    #projet ul li {
        background: #151515;
        width: 100%;
        padding-right: 0%;
    }

    #projet ul li a.btn {
        width: unset;
    }
}

@media (max-width: 586px) {
    
}


@media (max-width: 991px) {
    br#991none{
        display: none;
    }
    #hratom{
        margin-top: 20px;
    }
    #project-atom{
        max-width: unset!important;
        margin-left: unset!important;
        margin-right: unset!important;
        width: 100%!important;

        padding-right: unset;
        padding-left: unset;

        display: initial;
        -ms-flex-wrap: unset;
        flex-wrap: unset;

    }

    #project-atom .col-8{
        -ms-flex: unset;
        flex: unset;
        max-width: unset;
    }

    #project-atom .col-4{
        display: none;
    }

    #project-atom .col-8 p.container{
        max-width: unset!important;
        margin-left: unset!important;
        margin-right: unset!important;
        width: 100%!important;
    }

}

#projet .btnInfoOld{
    width: 40%;
    background-color: #000079;
    color: white;
}

#projet .btnInfoOld:hover{
    background-color: #4141ff;
}