body {
    background-color: #ffffff;
    margin: 0px;
    font-family: 'Open sans', Arial, Helvetica, sans-serif;
}

header {
    background-color: #daeaf6;
    justify-content: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1em;
    margin-bottom: 30px;
}

nav {
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
}

img.logo {
    width: 300px;
}

img.françoise {
    width: 200px;
    border-radius: 10px;
    float: left;
    margin: 0 30px 15px 0;
}

img.mascotte {
    width: 400px;
    border-radius: 10px;
    float: right;
 
}

img.bilan {
    width: 240px;
    border-radius: 10px;
    margin: 15px 0 15px 30px;
    float: right;
 
}

img.qrcode {
    width: 120px;
}

span.navspace {
    margin: 10px;
}

a.current {
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    color: #007d6f;
    font-weight: bold;
    text-decoration: underline;
}

a.neutral {
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    color: #3498db;
    font-weight: bold;
    text-decoration: none;
}

section {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

div.content {
    font-size: 1.2em;
    width: 50vw;
    text-align: justify;
}

div.footercontent {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    width: 50vw;
}

div.contacts {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

h1 {
    color: #007d6f;
    margin: 0;
    font-size: 2em;
    text-align: left;
}

h2 {
    text-align: left;
}

h3,h4 {
    margin: 0 0 10px 0; 
}

h6 {
    font-weight: normal;
    margin: 0;
}

footer {
    min-width: 100vw;
    margin-top: 50px;
    background-color: #f4f4f4;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 150px;
}

form {
    display: flex;
    flex-direction: column;
}

input.prénom, textarea.commentaire {
    resize: none;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    width: 45vw;
    border-color: #007d6f;
    border-width: 3px;
    border-radius: 10px;
    padding: 10px;
    margin: 10px;
}

input.button{
    max-width: 200px;
    height: 50px;
    background-color: #007d6f;
    color: #ffffff;
    font-size: 1.2em;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-weight: bold;
    border-width: 0;
    border-radius: 10px;
    cursor: pointer;
}

textarea.commentaire {
    min-height: 30vh;
}

input.radio {
    
}

::placeholder {
    font-style: italic;
}

@media screen and (max-width: 1300px) {
    div.content {
        font-size: 1.2em;
        width: 75vw;
        text-align: justify;
    }

    div.footercontent {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        text-align: center;
        width: 75vw;
    }

    img.bilan {
        width: 240px;
        border-radius: 10px;
        margin: 15px auto 30px auto;
        float: none;
        display: block;
     
    }
}

@media screen and (max-width: 850px) {
    div.footercontent {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        text-align: center;
        width: 75vw;
    }
    img.qrcode {
        width: 120px;
        padding: 20px;
    }
}