/* footer */
#footer
{
    background-image: url('../../img/ihm/footer_background.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0 0 10px 10px;
        -webkit-border-radius: 0 0 10px 10px;
        -moz-border-radius: 0 0 10px 10px;
        -ms-border-radius: 0 0 10px 10px;
        -o-border-radius: 0 0 10px 10px;
    color: #FFFFFF;
    height: 300px;
    position: relative;
}
.copyright-block
{
    bottom: 10px;
    position: absolute;
    width: 100%;
}

/* Produits */
.novelty-label
{
    background-color: #F0C300;
    border-radius: 0 10px 10px 0;
        -webkit-border-radius: 0 10px 10px 0;
        -moz-border-radius: 0 10px 10px 0;
        -ms-border-radius: 0 10px 10px 0;
        -o-border-radius: 0 10px 10px 0;
    box-shadow: 2px 3px 5px 1px rgba(0, 0, 0, 0.5);
    color: #FFF;
    font-weight: bold;
    left: 0;
    padding: 4px 10px;
    position: absolute;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    top: 20px;
    z-index: 10;
}

/* Blog */
#blog-article-first
{
    overflow: hidden;
}
#blog-article-index
{
    height: 200px;
}

/* Classement des produits et articles */
/* 1°) - Podium */
.laurels-badge-container
{
    height: 30px;
}
.laurels-badge
{
    left: 50%;
    position: absolute;
    top: -20px;
    transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
    z-index: 10;
}
.laurels-badge img
{
    height: inherit;
    width: 100px;
}
/* 2°) - Autres places */
.ranking-position-container
{
    border-top: 1px solid #dee2e6;
}

.ranking-position-logo
{
    float: left;
    width: 50px;
}
.ranking-item
{
    float: left;
    width: calc(100% - 50px);
}

/* Présentation des catégories */
.card-category
{
    height: 250px;
    position: relative;
}
.card-category-nb-articles
{
    bottom: 10px;
    left: 25px;
    position: absolute;
    right: 25px;
}