.hideMobile {
    display: none;
}

#account_creation #side_create_account {
    display: none;
}

#account_creation, #connection {
    width: 100%;
}

#account_creation #create_account, #connection_form, #short_create_form {
    float: none !important;
    margin: 0;
    width: auto;
    max-width: 100%;
    padding: 20px;
}

#account_creation #create_account form .half_left, #account_creation #create_account form .half_right,
form .half_left_cp, form .half_right_cp {
    float: none;
    width: 100%;
}

#connection_short_create {
    width: 100%;
}

#connection_short_create #connection_form {
    margin-right: 0px;
    margin-bottom: 20px;
}

header h1 {
    font-size: 20px;
}

header h2 {
    font-size: 14px;
}

footer #footer_container {
    padding: 0;
}

.memorise, #connection #connection_form .half_right a {
    font-size: 12px;
}

#connection #connection_form .half_left {
    width: 36%;
}

#connection #connection_form .half_right {
    width: 60%;
}

#infos_container .side_create_account_content_links {
    text-align: center;
}

#infos_container .side_create_account_content_links a {
    width: 100%;
    margin: 0;
}

#infos_container .side_create_account_content_links {
    width: 100%;
}

@media screen and (max-width: 340px) {
    #create_account #create_account_form form input[type="submit"] {
        font-size: 10px;
    }
}