body
{
    font-family: 'helvetica'
}

*
{
    box-sizing: border-box
}

body, header, div, nav, section, ul, li, h1, h2, h3, h4, button
{
    margin: 0;
    padding: 0
}

ul
{
    list-style-type: none
}

a
{
    text-decoration: none
}

body
{
    background: #ededef
}

.lien
{
    color: #2b2e83
}

.lien:hover
{
    text-decoration: underline
}

.erreurs
{
    width: 100%;
    color: red;
    font-weight: bolder;
    margin-bottom: 15px;
    overflow: hidden;
    font-size: 0.8em
}

header
{
    
}

.logo
{
    position: fixed;
    background: white;
    width: 80px;
    height: 80px;
    border-radius: 0px 0px 20px 0px;
    border: solid 2px #2b2e83
}

.logo img
{
    height: 40px;
    margin: 20px 0px 0px -10px
}

.menu
{
    width: 100%;
    height: 60px;
    background: #2b2e83
}

.page
{
    height: 120px;
    text-align: center;
}

.page h2
{
    line-height: 120px;
    color: #2b2e83
}

main
{
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    background: white;
    overflow: hidden
}

main h3
{
    color: #2daae1;
    margin-bottom: 30px
}



.client, .nouveau
{
    width: 49%
}

.formulaire ul
{
    margin-bottom: 20px
}

.formulaire > ul > li
{
    width: 100%;
    margin-bottom: 5px;
    overflow: hidden
}

.formulaire > ul > li li
{
    width: 49%;
    float: left
}

.formulaire > ul > li li:last-child
{
    float: right
}

.formulaire button
{
    line-height: 40px;
    width: 250px;
    border: none;
    background: #2daae1;
    color: white;
    cursor: pointer
}

.formulaire button:hover
{
    background: #2b2e83
}

.formulaire button i
{
    display: block;
    float: left;
    line-height: 40px;
    width: 50px;
    color: white;
    background: #2b2e83
}

.formulaire input
{
    width: 100%;
    height: 40px;
    padding-left: 10px;
    outline: none;
    border: dotted 1px #999
}

.formulaire input:focus
{
    border-color: #2daae1
}

.client
{
    float: left
}

.client form
{
    margin-bottom: 20px
}

.nouveau
{
    float: right
}


.form-connect a
{
    display: block;
    color: #2daae1;
    margin-top: 15px
}

footer > div
{
    max-width: 1200px;
    margin: 0 auto
}

footer li
{
    float: left;
    margin-right: 20px;
    margin-top: 40px
}

@media screen and (max-width: 700px)
{
    main
    {
        width: 96%;
    }
    
    .client, .nouveau
    {
        width: 100%
    }
    
    .client
    {
        margin-bottom: 30px
    }
    
    
    .formulaire > ul > li li
    {
        width: 100%;
        margin-bottom: 5px
    }
    
    .formulaire > ul > li li:last-child
    {
        margin-bottom: 0px
    }
}