div#formresa-form {
    background: #ECF0F1;
    border: 1px solid #ECF0F1;
    margin-left: 40px;
    width: 302px;
    z-index: 9999;
    box-shadow: 8px 8px 12px #555656;
}

div#formresa-form div:first-of-type {
    border: 3px solid #fff;
}

div#formresa-candidat {
    position: absolute;
    bottom: 0;
    background: #E8F6FF;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 70px;
    color: #012044;
    opacity: 0.9;
    display: none;
}

div#formresa-candidat-close {
    float: left;
    margin-top: -20px;
    margin-left: 15px;
}

div#formresa-form form {
    margin-top: 8px;
    margin-left: 10px;
}

img#btn-formresa {
    cursor: pointer;
}

div#formresa-form .alignr {
    text-align: right;
}

div#formresa-form #close-formresa {
    position: absolute;
    right: 4px;
    top: 8px;
    cursor: pointer;
}

div#formresa-conteneur {
    position: fixed;
    right: 0;
    z-index: 999;
    top: 160px;
    font-size: 11.52px;
}

div#formresa-form form input {
    border: 1px solid #ECF0F1;
    padding: 1px;
    margin: 1px;
}

div#formresa-form #btn-envoi {
    background: #27AE60;
    border: 1px solid #1E874B;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 50px;
    margin-top: 10px;
    width: 60px;
    height: 25px;
}

div#formresa-form #btn-envoi:hover {
    background: #1E874B;
}

@media screen and (max-height: 610px) {
    div#formresa-conteneur {
        top: 130px !important;
    }
}