.cms-section {
    color: #000000;
    min-height: 100px !important;
    display: flex;
    -webkit-box-flex: 1;
    flex-grow: 1;
    flex-direction: row;
    padding: 10px 10%;
    position: relative;
}


.cms-section.even {
    background: #FFFFFF 0% 0% no-repeat padding-box;
}

.cms-section.odd {
    background: #F2F2F2 0% 0% no-repeat padding-box;
}

.cms-colonne {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /*display: grid;*/
    align-items: center;
   /* min-height: 200px;*/
}

.cms-content {
    position: relative;
}


/** pages **/

.cms-colonne .cms-content img {
   /* width: 90%;*/
    height: max-content;
}