.container-projets {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin: 20px;
    margin-top: 150px;
}

.cube-projets {
    flex: 0 1 calc(33.333% - 13.33px);
    padding: 20px;
    border: 1px solid white;
    background-color: #161B22;
    border-radius: 10px;
    width: max-content;
}

.cube-projets img {
    height: 100px;
    width: auto;
}

.cube-projets p {
    color: #8B93A0;
    margin-top: 20px;
}

.line-1 h3 {
    margin-top: 20px;
    margin-bottom: 20px;
    color: white;
}

/* Zone CSS des differents projets */

.container-card-projets {
    display: flex;
    border: 1px solid white;
    border-radius: 10px;
    background-color: #161B22;
    margin: 40px;
    margin-top: 140px;
    margin-bottom: 140px;
    padding: 20px;
}

.container-card-projets-left {
    width: 50%;
}

.container-card-projets-left img {
    
}

.container-card-projets-right {
    width: 50%;
    margin-left: 20px;
}

.container-card-projets-right h1 {
    color: white;
    margin-top: 20px;
    margin-bottom: 20px;
}

.container-card-projets-right p {
    color: #8B93A0;
    width: 90%;
    line-height: 30px;
    margin-bottom: 20px;
}

.container-card-projets-right a {
    border: 1px solid #02a99c;
    background-color: #02a99c;
    border-radius: 10px 0px 10px 0px;
    padding: 10px;
    color: black;
    text-align: center;
    width: max-content !important;
}

.line-end {
    margin-bottom: 40px !important;
}