.users_public_container{
	width: 80%;
	background-color: white;
	padding-top: 10px;
    padding-left: 20%;
/*
	border-bottom: 1px solid #b4b4b4;
	border-top: 1px solid #b4b4b4;
*/
}
.users_public_container form table{
    width: 80%;
}
.users_public_coordonne span{
    margin-left: 10px;
    text-decoration: underline;
    font-weight: bold;
}
.users_public_container form button{
	background-color: #bf0a10;
	color: white;
	text-shadow: 1px 1px 1px black;
	border-radius: 7px;
	font-weight: bold;
	box-shadow: 1px 1px 1px black;
	margin-top: 5px;
	border: unset;
	margin-left: calc(30% - 36px);
	margin-bottom: 10px;
}
.mon_compte{
    padding: 20px;
    border-top: 1px solid #b4b4b4;
    background-color: white;
    border-bottom: 1px solid #b4b4b4;
}
.mon_compte li{
	width: 50%;
	display: inline-block;
	text-align: center;
}
.mon_compte li a{
	background-color: #bf0a10;
	color: white;
	text-shadow: 1px 1px 1px black;
	border-radius: 7px;
	font-weight: bold;
	box-shadow: 1px 1px 1px black;
	margin-top: 5px;
	border: unset;
	padding: 5px 7px 2px 7px;
}
.users_public_title{
    padding-left: 20px;
    font-size: 35px;
    text-transform: uppercase;
    text-decoration: underline;
}
@media screen and (max-width: 1080px) {
    .mon_compte {
        margin-top: 9.8vw;
    }
    .users_public_container {
        padding-left: 4%;
        width: unset;
    }
    .users_public_container form button {
        margin-left: calc(46% - 3.6vw);
        font-size: 2.5vw;
    }
}
