/**
 * @version     CVS: 1.1.0
 * @package     com_gvac
 * @copyright   2017 NIMEO
 * @license     GNU General Public License version 2 ou version ultérieure ; Voir LICENSE.txt
 * @author      Victor Rodriguez <victor@nimeo.io>
 */

.database-element
{
    background: white;
    position: relative;
}
.database-element a.more
{
    position: absolute;
    bottom:15px;
    right: 15px;
}
.database-element-content
{
    padding:10px;
    position: relative;
}
#database-element-list .database-element
{
    min-height: 370px;
    margin-bottom: 30px;
}
.database-element-content h2
{
    font-size: 1.8rem;
}
.database-element h3
{
    color:#0275d8;
    font-size: 1rem;
}

.database-element .cover
{
    height: 200px;
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
}
.database-element .category
{
    background: #0587C2;
    color: #ffffff;
    position: absolute;
    left:0;
    top:0;
    padding: 13px 18px;
    font-size: 1.1rem;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
}
.highlight
{
    margin-bottom: 30px;
}
.highlight .cover
{
    height: 220px;
}
.highlight .row .col-md-7
{
    padding-right: 0 ;
}
.highlight .row .col-md-5
{
    padding-left: 0 ;
}

.database-element .btn
{
    color: white
}
.btn-link-tool
{
    font-size: 1.5rem;
    text-transform: uppercase;
    margin-top: 15px;
}

.tracking-tools .content ul,
.tracking-tools .content ol
{
    margin-bottom: 0;
}
.tracking-tools .content h2
{
    margin-top:20px;
}