html,
body {
    height: 100%;
    margin: 0px;
}

.applying-panel-container {
    padding: 25px;
}

.logo img {
    margin: 20px 0;
}

#applying-options .btn .fa {
    font-size: 5em;
}

.info {
    text-align: justify;
    text-justify: inter-word;
    font-size: 1.1em;
}

.form-group .cv-commentary {
    padding: 0 50px;
}

#applying-options .btn {
    margin-bottom: 20px;
}

#account-apply-form-container .btn {
    margin-top: 10px;
}

.thankyou-alert-message {
    margin-bottom: 0px;
}

@media only screen and (max-width: 767px) {

    .applying-panel-container {
        padding: 4px;
    }

    .logo img {
        height: 50px;
    }

    #applying-options .btn .fa {
        font-size: 1.5em;
    }

    .info {
        text-align: left;
    }



}

/* Pour l'image de profile de l'usager connecté */
.profilePicture img {
    width: 40px;
    height: 40px;
    border-radius: 100%;
}

/*
|--------------------------------------------------------------------------
| Storage buttons
|--------------------------------------------------------------------------
 */

.form-storage-buttons-container .storage-buttons {
    padding: 10px 0px;
}

.jFiler-items-default .jFiler-item {
    margin-top: 10px
}
