#loadercontainer{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
div.categorie {
    margin-bottom:2em;
}
div.categorie h2 {
    font-weight: 100;
    text-align: center;
    font-size:3vh;
    padding: 0 0 0.3em 0;
    margin:0;
    text-transform: uppercase;
    border-bottom: 1px solid #d6d6d6;
}
div.categorie div.commercant {
    padding: 0.8em 1em 0 1em;
}
div.categorie p.link {
    line-height: 1em;
}
div.categorie p.link span.linkurl {
    font-size: small;
}
label {
    color: #868686;
}
h1.societe{
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: bold;
}

.catwrapper a,
.catwrapper a:active {
    color:#ffffff;
}

.commercewrapper {

}


.card.categories {
    position:relative;
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;

}
.card.categories .card-body {
    position: absolute;
    bottom:0;
    background-color: rgba(1, 177, 139, 0.9);
    width:100%;
    filter:blur();
}
.card.categories .card-body p {
    font-size: 0.8em;
}
