.block_mon_compte{width:100%}
.block_mon_compte > div:nth-child(1){border-right:2px solid #b7b7b7}

.divMoncompte{
	width:50%;float:left;
	padding:10px;
	margin-bottom:30px;
}

.titleMoncompte
{
	color: #0098c5 !important;
	padding-top:15px;
	padding-bottom:15px;
	font-weight:bold;
	font-size:20px;
	text-transform:uppercase;
}

.form-group-compte{width:100%;margin-bottom:10px;}

.form-group-compte .label-compte-line{
	display:inline-block;
	width:150px;
	height:40px;
	text-transform:uppercase;
	padding-bottom:10px;
	padding-top:10px;
	font-weight:bold;
	color: #808080!important
}

.form-group-compte .short-label-compte-line{
	display:inline-block;
	width:65px;
	height:40px;
	text-transform:uppercase;
	padding-bottom:10px;
	padding-top:10px;
	font-weight:bold;
	color: #808080!important
}

.form-group-compte .input-compte-value{
	display:inline-block;
	height:40px;
	width:calc(100% - 160px);
}

.form-group-compte .input-compte-value .inputread
{
	background:none;
	/*border: 2px solid #fff;
	padding:10px;
	color: #0098c5 !important;
	font-weight:bold;
	width:100%*/
	width:100%;
	height:38px;
	border:2px solid #fff;
	font-size:14px;
	padding: 3px;
	color: #0098c5 !important;
}

.form-group-compte .input-compte-value .inputactif{
	/*background:#FFF;
	padding:10px;
	border: 1px solid grey;
	width:100%
	width:200px;*/
	
	width:100%;
	height:38px;
	border:2px solid #cccccc;
	font-size:14px;
	padding: 3px;	
}

.filet_compte
{
	border-radius: 25px;
	border:2px solid #b7b7b7;
    content: "";
    display: block;
    margin-bottom: 15px;
    width: 100%;
    /*** b7b7b7 ***/
}

.c_act
{
	float:left;
	margin-right:8px;
}

.c_stage
{
	float:left;
	margin-right:8px;
}



.socialTagCompte{
    background: #382e1c none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    display: block;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
}

.faCompte 
{
    font-family: FontAwesome;
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    text-rendering: auto;
    font-weight:400
}
.faCompte:before {
 content: "\f09a";
 }
 
 .twitterCompte 
{
    font-family: FontAwesome;
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    text-rendering: auto;
    font-weight:400
   /* font-size:16px!important;*/
}
 
 .twitterCompte:before {
  content: "\f099";
}

.googleCompte 
{
    font-family: FontAwesome;
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    text-rendering: auto;
    font-weight:400
   /* font-size:16px!important;*/
}

.googleCompte:before {
  content: "\f0d5";
}

.bt_delete_profil-pics
{
	width:20px;
	height:20px;
	background:#fff;
	display:block;	
	border:1px solid #0098c5;
	margin-right:5px;
	margin-top:3px;
	position:absolute;
	z-index:999;
	visibility:hidden;
}
			
.bt_delete_societe-pics{
	width:20px;
	height:20px;
	background:#fff;
	display:block;	
	border:1px solid #0098c5;
	margin-right:5px;
	margin-top:3px;
	position:absolute;
	z-index:999;
	visibility:hidden;
}
		
.deleteImg
{
color:red!important;font-size:14px;cursor:pointer;
top:-7px;
}
.onoffswitch {
	position: relative; width: 65px;
	-webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
	display: none;
}
.onoffswitch-label {
	display: block; overflow: hidden; cursor: pointer;
	border: 2px solid #999999; border-radius: 12px;
}
.onoffswitch-inner {
	display: block; width: 200%; margin-left: -100%;
	transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
	display: block; float: left; width: 50%; height: 21px; padding: 0; line-height: 21px;
	font-size: 13px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
	box-sizing: border-box;
}
.onoffswitch-inner:before {
	content: "Oui";
	padding-left: 11px;
	background-color: #0098C5; color: #FFFFFF;
}
.onoffswitch-inner:after {
	content: "Non";
	padding-right: 11px;
	background-color: #EEEEEE; color: #999999;
	text-align: right;
}
.onoffswitch-switch {
	display: block; width: 14px; margin: 3.5px;
	background: #FFFFFF;
	position: absolute; top: 0; bottom: 0;
	right: 40px;
	border: 2px solid #999999; border-radius: 12px;
	transition: all 0.3s ease-in 0s; 
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
	margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
	right: 0px; 
}