@media (max-width: 466px) {
    .profil-description .three_fourth {
        width: 100% !important;
    }
}

@media (min-width: 466px) {
    .profil-description .three_fourth {
        width: 400px !important;
    }
}

@media (max-width: 632px) {
    .tab-content {
        overflow: visible;
    }

    .personnalisation_profil {
        float: none !important;
    }

    .personnalisation_profil #presentation_personnelle, .personnalisation_profil #centre_interet, .personnalisation_profil #autres_infos {
        width: 100% !important;
    }
}

@media (min-width: 571px) {
    #modifier_profil {
        margin-top: 15px;
        float: none !important;
    }
}

@media (max-width: 571px) {
    #modifier_profil {
        margin-top: 27px;
        float: none !important;
        margin-right: auto;
        margin-left: auto;
        display: table;
    }
}

#modification_form {
    height: 100%;
}