﻿body {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    margin: 0px;
    padding: 0px;
    background-color: antiquewhite;
}
.titre {
    color: cadetblue;
    font-weight: bold;
    font-size: 52px;
    cursor: pointer;
}
.sstitre {
    color: gray;
    font-weight: normal;
    font-size: 26px;
}
.general {
    position:relative;
    width:100%;
    text-align:center;
    margin:0px;
    padding:0px;
    top:0px;
    z-index:500;
}
.explications {
    font-size: 14px;
    color: gray;
    text-align: center;
    margin: 50px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.bouton {
    margin-top:10px;
    font-size:20px;
    padding:10px;
    color:white;
    border-radius:10px;
    background-color:cadetblue;
}
.dons {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 130px;
    text-align: center;
    border-top: 1px solid DarkGray;
    padding-top: 15px;
    font-size: 16px;
    color: Black;
    text-align: center;
    background-color: bisque;
    padding-bottom: 15px;
    z-index: 600;
}
.saisie {
    font-size: 18px;
    padding: 6px;
    border: 1px solid lightgray;
}
.message {
    font-size: 18px;
    color: Black;
}
.messagerouge {
    font-size: 18px;
    font-weight: bold;
    color: crimson;
    padding: 5px;
}
.messagevert {
    font-size: 18px;
    font-weight: bold;
    color: cadetblue;
    padding: 5px;
}