h1 {
    font-family: 'Kaushan Script', cursive;
    text-align: center;
}

h2 {
    font-family: 'Kaushan Script', cursive;
    margin-top: 5px;
}

p,
li {
    font-family: 'Kalam', cursive;
}

body {
    margin: 0;
    padding: 0;
}

.division {
    background-color: rgb(252, 253, 240);
    margin-bottom: 100px;
    padding: 10px;
    border-radius: 10px;
}

html {
    margin: 0;
    padding: 0;
    background: url(../images/fond.jpg) no-repeat center fixed;
    -webkit-background-size: cover;
    /* pour anciens Chrome et Safari */
    background-size: cover;
    /* version standardisée */
}

.liste_verticale {
    list-style: none;
}

.contenu_liste_verticale {}

.lien_texte {
    color: orange;
    text-decoration: none;
}

.lien_texte:hover {
    font-size: 20px;
}


@media screen and (min-width:1100px) {
    .contenupage {
        margin: auto;
        width: 55%;
    }



}



@media screen and (max-width:600px) {
    html {
        background: url(../images/fond_smartphone.jpg) no-repeat top top fixed;
        margin: 0;
        padding: 0;
    }

}

    footer {
        width: 100%;
        text-align: center;
    }


.police {
    font-family: 'Kalam', cursive;
}


/*Définition du footer en bas de page*/

.contenu_page {
    min-height: 100%;
    position: absolute;
    margin: 0;
    padding: 0;
}

footer {
    position: relative;
    bottom: 0;
    background-color: rgb(252, 253, 240);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
