.les-elus{
    max-width: 800px;
    display: block;
    margin: auto;
    padding-bottom: 1rem;
}
.les-elus .flex{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
}
.elu-detail article{
    display:flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}
.single-elu .content-area{
    width:100%;
}
.single-elu .content-area .elu-detail article > section:nth-of-type(2n){
    /*width:50%;*/
    flex-basis: 70%;

}