        h3 {
            font-size: 22px;
        }

        /*        TITRE*/

        .page-title .title_left {
            width: 100%;
            float: center;
            display: block;
            padding: 10px;
        }

        .page-title .title_left h3 {
            line-height: 1;
        }

        /*        titres sections*/

        .x_title h2 {
            font-size: 17px;
            padding-left: 5px;
        }



        /*        chiffres*/

        .col-xs-6 {
            width: 50%;
        }

label {
    padding: 3px;
    padding-right:10px;
}

        .tile_count {
            margin-bottom: 0px;
            margin-top: 0px;
        }

        .right_col {
            padding: 5px !important;
        }

        .tile_count .tile_stats_count {
            border-bottom: 1px solid #D9DEE4;
            padding: 0 10px 10px 20px;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
            position: relative;
        }


        /*        IonRangeSlider*/

        .irs-from,
        .irs-to,
        .irs-single {
            background: #006666;
        }
        .irs-from:after,
        .irs-to:after,
        .irs-single:after {

            border-top-color: #006666;
        }

        .checkbox {
            padding: 5px;
            margin: 5px;
        }
