/* projects.css */
.projet {
    background: #743131;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    margin-bottom: 2rem;
    border-radius: 20px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.projet img {
    margin: 2.5%;
    width: 35%;
    border-radius: 20px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.projet .texte {
    color: #fdf0d5;
    margin: 2.5%;
    width: 55%;
}
