body {
    margin-left: 25%;
    margin-right: 25%;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #f0ebf8;
    color: #202124;
}
@media (max-width: 1024px) {
    body {
        margin-left: 2%;
        margin-right: 2%;
    }
}
#page, #page1, #page2, #page3, #page4 {
    margin-bottom: 50px;
}
.en-tete {
    padding-left: 5%;
    padding-right: 5%;
    border: solid 1px;
    border-color: rgba(0,0,0,.12);
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    padding-bottom: 24px;
    padding-top: 24px;
    margin-bottom: 12px;
    background-color: white;
    border-top: none;
}
.champs {
    border-radius: 8px;
    border: solid 1px;
    padding-left: 5%;
    border-color: rgba(0,0,0,.12);
    padding-right: 5%;
    margin-bottom: 12px;
    padding-bottom: 32px;
    padding-top: 24px;
    background-color: white;
}
fieldset label {
    display: initial;
    margin-bottom: 0;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="number"] {
    width: 45%;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: solid 1px;
    border-color: rgba(0,0,0,.12);
    font-size: 14px;
    height: 24px;
}
button {
    height: 36px;
    padding-left: 24px;
    padding-right: 24px;
    color: rgb(103, 58, 183);
    background-color: white;
    border-radius: 5px;
    border: solid 1px;
    border-color: rgba(0,0,0,.12);
    font-weight: bold;
    cursor: pointer;
}
button:hover {
    background-color: #F9F7FC;
}
button:focus {
    background-color: #E4DBF1;
}
input[type="date"] {
    width: 127px;
    height: 24px;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: solid 1px;
    border-color: rgba(0,0,0,.12);
    font-size: 14px;
}
.resetButton {
    height: 36px;
    float: right;
    border: none;
    color: rgb(103, 58, 183);
    padding-left: 8px;
    font-weight: bold;
    border-radius: 5px;
    padding-right: 8px;
    cursor: pointer;
}
.resetButton:hover {
    background-color: #EAE7F8;
}
.resetButton:focus {
    background-color: #D6CEF0;
}
input[type="submit"] {
    color: white;
    background-color: #673AB7;
    height: 36px;
    padding-left: 24px;
    padding-right: 24px;
    border-radius: 5px;
    border: solid 1px;
    border-color: rgba(0,0,0,.12);
    font-weight: bold;
    cursor: pointer;
}
input[type="submit"]:hover {
    background-color: #7349BD;
}
input[type="submit"]:focus {
    background-color: #A084D2;
}
textarea {
    resize: none;
    font-family: Arial, Helvetica, sans-serif;
    width: 98%;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: solid 1px;
    border-color: rgba(0,0,0,.12);
    font-size: 14px;
    height: 24px;
}
.numpage {
    height: 24px;
    background-color: rgb(103, 58, 183);
    padding: 12px 24px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    color: white;
}
.numpage p {
    margin: 0;
}
.champstop {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border: solid 1px;
    padding-left: 5%;
    border-color: rgba(0,0,0,.12);
    padding-right: 5%;
    margin-bottom: 12px;
    padding-bottom: 32px;
    padding-top: 24px;
    background-color: white;
    border-top: none;
}
.present {
    height: 10px;
    background-color: rgb(103, 58, 183);
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    margin-top: 10px;
}
fieldset {
    border: none;
    padding-left: 0;
    padding-bottom: 0;
    padding-right: 0;
}
fieldset input {
    margin-top: 8px;
    margin-bottom: 8px;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    cursor: pointer;
}
fieldset legend {
    margin-bottom: 8px;
}
input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    width: 20px;
    height: 20px;
    padding: 2px;
    background-clip: content-box;
    border: 2px solid #bbbbbb;
    background-color: white;
    border-radius: 50%;
}
input[type="radio"]:checked {
    background-color: rgb(103, 58, 183);
    border: 2px solid rgb(103, 58, 183);
}
input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    width: 20px;
    height: 20px;
    padding: 2px;
    background-clip: content-box;
    border: 2px solid #bbbbbb;
    background-color: white;
    border-radius: 0;
}
input[type="checkbox"]:checked {
    background-color: rgb(103, 58, 183);
    border: 2px solid rgb(103, 58, 183);
}
input[type="checkbox"]::before {
    content: normal;
}
select {
    width: 176px;
    height: 48px;
    border: solid 1px;
    border-color: rgba(0,0,0,.12);
    padding-left: 16px;
    cursor: pointer;
    font-size: 14px;
}
.selectionner {
    color: rgba(0,0,0,.54);
    font-size: 14px;
}
#error-message {
    display: none;
    font-weight: bold;
    color: red
}
label {
    display: block;
    margin-bottom: 16px;
}
.score {
    float: right;
    font-weight: bold;
}
.success {
    text-align: center;
}
input[type="datetime-local"] {
    width: 170px;
    height: 24px;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: solid 1px;
    border-color: rgba(0,0,0,.12);
    font-size: 14px;
}
.erreur404 {
    position: absolute;
    left: 43%;
    top: 35%;
}
.accueil {
    color: white;
    background-color: #673AB7;
    height: 36px;
    padding-left: 24px;
    padding-right: 24px;
    border-radius: 5px;
    border: solid 1px;
    border-color: rgba(0,0,0,.12);
    font-weight: bold;
    cursor: pointer;
}
.accueil:hover {
    background-color: #7349BD;
}
.accueil:focus {
    background-color: #A084D2;
}
.fiche {
    border-color: #007BFF;
    color: #007BFF;
}
.fiche:hover {
    border-color: #007BFF;
    background-color: #007BFF;
    color: white;
}
.bilan {
    border-color: #28A745;
    color: #28A745;
}
.bilan:hover {
    border-color: #28A745;
    background-color: #28A745;
    color: white;
}
.recapitulatif {
    color: rgb(103, 58, 183);
    background-color: white;
}
.recapitulatif:hover {
    background-color: #F9F7FC;
}
.recapitulatif:focus {
    background-color: #E4DBF1;
}
.nouvellefiche {
    color: rgb(103, 58, 183);
    background-color: white;
}
.nouvellefiche:hover {
    background-color: #F9F7FC;
}
.nouvellefiche:focus {
    background-color: #E4DBF1;
}