body {
    height: 100%;
    margin-bottom: 40px;
    font-size: 1em;
    /*background: linear-gradient(#6F859C, 20%, #fff);*/
    background-color: #98B5D3;
    font-family: 'Gabriela';
    color: #000;
}

@font-face {
    font-family: 'EmmylouSignature-SemiBold';
    src: url('../css/font/EmmylouSignature-SemiBold.ttf') format('truetype'),
        url('../css/font/EmmylouSignature-SemiBold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

.container {
    padding: 0 25px !important;
    max-width: 95% !important;
}

.alert-error {
    background-color: #fff;
    border: 2px solid #001731;
    border-radius: 15px;
    width: 50%;
    margin: 35px auto;
}

img {
    width: 100%;
}

/* ******************************************************* */
/*     BOUTON POUR REMONTER EN HAUT DE LA PAGE             */
/* ******************************************************* */

img#to_top {
    width: 35px;
    height: 35px;
}

div#scrollUp {
    position: fixed;
    bottom: 60px;
    right: 20px;
    z-index: 100000;
    visibility: hidden;
    opacity: 0;
    transition: 0.9s;
}

div#scrollUp.active {
    visibility: visible;
    opacity: 1;
    box-shadow: 0 3px 5px -1px #0003, 0 6px 10px 0 #00000024, 0 1px 18px 0 #0000001f;
    border-radius: 50px;
}

/* ******************************************************* */
/*                      INTRO                              */
/* ******************************************************* */

div.intro {
    padding: 20px 0 0 0 !important;
}

div.intro p {
    font-size: 1.5em !important;
    line-height: 2em;
    text-align: justify;
    hyphens: auto;
    margin: 15px auto 0 auto;
}

div.intro p span.simone {
    color: #001731;
    font-size: 1.7em;
}

div.intro span.first-letter {
    font-family: 'EmmylouSignature-SemiBold';
    font-size: 300%;
    vertical-align: bottom;
    line-height: 1em;
}

/* ******************************************************* */
/*                    INDEXATION                           */
/* ******************************************************* */

div.generate-index {
    margin-top: 25px;
}

div.generate-index div {
    padding: 20px;
    margin-top: 30px;
    border: 2px solid #808080;
    border-radius: 10px;
    width: 450px;
}

div.generate-index div table {
    font-size: 1.2em;
    width: 100%;
}

div.generate-index div table tr {
    height: 50px;
}

div.generate-index div table tr td.value {
    font-weight: bold;
    text-align: right;
}