/* CSS Document */

main{
	background: #ebebeb;
}

@media (max-width:991px){
	.text-gris .pull-right {
    float: none !important;
		display: block;
	}
}
/***************** entete ****************/
.nom-compte{
	font-size: 33px;
	color: #666;
	font-family: 'CalibriLight';
	text-transform: uppercase;
	line-height: 1;
	margin-top:15px;
	margin-bottom:30px;
}

#compte .nom-compte{
	margin-top:30px;
	margin-bottom:60px;
}

.nom-compte span{
	display: block;
	color:#4d16bd;
	font-size: 36px;
	font-family: 'CalibriBold';
}

@media(max-width:768px){
	.nom-compte{
		margin-top:0;
		margin-bottom:30px;
	}
}

/*************** dashboard ***************/
@media(min-width:768px){
	#dashboard{
		display: table;
		width: 100%;
		padding: 0;
	}
	#dashboard ul{
		padding: 0;
		display: table-row;
	}
	#dashboard ul li{
		display: table-cell;
		vertical-align: middle;
		width: 33.33333%;
	}
	#dashboard ul li:not(:nth-child(n+3)){
		border-right:#d1d1d1 solid 1px;
	}
	#dashboard ul:not(:last-child) li{
		border-bottom:#d1d1d1 solid 1px;
	}
}
#dashboard ul li a{
	color:#666;
	vertical-align: middle;
	padding: 40px;
	display: inline-block;
	width: 100%;
}
#dashboard ul li a:hover{
	background: #eee;
}
#dashboard ul li i{
	font-size:50px;
	display: inline-block;
	margin-right: 20px;
	vertical-align: middle;
}
#dashboard ul li span{
	font-size: 24px;
	font-family: "CalibriBold";
	text-transform:uppercase;
	vertical-align: middle;
}

@media(min-width:991px) and (max-width:1199px){
	#dashboard ul li i{
		font-size:30px;
		margin-right: 20px;
	}
	#dashboard ul li span{
		font-size: 20px;
	}
}
@media(min-width:768px) and (max-width:991px){
	#dashboard ul li{
		text-align: center;
	}
	#dashboard ul li i{
		font-size:40px;
		margin-right: 0;
		display: block;
	}
	#dashboard ul li span{
		font-size:18px;
	}
	.profilRecruteur .row .col-sm-6:nth-child(9) label{
		margin-top: 25px;
	}
	.profilRecruteur .row .col-md-12:nth-child(20){
		clear: both;
	}
}

@media(max-width:768px){
	#dashboard ul{
		padding: 0;
		margin-bottom:0;
	}
	#dashboard ul li{
		list-style-type: none;
	}
	#dashboard ul li a{
		padding: 20px;
	}
	#dashboard ul li{
		border-bottom:#d1d1d1 solid 1px;
	}
	#dashboard ul:last-child li:last-child{
		border-bottom:none;
	}
	#dashboard ul li i{
		font-size: 30px;
	}
	#dashboard ul li span{
		font-size:18px;
	}
}

/******************* formulaires compte ********************/
.box-table{
	padding: 20px;
}
main:not(.nom-compte) .box{
	margin-bottom:30px;
}
main:not(.nom-compte){
	padding-bottom:60px;
}
.box fieldset{
	padding: 30px;
}
.box fieldset .btn-violet{
	display: inline-block;
	width: auto;
	float: right;
	padding-left:40px;
	padding-right:40px;
}
.box fieldset .btn-violet i{
	margin-right:5px;
}
.table .btn-filet-violet{
	margin: 0 !important;
	font-size: 13px;
}
.ref{
	color: #666;
    font-family: "CalibriLight";
    font-size: 16px;
    text-transform: uppercase;
}

/************************** fsCarac *******************************/
@media(min-width:991px){
	.fsCarac #form-connexion,
	.fsCarac #head_links_login_page{
		padding:40px;
	}
	.fsCarac #form-connexion{
		border-right:#ccc solid 1px;
	}
	.fsCarac #head_links_login_page{
		border-left:#ccc solid 1px;
		margin-left: -1px;
	}
}
