@charset "utf-8";
/* CSS Document */

body {
	margin: 100px;
	height: auto;
}

body,td,th {
	font-size: 15px;
	color: #414141;
	font-family: 'Afacad Flux', sans-serif;
    background-color: #fff;
}

.afacad-flux-typo {
    font-family: "Afacad Flux", sans-serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
    font-variation-settings:
      "slnt" 0;
  }

a {
	font-weight: bold;
}


a:link {
	color: #666;
}
a:visited {
	color: #666;
}
a:hover {
	color: #999;
}
a:active, a:hover, a:visited, a:link {
	text-decoration: none;
}

#content {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
}

#header {
	width: 100%;
	height: 185px;
}
#main {
	height: 340px;
	z-index: 5;
}

#middle {
	height: 180px;
	margin-bottom: 40px;
}

#main, #middle {
	width: 100%;
	background-color: white;
}




#hello {
	text-align: center;
	padding-top: 57px;
}
#name {
    color: black;
	text-align: right;
	padding-right: 10px;
}
#compositor {
	text-align: left;
	color: dimgray;
	padding-left: 10px;
}
#compositor,
#name {
	font-size: 25px;
    font-weight: 500;
	display: inline-block;
    text-transform: uppercase;
}
#infos {
    text-align: center;
	padding-top: 10px;
	padding-bottom: 0px;
}
#infos-resume {
    text-align: left;
	padding-top: 10px;
	padding-bottom: 0px;
}
#footer {
	/*position: relative;*/
	width: 100%;
	height: 50px;
	background-image: url(../../images/logos.png);
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 71px;
	text-align: center;
}
#linkedin,
#vimeo,
#mail {
	width: 32px;
	height: 32px;
	margin-left: 10px;
	display: inline-block;
	top: 9px;
	position: relative;
	cursor: pointer;
}

ul {
	list-style: none;
}

.macaron {
	position: relative;
	border-radius: 50%;
	behavior: url(PIE.htc);
	width: 60px;
	height: 60px;
	background: black;
	float: right;
	top: -370px;
	right: 30px;
	z-index: 4;
	margin-top: 6px;
}


