.cercle-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    }
    
    
    .cercle {
    display: inline-block;
    text-align: center;
    font-family: 'robotobold';
    font-size: 1.125rem;
    line-height: 1.1rem;
    border-radius: 50%;
    width: 31px;
    height: 31px;
    margin-right: 15px;
    padding: 6px 5px 0px 5px;
    }
    
    
    .cercle.vert {
    background-color: #00884e;
    color: #fff;
    
    }

    @media(min-width:768px) {
        .cd-position-bas {
        position: absolute;
        left: 20px;
        bottom: 1.65rem;
        width: 15rem;
        height: 1rem;
        padding-top:20px
        }
        }

        @media (min-width: 768px) {
        html:not([style='font-size: 150%;']):not([style='font-size: 200%;']) .cd-layout-horizontal.cd-icone:not(.no-filet) > *:not(:last-child):after, .cd-layout-horizontal:not(.cd-icone):not(.no-filet) > *:not(:last-child):before{
        height: calc(100% - 20px)!important;
        }
        }
