

.projetx img {
    border-radius: 5%;
}

@media (max-width: 815px){

    .projet{
        font-size: 0.9rem;
        text-align: center;    
    }

    
    .projet h2{
        text-align: center;
    }

    .projetx p{
        padding: 1.5rem;
        font-size: 1rem;
    }

    .projetx img{
        width: 18rem;

    }

    .barre{
        padding-top: 5px;
        background-color: black;
        border-radius: 30%;
        margin-left: 10rem;
        margin-right: 10rem;
    }

}

@media (816px <= width <= 1024px) {
    .projet{
        font-size: 0.9rem;
        text-align: center;    
    }

    .projetx {
    display: flex;
    }
    
    .projet h2{
        text-align: center;
    }

    .projetx p{
        padding: 1.5rem;
        font-size: 1rem;
    }
    .projetx img{
        width: 25rem;
        margin: 2rem;

    }

    .barre{
        padding-top: 5px;
        background-color: black;
        border-radius: 30%;
        margin-left: 10rem;
        margin-right: 10rem;
    }
}

@media (min-width: 1025px){

    .projet{
        padding: 2rem;
    }

    .projetx {
    display: flex;
    }

    .projet h2{
        font-size: 2rem;
    }

    .projetx img{
        height: 25rem;
    }

    .projetx p {
        padding: 2rem;
        font-size: 1.5rem;
    }

    .barre{
        padding-top: 5px;
        background-color: black;
        border-radius: 30%;
        margin-left: 10rem;
        margin-right: 10rem;
    }
}