html, body {
    height: 100%;
}

body {
    padding-top: 20px;
}

h3 {
    border-bottom: 3px double gray;
}

h4 {
    padding-top: 1em;
}

small {
    color: #666;
}

/* Wrapper for page content to push down footer */
.fullpage {
    display: table;
    width: 100%;
    height: auto;
    min-height: 100%;
    /* Negative indent footer by its height + border */
    margin: 0 auto -81px;
    /* Pad bottom by footer height + border */
    padding: 0 0 81px;
    /*
      height: auto;
    */
}

/* Set the fixed height of the footer here */
#footer {
    height: 80px;
    border-top: 1px solid #e7e7e7;
    background-color: #f8f8f8;
    padding: 14px 50px 0 50px;
    margin-top: 150px;
    color: gray;
}

.center-block {
    text-align: center;
}

.container-vertical {
    vertical-align: middle;
    display: table-cell;
}

.container-horizontal {
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    display: block;
    text-align: right;
    float: right;
}

.info-paragraph {
    text-align: justify;
}

.pdfEmbeded {
    height: 60em;
    border: 1px solid black;
}
canvas {
     border: 2px dotted #CCCCCC;
     border-radius: 8px;
     cursor: crosshair;
}

.rapport {
    list-style: none;
}
.rapport li {
    margin-top: 2em;
}
