html {
	height: 100%;
	color: #333;
	font: 1em/1.4;
}

body {
	min-height: 100%;
}

h4 {
	font-weight: bold;
}

.app-header {
    padding: 12px 15px 0;
    margin-bottom: 10px;
}

    .app-title {
        display: block;
        font-size: 0.8em;
        font-weight: 500;
        margin-bottom: 5px;
        text-transform: uppercase;
    }
    
    .page-title {
        font-size: 1.4em;
        font-weight: 700;
        letter-spacing: 0.05em;
        line-height: 1;
        margin-bottom: 0;
    }
    
    .app-header > .page-title,
    .page-cover {
        padding-bottom: 12px;
        border-bottom: 1px solid #eee;
    }
    
    .page-cover {
        position: relative;
        text-align: center;
        margin-top: 15px;
        padding-bottom: 12px;
    }
    
        .page-cover img { /* en virant les déclarations inline */
            width: 80px;
            height: auto;
        }
        
        .page-cover .page-title { /* en virant les déclarations inline */
            margin-top: 10px;
        }
        
        .page-cover-back {
            position: absolute;
            top: 0;
            left: 0;
            width: 40px;
            height: 40px;
            background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23333' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.4' d='M10.5 3.5 2 12 10.5 20.5M2 12 22 12'/%3E%3C/svg%3E") center center no-repeat;
            background-size: 20px;
        }

.card {
    border: 1px solid #e8eae9;
    border-radius: 5px;
    padding: 8px 10px 10px;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.04);
}

    .card-title {
        font-size: 1em;
        margin-bottom: 2px;
    }
    
    .card-details { /* en virant les déclarations inline */
        font-size: 0.8em;
    }
    
        .active-activity {
            font-weight: 600;
            color: #8b00ff;
        }
    
    .card .fa-chevron-right { /* en virant les déclarations inline */
        color: #bbb;
    }

