.pointCard, .pointCard:hover {
    transition: all 0.3s ease;
    position: relative;
    top: 0;
    left: 0;
    border-image: url('/paper/elements/patch-article-blog.svg') 55;
    border-image-outset: 10px;
    border-image-width: 50px;
    border-image-slice: 25 fill;
    color: #916E53;
    cursor: pointer;
    background: none;
    font-family: 'VSPencil', Arial, sans-serif;
    font-size: 1.2em;
    filter: drop-shadow(0 0 5px rgba(0,0,0,0.4));
}
.modal-content table, .modal-content td, .modal-content th {
    background: none;
}
.pointCard .card-img-top {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    padding: 5px;
    aspect-ratio: 1.75;
    filter: drop-shadow(0 0 5px rgba(0,0,0,0.4));
}

h1 {
    font-size: 1.5em;
    width: 100%;
    text-align: center;
    display: table;
    white-space: nowrap;
}
h1:before, h1:after {
    content: '  ';
    display: table-cell;
    width: 50%;
    background: linear-gradient(#916E53, #916E53) repeat-x left center;
    background-size: 1px 1px;
}

.pointCard:hover {
    top: -2px;
    left: -2px;
}
.nbBadge {
    position: absolute;
    top: 4px;
    right: 4px;
    display: inline-block;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
    background: #FFF8F5;
    width: 35px;
    height: 35px;
    text-decoration: none;
    line-height: 35px;
    color: #530;
    font-weight: bold;
    font-size: 20px;
}
.top-bar {
    display: inline-block;
    width: 100%;
    background: url("/paper/elements/bg-green.jpg") repeat;
    padding: 1em;
    box-shadow: 0 0 5px rgba(0,0,0,0.4);
    position: relative;
    text-align: center;
    margin-bottom: 2em;
    color: white;
    font-family: 'VSFont', Arial, sans-serif;
    font-size: 1.5em;
}
