.leftMenu {
	width: 100px;
	background: #f5f5f5;
	display: inline-block;
	border-left: 5px solid #686868
}

.leftMenu nav ul {
	margin: 0;
	list-style: none;
	padding-top: 10px;
	padding-bottom: 100px;
}

.leftMenu nav ul li a {
	padding: 20px 10px 10px;
	display: block;
	text-align: center;
	color: #686868;
	font-size: 13px;
	opacity: 0.5;
}

.leftMenu nav ul li a:hover {
	background-color: #fff;
	transition: all 300ms linear;
	text-decoration: none;
	opacity: 1;
}

.leftMenu nav ul li.active {
	background-color: #fff;
}

.leftMenu nav ul li.active a{
	opacity: 1;
}

.profil_content {
	display: inline-block;
	vertical-align: top;
	padding-left: 10px;
}

.profil_content form {
	text-align: center;
	padding-top: 20px;
	
}

.profil_content label {
	width: 170px;
	display: inline-block;
	line-height: 26px;
	margin: 2px;
	text-align: left;
}

.profil_content .right {
	width: 150px;
}

.profil_content .right img {
	width: 150px;
	height: 150px;
	margin-bottom: 10px;
}

.profil_content input {
	padding: 4px;
	width: 180px;
}

.profil_content .left {
	margin-top: 25px;
}

.profil_content .myProfil div {
	display: inline-block;	
}

.profil_content .left ul {
	list-style: none;
	margin: 0;
}

.profil_content .left .desc li {
	padding: 7px 0px 7px 0px;
}

.profil_content .left .desc li {
	width: 49%;
	display: inline-block;
}

.profil_content .left .desc li.name {
	width: 40%;
	padding-right: 8%;
	text-align: right;
	font-size: 15px;
	font-weight: bold;
	color: #575757;
}

.profil_content .warning_user {
	background-color: #fcf8e3;
	border-color: #faebcc;
	color: #8a6d3b;
	margin-bottom: 20px;
	padding: 10px;
}

.profil_content .number {
	background-color: #eee;
	display: inline-block;
	text-align: center !important;
	font-size: 16px;
	font-weight: 300;
	line-height: 45px;
	color: #302D2D;
	margin-right: 10px;
	height: 45px;
	width: 45px;
	-webkit-border-radius: 50% !important;
	-moz-border-radius: 50% !important;
	border-radius: 50% !important;
}

.profil_content h3 {
	color: #3A3A3A;
	border: none;
}

a.btn {
	display: inline-block;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: 5px;
	border-radius: 2px;
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	border: solid 1px #b7b7b7;
	background: #fff;
	color: #606060;
	margin-top: 5px;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
}

.btn:hover {
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
}

.btn:active {
	color: #999;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
	background: -moz-linear-gradient(top,  #ededed,  #fff);
}

@media (min-width:1260px){
	.profil_content {
		width: 85%;
	}
	
	.profil_content .left {
		width: 79%;
	}
}

@media (max-width:1259px){
	.profil_content {
		width: 80%;
	}
}

.fos_user_registration_register {
    text-align: center;
}

.fos_user_registration_register label {
    width: 170px;
    display: inline-block;
    line-height: 26px;
    margin: 2px;
    text-align: left;
}

.fos_user_registration_register input {
    padding: 4px;
    width: 180px;
}

.fos_user_registration_register div {
    padding-bottom: 5px;
}

.m-profil-content-top {
    padding-top: 10px;
}

.m-profil-content-top > div {
    display: inline-block;
}

.m-profil-content-top > .left {
    width: calc(100% - 115px);
    vertical-align: top;
}

.m-profil-content-top > .left > .name {
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    margin-top: 10px;
}

.m-profil-content-top > .left > .message {
    text-align: center;
    margin-top: 5px;
}

.m-profil-content-top > .right {
    width: 110px;
}

.m-profil-content-top > .right > img {
    width: 100px;
}

.m-profil-content-middle {
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.m-profil-content-middle .libelle {
    display: inline-block;
    width: 49%;
    font-size: 14px;
    font-weight: bold;
    color: #7E7E7E;
}

.m-profil-content-middle .cont {
    display: inline-block;
    width: 49%;
    font-size: 14px;
}