body{
    display : flex;
}
header main footer{
    display :flex;
    flex-direction: column;
}
nav{
    display : flex;
    justify-content : space-between;
    width :100%;
}
.droit{
    display : flex;
    justify-content : space-between;
    width :100%;
}

.centre {
    
}

.gauche {
    display : flex;
    justify-content : space-between;
    width :100%;
    flex-direction : row-reverse;
}
.image1{
     display : flex;
    justify-content : left;
}
.texte1{
     display : flex;
    justify-content : right;
}
.image2{
     display : flex;
    justify-content : right;
}
.texte2{
     display : flex;
    justify-content : left;
}
.article{
    display: flex;
    flex-direction : column;
    column : 2;
}