/***********************************************************************************************************************************/
/* CLASSEMENT **********************************************************************************************************************/
/***********************************************************************************************************************************/

.header-classement{
    background-color: #f9f7e0;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #af9c8d;
}
.header-classement:after{
    clear: both;
    content: "";
    display: block;
}

.header-classement ul{
    text-align: center;

}

.header-classement ul li{
    display: inline-block;   
    vertical-align:bottom;
    box-sizing: border-box;
    padding-top: 0.6em;
    width: 32%;
}
.header-classement-txt{
    font-size: 0.8rem;
    line-height: 1.2em;
    margin: 0.4em 0 0;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}