@media screen and (max-width:1024px){
    .etape1{
        display: block;
        justify-content: space-between;
        margin-left: 10%;
        margin-right: 10%;
    }
    
    .etape1 .image img {
        width: 170px;
        height: auto;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0%;
        margin-bottom: 10%;
    }
    
    .etape1 .texte h3{
        font-size: 20px;
    }


    .etape2{
        display: block;
        justify-content: center;
        margin-left: 10%;
        margin-right: 10%;
    }
    
    .etape2 .image2 img {
        display: block;
        width: 300px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0%;
        margin-bottom: 10%;
    }
}



