body{
	
	width: 100%;
	height : 100%;
	margin : 0;
}
#top_contener{
	display: block;
	position : absolute;
	background: transparent linear-gradient(0deg, rgb(31, 73, 125) 0%, rgb(31, 73, 125) 1%, rgb(142, 180, 227) 100%);
	width : 100%;
	height : 320px;
	z-index : 0;
	top : 0px;
}

#main_content{
	z-index: 1;
	margin-top : 30px;
	margin-right: auto;
	margin-left: auto;
	background: transparent;
	box-shadow : 0 -5px 40px 7px rgba(0, 0, 0, 0.08);
	position : relative;
	display: block;
	height : auto;
	width : 450px;
	padding-bottom : 10px;
	margin-bottom : 50px;
}

#top_content{
	height : 280px;
	text-align: center;
	padding-top : 10px;
	color : white;
	position: relative;
	font-family: 'Titillium Web', sans-serif;
}

#profil{
/*	border-radius : 50px;*/
	width : 30%;
}

#top_content *{

	margin : 0px;
}

#raccourcis{

	height : 55px;
	width : 100%;
	display : table;
	table-layout: fixed;
	position : absolute;
	bottom :0;
}
#nom{
	font-weight : 600;
	font-size : 25px;
}

#poste{
	margin-top : 5px;
	font-weight: 300;
	font-size : 18px;
}

#raccourcis a{
	display : table-cell;
	border : 1px solid rgba(255, 255, 255, 0.15);
	border-bottom : 0px;
	cursor : pointer;
	width: 33%;
}

#raccourcis a img{
	margin-top : 9px;
}
#raccourcis #web, #raccourcis #call{
	border-left: 0px;
	border-right: 0px;
}

#raccourcis #web a img{
	width : 50px;
}

#raccourcis #call a img{
	width : 50px;
}

#raccourcis #email a img{
	width : 50px;
}


#raccourcis a:hover{
	background-color: rgba(0, 0, 0, 0.1);
}

#bottom_content div{
	height : 30px;
	padding : 5px 0 20px 100px;
	font-family: 'Titillium Web', sans-serif;


	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.separation{

	height : 1px !important;
	margin-left : 100px;
	margin-right : 50px;
	padding : 0px !important;
	background-color : #eaeaea;
}

#vcard{
	height : 50px;
	width : 350px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-top : 40px;
	cursor : pointer;
	box-shadow : 5px 8.7px 20px rgba(86, 86, 86, 0.5);
	margin-bottom : 40px;
	border-radius: 5px;
	padding-bottom : 10px !important;
	padding-top : 5px !important;
	padding-left : 10px !important;
	padding-right : auto !important;
	text-align : center !important;
	background : transparent linear-gradient(0deg, rgb(31, 73, 125) 0%, rgb(31, 73, 125) 1%, rgb(50, 118, 200) 100%);
	font-weight : 600;
	font-size : 20px;
	color : white;
}

#vcard:hover{
	box-shadow : 5px 8.7px 20px rgba(86, 86, 86, 0.9) !important
}

.picto{
	width : 30px;
	position : absolute;
	left : 35px;
	margin-top : 10px;
}

.icon{
	width : 45px;
	  -webkit-transform: scale(1);
	  -moz-transform: scale(1);
	  -o-transform: scale(1);
	  -ms-transform: scale(1);
	  transform: scale(1);
	  margin-top : 5px;
	  margin-right : 3px;
}

.icon:hover{
	cursor : pointer;
	transform: scale(1.1);
	  -ms-transform: scale(1.1);
	  -webkit-transform: scale(1.1);
	  -o-transform: scale(1.1);
	  -moz-transform: scale(1.1);
}

.legende{
	color : #82848f;
}

#profession{
	padding-top : 22px !important;
	padding-bottom : 10px !important;
}

.lien{
	text-decoration: none;
	color : inherit;
}


