/* Compteur */
section.compteur > div > div {
    width: 100%;
    height: auto;
    padding-top: 48px;
    padding-bottom: 48px;

    /*background: #222222;*/
    text-align: center;
}
section.compteur .col {
    display: inline-table;
    width: 256px;
    margin: auto 24px;

    font-weight: normal;
}
section.compteur .col h2 {
    margin: 0;
    padding: 0;

    color: #fff;
    font-size: 3.75em;
    font-weight: 300;
}
section.compteur .col h3 {
    margin: 12px auto;
    padding: 0;

    color: #fff;
    font-size: 1.2em;
    font-weight: 300;
}
section.compteur .col p {
    margin: 12px auto;
    padding: 0;

    color: #9da0a6;
    font-size: .92em;
    line-height: 24px;
}