@charset "UTF-8";

.logo {
    width: 668px;
    height: 74px;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 50px auto;
    display: block;
}

.login-block {
    width: 320px;
    padding: 20px;
    background: #f2f2f2;
    border-radius: 5px;
    border-top: 5px solid #e46c0a;
    margin: auto auto;
    font-family: consolas,'Museo-300','Times New Roman';
}

.login-block label {
    font-weight:bold;
}

.login-block h1 {
    text-align: center;
    color: #000;
    font-size: 18px;
 /*   text-transform: uppercase; */
    margin-top: 0;
    margin-bottom: 20px;
}

.login-block input{
    width: 100%;
    height: 42px;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    font-size: 16px;
    font-family: 'Museo-300', consolas;
    padding: 0 20px 0 50px;
    outline: none;
}

.login-block input#email, input#firstname{
    background: #fff url('u0XmBmv.png') 20px top no-repeat;
    background-size: 16px 80px;
}


.login-block input#email:focus, input#firstname:focus{
    background: #fff url('u0XmBmv.png') 20px bottom no-repeat;
    background-size: 16px 80px;
}

.login-block input#password, input#confirm-password{
    background: #fff url('Qf83FTt.png') 20px top no-repeat;
    background-size: 16px 80px;
}

.login-block input#password:focus, input#confirm-password:focus{
    background: #fff url('Qf83FTt.png') 20px bottom no-repeat;
    background-size: 16px 80px;
}

.login-block button {
    width: 100%;
    height: 40px;
    background: #4CAF50; /* Vert preferer*/
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #4CAF50;
    color: #fff;
    font-weight: bold;
/*    text-transform: uppercase; */
    font-size: 14px;
    font-family: consolas;
    outline: none;
    cursor: pointer;
}

.login-block button:hover {
    background: #e46c0a; /* Orange preferer*/
    border: 1px solid #e46c0a;
}

/* Specifique au formulaire edition et creation */
#editor-block {
    width: 1000px;
}

#editor-block input{
    padding: 0 20px 0 20px;
}

#editor-block textarea{
    padding: 20px;
    resize: none;
}


/* Specifique au formulaire Contact */

#contact-block, #upload-block {
    width: 600px;
    padding: 20px;
    background: #f2f2f2;
    border-radius: 5px;
    border-top: 5px solid #e46c0a;
    margin: auto auto;
    resize:none;
}

.login-block textarea{
    width: 100%;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    font-size: 16px;
    font-family: 'Museo-300', consolas;
    padding: 0 20px 0 50px;
    outline: none;
    resize: none;
}

.login-block input#mail {
    background: #fff 20px top no-repeat;
    background-size: 16px 80px;
}

.login-block input#mail:focus {
    background: #fff 20px bottom no-repeat;
    background-size: 16px 80px;
}

.my-form{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}

.pushfooter {
    height: 7em;
}

#footer {
    position: fixed;
    right:0px;
    bottom:0px;
    left:0px;
    background-color: black;
    height: 5em;
    color: white;
    text-align: center;
    line-height: 1.0;
    width: 100%;
}