/* CSS 3 */

@font-face {
	font-family: 'marcelle';
	src: url('fonts/marcelle.eot');
	src: local('marcelle'), url('fonts/marcelle.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Logobloqo';
	src: url('fonts/Logobloqo.eot');
	src: local('Logobloqo'), url('fonts/Logobloqo.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}


header, nav, footer, figure, section {
  display: block;
}

body {
  background-color: black;
}

h1 {
  font-family: "marcelle", Tahoma, "Trebuchet MS", Arial, Helvetica, FreeSans, sans-serif;
  font-size: 58px;
  font-weight: normal;
  margin: 0.67em 0px;
  margin-top: 15px;
  margin-bottom: 0px;
  margin-left: 25px;
  color : white;
}

p {
  font-family: "Trebuchet MS", Arial, Helvetica, FreeSans, sans-serif;
  font-size: 15px;
  margin-top: 0px;
  margin-bottom: 20px;
  margin-left: 30px;
  color : white;
}

a {
  display: block;
  padding-top: 13px;
  padding-bottom: 13px;
  margin: 13px -10px;
  font-family: "marcelle", Tahoma, "Trebuchet MS", Arial, Helvetica, FreeSans, sans-serif;
  font-size: 35px; 
  line-height: 0.8;
  color: white;
  text-decoration: none;
  text-align: center;
}

a:hover { 
  -moz-box-shadow: 1px 1px 13px #fff;  
  -webkit-box-shadow: 1px 1px 13px #fff;  
  box-shadow: 1px 1px 13px #fff; 
  -webkit-transition: all .2s;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: initial;
  -webkit-transition-delay: initial;
  -moz-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.pro {
  -moz-transform: rotate(-1deg);  
  -webkit-transform: rotate(-1deg);
}

.perso {
  -moz-transform: rotate(1deg);  
  -webkit-transform: rotate(1deg);
}

.properso {
  font-family: "Logobloqo", sans-serif;
  font-size: 30px;
  opacity: 0.4;
}

.sep {
	margin-bottom: 40px;
}

#linkedIn {
  background-color: #FFC720;
}

#viadeo {
  background-color: #FF9900;
}

#cv {
  background-color: #E3AC38;
}

#facebook {
  background-color: #3B5998;
}

#twitter {
  background-color: #8EC1DA;
}

#google {
  background-color: #FFC720;
}
