body{
	
	width: 100%;
	height : 100%;
	margin : 0;
}
#top_contener{
	display: block;
	position : absolute;
	background: transparent linear-gradient(0deg, rgb(187, 115, 59) 0%, rgb(247, 150, 70) 66%, rgb(250, 192, 144) 100%);
	width : 100%;
	height : 500px;
	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 : 900px;
	padding-bottom : 10px;
	margin-bottom : 50px;
}

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

#profil{
	width : 30%;
}

#top_content *{
	margin : 0px;
}


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

#poste{
	margin-top : 5px;
	font-weight: 600;
	font-size : 50px;
}

#bottom_content div{
	height : 60px;
	padding : 5px 0 20px 100px;
	font-family: 'Titillium Web', sans-serif;
    font-size : 45px;
	-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 : 20px !important;
	padding-top : 10px !important;
	padding-left : 10px !important;
	padding-right : auto !important;
	text-align : center !important;
	background : transparent linear-gradient(0deg, rgb(187, 115, 59) 0%, rgb(247, 150, 70) 66%, rgb(250, 192, 144) 100%);
	font-weight : 600;
    font-size : 40px !important;
	color : white;
}

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


.icon{
	width : 60px;
	  -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;
    font-size : 30px !important;
}

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

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


