html {
    background-image: radial-gradient(ellipse at center, #ABC9E8, #F9FFBD);
}

@font-face {
    font-family: 'open-sans';
    font-display: auto;
    src: url('open-sans/OpenSans-Regular-webfont.eot');
    /* IE9 Compat Modes */
    src: url('webfont.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('open-sans/OpenSans-Regular-webfont.woff') format('woff'),
    /* Modern Browsers */
    url('open-sans/OpenSans-Regular-webfont.ttf') format('truetype'),
    /* Safari, Android, iOS */
    url('open-sans/OpenSans-Regular-webfont.svg') format('svg');
    /* Legacy iOS */
    }

@font-face {
    font-family: 'wc-mano-negra';
    font-display: auto;
    src: url('wc-mano-negra/WCManoNegraBta-webfont.eot');
    /*IE9*/
    src: url('webfont.eot?#iefix') format('embedded-opentype'),
    /*IE6-IE8*/
    url('wc-mano-negra/WCManoNegraBta-webfont.woff') format('woff'),
    /*Modern Browsers*/
    url('wc-mano-negra/WCManoNegraBta-webfont.ttf') format('truetype'),
    /*Safari, Android, iOS*/
    url('wc-mano-negra/WCManoNegraBta-webfont.svg') format('svg');
    /*Legacy iOS*/
}

    body {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
        background-image: radial-gradient(ellipse at center, #F9FFBD, #ABC9E8);
        background-image: url("Images/Images-Resize/background-body.jpg");
        background-repeat: no-repeat;
        background-position: bottom right;
        background-size: cover;
        border-radius: 20px;
        font-family: open-sans, wc-mano-negra;
    }
     
    footer {
        text-align: center;
        /*
        margin: auto;
        width: 100%;
        position: fixed;
        bottom: 0px;
        background-color: red;
        */
    }  
    

        h1 {
            text-align: center;
            font-family: wc-mano-negra;
            padding-top: 3%;
        }

        h2 {
            padding-left: 2%;
            font-family: wc-mano-negra;
        }
    
        p {
            margin: 3%;
            line-height: 2rem;
        }

        img {
            width: 100%;
            max-width: 400px;
            height: auto;
            float: right;
            padding: 0 0 5% 2%;
            border-radius: 20px;
        }

        figcaption {
            font-size: 75%;
            font-style: italic; 
            text-align: right;
            padding-top: 3% 0 3% 0 ;
        }

        blockquote {
            font-style: italic;
            clear: both;
        }

        ul {
            list-style:none;
        }

        a {
            font-size: 120%;
        }

            .c {
                font-size: 250%;
            }

            .villageois {
                width: 50%;
                margin: 80px auto;
                text-align: center;
                background-color: #ABC9E8;
                font-size: 160%;
                border-left: solid #B22222 3px;
                padding-left: 30px;
            }

            .fermier {
                width: 50%;
                margin: 80px auto;
                text-align: center;
                background-color: #ABC9E8;
                font-size: 160%;
                border-left: solid #85B23F 3px;
                padding-left: 30px;
            }

                .table {
                    width: 100%;
                }

            .date-et-nom {
                background-color: #E89E32
            }

                .bien {
                    font-style: initial;
                    text-transform: uppercase;
                    color: #024202;
                }

                .mal {
                    font-style: initial;
                    text-transform: uppercase;
                    color: #B22222
                }

            tr:nth-child(even) {
                background: grey;
            }

            tr:nth-child(2n+3) {
                background: white;
            }

                ul li:nth-last-of-type(4) {
                    background-size: 18px;
                    background-image: url("Images/bien.png");
                    background-repeat: no-repeat;
                    padding-left: 20px;
                }

                ul li:nth-last-of-type(3) {
                    background-size: 18px;
                    background-image: url("Images/mal.png");
                    background-repeat: no-repeat;
                    padding-left: 20px;
                }

                ul li:nth-last-of-type(2) {
                    background-size: 18px;
                    background-image: url("Images/chat.png");
                    background-repeat: no-repeat;
                    padding-left: 20px;
                }

                ul li:nth-last-of-type(1) {
                    background-size: 18px;
                    padding-left: 20px;
                }
            
            p:first-of-type {
                font-weight: bold;
            }

                .quote-clear {
                    margin-top: 15%;
                }

                .p-histoire {
                    padding-top: 10%;
                }

            a.tip:visited {
                background: #B22222
            }
            
            a.tip:hover {
                position: relative;
            }

            a.tip span {
                display: none;
            }

            a.tip:hover span {
                display: block;
                background: #b2222260;
                left: 0px;
                margin-left: 100%;
                width: 100%;
                position: absolute;
                top: 10%;
            }