.blue-bg {
    background-color: #1b75bb;
    color: #fff;
}
.dark-blue-bg{
    background-color: #2b5580;
    color: #fff;
}
.hilo-blue-bg {
    background-color: #09022B;
    color: #fff;
}
.white-bg {
    background-color:#fff;
}
.flex-container{
    align-items: start;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}
.col-elem{
    align-self: stretch;
    flex: 1;
    padding: 16px;
}
.col-elem2{
    align-self: stretch;
    flex: 1;
    margin: 16px;
    padding: 32px 16px;
}
.img-50 {
    margin: 0 auto 16px;
    width: 40%;
}
.small-title {
    font-size: .6em;
    display: block;
}
#comparaison .flex-container a {
    color: white!important;
}
.align-left {
    text-align: left;
}
.with-note {
    padding-bottom: 50px!important;
    position: relative;
}
.note{
    bottom: 0;
    position: absolute;
}
@media (min-width: 768px) { /*breakpoint*/
    .flex-container {
        flex-direction: row;
    }
    .col-elem h3{
        height: 80px;
    }
}