@media (max-width: 720px) {
    
    .user-info {
        width: 100% !important;
        display: block !important;
    }
    
    .user-info-menu {
        width: 100% !important;
        display: block !important;
        text-align: center;
    }    
    
    .main-user-edit-info {
        width: 100% !important;
        display: block !important;
    }
    
    .user-info-menu {
        width: 100% !important;
        display: block !important;
    }
    
    .user-edit-info {
        width: 100% !important;
        display: block !important;
    }

    .password-change {
        width: 100% !important;
        display: block !important;
    }
    
    .delete-account {
        width: 100% !important;
        display: block !important;
    }
    
    .user-chat {
        width: 100% !important;
        display: block !important;
    }
    
    .user-chat-menu {
        width: 100% !important;
        display: block !important;
    }
    
    .user-chat-history {
        width: 100% !important;
        display: block !important;
    }
        
    .user-chat-history-wrapper {
        width: 100% !important;
        display: block !important;
        height: 500px !important;
        overflow-y: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none; 
    }
}

.container-image-cover {
    position: relative;
    padding-bottom: 25px;
}

.image-fond {
    width: 100%;
    height: 300px;
    object-fit: cover; 
    object-position: center;
    border: 2.5px solid black;
}

.image-dessus {
    position: absolute;
    top: 175px;
    left: 25px;
    z-index: 10; /* Au-dessus */
    border: 2.5px solid black;
    border-radius: 50%; 
    width: 150px; 
    height: 150px; 
    object-fit: cover; 
    object-position: center;
}

.container-image-cover-widget {
    position: relative;
    padding-bottom: 50px;
}

.image-fond-widget {
    width: 100%;
    height: 125px;
    object-fit: cover; 
    object-position: center;
    border: 1px solid black;
}

.image-dessus-widget {
    position: absolute;
    top: 75px;
    left: calc(50% - 50px);
    z-index: 10; /* Au-dessus */
    border: 1px solid black;
    border-radius: 50%; 
    width: 100px; 
    height: 100px; 
    object-fit: cover; 
    object-position: center;
}

.user-info-widget {
	text-align: center;
	padding-bottom: 5px;
}

.candidacy-info-widget {
	text-align: center;
	padding-bottom: 5px;
}

.jobs-info-widget {
	text-align: center;
	padding-bottom: 5px;
}

.user-chat-history-wrapper {
    width: 100% !important;
    display: block !important;
    height: 500px !important;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none; 
}

button {
	color: #fff !important;
}

button a {
	color: #fff !important;
}