.media+.media{
    border: none;
}
.customColumnsQuiSommesNous:nth-child(even){
    flex-direction: row-reverse;
}
.customColumnQuiSommesNous{
    text-align: center;
    margin: 20px auto;
}
.customColumnQuiSommesNous img{
    max-height: 500px;
}
.customUlQuiSommesNous{
    list-style-type: disc;
    margin: 50px 20px;
}
.customUlQuiSommesNous li{
    font-weight: 400;
}
.customFooterTextQuiSommesNous{
    background-color: rgba(0,0,0,0.2);
    margin: 50px;
    padding: 20px;
    border-radius: 6px;
}
