@media (max-width: 1000px) {
.menu_container {
	margin: 150px 5vw 5vw 10vw;
}
.menu_users {
    width: 80vw !important;
}
.menu_notifications {
    width: 80vw;
}
.menu_positions {
	position: relative;
	width: 80vw;
    height: 24vw;
    float: left;
    background-color: #d2fff6;
    background-image: url("/javax.faces.resource/images/posbg.jpg.xhtml");
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: -340px;
}
.menu_published {
	position: relative;
    width: 80vw;
    height: 20vw;
    float: left;
    background-color: #45b864;
    background-image: url("/javax.faces.resource/images/popsbg.jpg.xhtml");
    background-repeat: no-repeat;
    background-size: cover;
}
.menu_stats {
	position: relative;
    width: 80vw;
    height: 15vw;
    float: left;
    background-color: #3a8476;
    background-image: url("/javax.faces.resource/images/statsbg.jpg.xhtml");
    background-repeat: no-repeat;
    background-position: center;
}
.menu_documents {
	position: relative;
    width: 80vw;
    height: 15vw;
    float: left;
    background-color: #3a8476;
}
.menu_settings {
	position: relative;
    width: 80vw;
    height: 20vw;
    float: left;
    background-color: #6cbda6;
    background-image: url("/javax.faces.resource/images/settingsbg.jpg.xhtml");
    background-repeat: no-repeat;
    background-position: center;
}
.logged_state_text {
	font-size: 4vw;
	font-weight: bold;
	margin-left: 10px;
	margin-top: 10px;
    margin-bottom: 0px;
}
.positions_text {
    font-size: 4.3vw;
	font-weight: bold;
	font-weight: bold;
	margin-left: 10px;
	margin-top: 10px;
}
.published_text {
	color: white;
    font-size: 4vw;
	font-weight: bold;
	margin-left: 10px;
	margin-top: 10px;
}
.statistics_text {
	color: white;
    font-size: 3.8vw;
	font-weight: bold;
	margin-left: 10px;
	margin-top: 10px;
}
.settings_text {
	color: white;
    font-size: 4vw;
	font-weight: bold;
	margin-left: 10px;
	margin-top: 10px;
}
.notifications_text {
	font-size: 4vw;
    font-weight: bold;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 0;
}

.menu_user_infos {
    margin-left: 10px;
    margin-top: 0px;
}
.user_settings_title{
	margin-left: 10px;
    font-size: 2.7vw;
    bottom: 0px;
    position: absolute;
    margin-bottom: 5px;
}
}