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 : 225px;
	z-index : 0;
	top : 0px;
}

#main_content{
	z-index: 1;
	margin-top : 10px;
	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 : 400px;
	padding-bottom : 10px;
}

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

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

#top_content *{
	margin : 0px;
}

#nom{
	font-weight : 600;
	font-size : 25px;
}

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

#profession{
    font-weight: 600;
    color: rgb(90, 90, 90);
    font-size : 18px;
    padding-top : 10px !important;
    padding-bottom : 0px !important;
}

#bottom_content div{
	height : 30px;
	padding : 5px 0px 0px 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;
}

#social{
    padding : 5px 0px 20px 100px !important;
}

#share{
    padding : 5px 0px 20px 100px !important;
}

#vcard{
	height : 50px;
    width : 300px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-top : 20px;
	cursor : pointer;
	box-shadow : 5px 8.7px 20px rgba(86, 86, 86, 0.5);
	margin-bottom : 10px;
	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 : 25px;
	position : absolute;
	left : 35px;
	margin-top : 0px;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

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

.icon{
    width : 30px;
	  -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.2);
	  -ms-transform: scale(1.2);
	  -webkit-transform: scale(1.2);
	  -o-transform: scale(1.2);
	  -moz-transform: scale(1.2);
}

.legende{
/*	color : #82848f;*/
    color : #aaaaaa;
}

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


