body{
    display: block;
    background-color: #fff;
    margin: 0;
}
div{
    display: block;
}
a{
    color: #7fbc56;
}
.bandeau{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    padding: 40px 0;
    background-image: url(../images/visuel_fond_header.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    font-size: 26px;
    line-height: 32px;
    text-align: center;
    color: white;
    font-family: 'OpenSans', sans-serif;
}
img{
    max-width: 154px;
    filter: grayscale(100%) brightness(100);
    margin-bottom: 1rem;
}
.connection{
    background-color: white;
    max-width: 477px !important;
    width: 100%;
    padding: 40px 40px 27px;
    margin: 0 auto;
    border: 0;
    box-shadow: 0 2px 4px -1px rgb(0 0 0 / 20%), 0 -2px 7px 0 rgb(0 0 0 / 32%);
    transition: all .3s ease-in-out;
    margin-top: 3rem;
}
.connection:hover{
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 40%), 0 7px 25px 7px rgb(0 0 0 / 32%);
}
.title{
    margin: -40px -40px 25px;
    background: #7fbc56;
}
.h1title{
    font-size: 16px;
    font-weight: normal;
    letter-spacing: .4px;
    color: white;
    padding: 18px;
    text-align: center;
}
.form{
    display: block;
}
.form-group{
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    font-family: 'OpenSans', sans-serif;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: -0.24px;
    color: #666666;
    margin-bottom: 15px;
}
.form-group input {
    padding: 13px 5px;
    border: 1px solid #d7d7d7;
/*     background-color: #E8F0FE; */
}
.info{
    font-family: 'OpenSans', sans-serif;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 30px;
}
.submit{
    appearance: auto;
    user-select: none;
    white-space: pre;
    align-items: flex-start;
    text-align: center;
    cursor: default;
    box-sizing: border-box;
    background-color: #F0F0F0;
    color: black;
   cursor: pointer;
}
.link{
    cursor: pointer;
    text-decoration: underline;
}
.login-settings{
    display: flex;
    justify-content: space-between;
    flex-flow: row;
    margin-bottom: 21px;
}